How do I understand the module structure on Yoneda Ext?
up vote
6
down vote
favorite
Suppose $R$ is a (commutative) ring, and $M$ and $N$ are (finitely generated) $R$-modules. Then I know each $mathrm{Ext}_R^i(M, N)$ has the structure of an $R$-module. On the other hand, via Yoneda's description of Ext, each $varepsilon in mathrm{Ext}_R^i(M, N)$ corresponds to an equivalence class of exact sequences starting with $N$ and ending with $M$. My question is this: suppose $r in R$ and $varepsilon in mathrm{Ext}_R^i(M, N)$. How can I understand $r varepsilon$ in terms of $varepsilon$? To what extension does $r varepsilon$ correspond?
homological-algebra
add a comment |
up vote
6
down vote
favorite
Suppose $R$ is a (commutative) ring, and $M$ and $N$ are (finitely generated) $R$-modules. Then I know each $mathrm{Ext}_R^i(M, N)$ has the structure of an $R$-module. On the other hand, via Yoneda's description of Ext, each $varepsilon in mathrm{Ext}_R^i(M, N)$ corresponds to an equivalence class of exact sequences starting with $N$ and ending with $M$. My question is this: suppose $r in R$ and $varepsilon in mathrm{Ext}_R^i(M, N)$. How can I understand $r varepsilon$ in terms of $varepsilon$? To what extension does $r varepsilon$ correspond?
homological-algebra
add a comment |
up vote
6
down vote
favorite
up vote
6
down vote
favorite
Suppose $R$ is a (commutative) ring, and $M$ and $N$ are (finitely generated) $R$-modules. Then I know each $mathrm{Ext}_R^i(M, N)$ has the structure of an $R$-module. On the other hand, via Yoneda's description of Ext, each $varepsilon in mathrm{Ext}_R^i(M, N)$ corresponds to an equivalence class of exact sequences starting with $N$ and ending with $M$. My question is this: suppose $r in R$ and $varepsilon in mathrm{Ext}_R^i(M, N)$. How can I understand $r varepsilon$ in terms of $varepsilon$? To what extension does $r varepsilon$ correspond?
homological-algebra
Suppose $R$ is a (commutative) ring, and $M$ and $N$ are (finitely generated) $R$-modules. Then I know each $mathrm{Ext}_R^i(M, N)$ has the structure of an $R$-module. On the other hand, via Yoneda's description of Ext, each $varepsilon in mathrm{Ext}_R^i(M, N)$ corresponds to an equivalence class of exact sequences starting with $N$ and ending with $M$. My question is this: suppose $r in R$ and $varepsilon in mathrm{Ext}_R^i(M, N)$. How can I understand $r varepsilon$ in terms of $varepsilon$? To what extension does $r varepsilon$ correspond?
homological-algebra
homological-algebra
asked Nov 19 at 22:31
Eric Canton
311110
311110
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
up vote
3
down vote
accepted
we can just see the case $i=1$:
In general,if $M$ is $A-B$ bimodule(i.e.left $A$ module and right $B$ module and $(am)b=a(mb)$),N is $A-C$ bimodule,then $Ext^1(M,N)$ is a $B-C$ bimodule.the structure of left $B$ and right $C$ module as follows:
if $delta:0rightarrow Nxrightarrow f Xxrightarrow g Mrightarrow 0$ is a short exact sequence in left $A$-modules.$forall bin B$,there is a left $A$-module homomorphism $varphi_b:Mrightarrow M$ by senting $m$ to $mb$.take pullback with $varphi_b$ and $g$,we get an element in $Ext^1(N,M)$ this is $bcdot delta$.
similarly,if $forall cin C$,take pushout with natural right multiplication $psi_c:Nrightarrow N$ and $f$,we get an element in $Ext^1(N,M)$ this is $deltacdot c$.
it is easy to Check this: structre of left $B$ module and right $C$ module has associativity.
As follows:
Then $varphi_a=alpha^-$ is using the unique map induced by kernel.
Now we consider the commutative case,we only need to check $rcdot varepsilon=varepsiloncdot r$,suppose $varepsilon:0rightarrow Nxrightarrow f Xxrightarrow g Mrightarrow 0$ is
a short exact sequence in $R-Mod$.Since $R$ is commutative ring,we have pullback diagram:
so $varepsilon= rcdotvarepsilon$,similarly $varepsilon =varepsiloncdot r$.we are done.
for $i>1$,the same.
Thanks for your comment, this is very helpful. It is still somewhat unclear to me what happens for higher Exts, though. Is there some way to extend what you have written? I'm happy to go read on my own, if there is some source that describes how to take this structure on Ext^1 and deduce the structure on Ext^i.
– Eric Canton
Nov 20 at 19:33
@EricCanton GTM4
– Sky
Nov 21 at 0:01
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
return StackExchange.using("mathjaxEditing", function () {
StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix) {
StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
});
});
}, "mathjax-editing");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "69"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3005619%2fhow-do-i-understand-the-module-structure-on-yoneda-ext%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
3
down vote
accepted
we can just see the case $i=1$:
In general,if $M$ is $A-B$ bimodule(i.e.left $A$ module and right $B$ module and $(am)b=a(mb)$),N is $A-C$ bimodule,then $Ext^1(M,N)$ is a $B-C$ bimodule.the structure of left $B$ and right $C$ module as follows:
if $delta:0rightarrow Nxrightarrow f Xxrightarrow g Mrightarrow 0$ is a short exact sequence in left $A$-modules.$forall bin B$,there is a left $A$-module homomorphism $varphi_b:Mrightarrow M$ by senting $m$ to $mb$.take pullback with $varphi_b$ and $g$,we get an element in $Ext^1(N,M)$ this is $bcdot delta$.
similarly,if $forall cin C$,take pushout with natural right multiplication $psi_c:Nrightarrow N$ and $f$,we get an element in $Ext^1(N,M)$ this is $deltacdot c$.
it is easy to Check this: structre of left $B$ module and right $C$ module has associativity.
As follows:
Then $varphi_a=alpha^-$ is using the unique map induced by kernel.
Now we consider the commutative case,we only need to check $rcdot varepsilon=varepsiloncdot r$,suppose $varepsilon:0rightarrow Nxrightarrow f Xxrightarrow g Mrightarrow 0$ is
a short exact sequence in $R-Mod$.Since $R$ is commutative ring,we have pullback diagram:
so $varepsilon= rcdotvarepsilon$,similarly $varepsilon =varepsiloncdot r$.we are done.
for $i>1$,the same.
Thanks for your comment, this is very helpful. It is still somewhat unclear to me what happens for higher Exts, though. Is there some way to extend what you have written? I'm happy to go read on my own, if there is some source that describes how to take this structure on Ext^1 and deduce the structure on Ext^i.
– Eric Canton
Nov 20 at 19:33
@EricCanton GTM4
– Sky
Nov 21 at 0:01
add a comment |
up vote
3
down vote
accepted
we can just see the case $i=1$:
In general,if $M$ is $A-B$ bimodule(i.e.left $A$ module and right $B$ module and $(am)b=a(mb)$),N is $A-C$ bimodule,then $Ext^1(M,N)$ is a $B-C$ bimodule.the structure of left $B$ and right $C$ module as follows:
if $delta:0rightarrow Nxrightarrow f Xxrightarrow g Mrightarrow 0$ is a short exact sequence in left $A$-modules.$forall bin B$,there is a left $A$-module homomorphism $varphi_b:Mrightarrow M$ by senting $m$ to $mb$.take pullback with $varphi_b$ and $g$,we get an element in $Ext^1(N,M)$ this is $bcdot delta$.
similarly,if $forall cin C$,take pushout with natural right multiplication $psi_c:Nrightarrow N$ and $f$,we get an element in $Ext^1(N,M)$ this is $deltacdot c$.
it is easy to Check this: structre of left $B$ module and right $C$ module has associativity.
As follows:
Then $varphi_a=alpha^-$ is using the unique map induced by kernel.
Now we consider the commutative case,we only need to check $rcdot varepsilon=varepsiloncdot r$,suppose $varepsilon:0rightarrow Nxrightarrow f Xxrightarrow g Mrightarrow 0$ is
a short exact sequence in $R-Mod$.Since $R$ is commutative ring,we have pullback diagram:
so $varepsilon= rcdotvarepsilon$,similarly $varepsilon =varepsiloncdot r$.we are done.
for $i>1$,the same.
Thanks for your comment, this is very helpful. It is still somewhat unclear to me what happens for higher Exts, though. Is there some way to extend what you have written? I'm happy to go read on my own, if there is some source that describes how to take this structure on Ext^1 and deduce the structure on Ext^i.
– Eric Canton
Nov 20 at 19:33
@EricCanton GTM4
– Sky
Nov 21 at 0:01
add a comment |
up vote
3
down vote
accepted
up vote
3
down vote
accepted
we can just see the case $i=1$:
In general,if $M$ is $A-B$ bimodule(i.e.left $A$ module and right $B$ module and $(am)b=a(mb)$),N is $A-C$ bimodule,then $Ext^1(M,N)$ is a $B-C$ bimodule.the structure of left $B$ and right $C$ module as follows:
if $delta:0rightarrow Nxrightarrow f Xxrightarrow g Mrightarrow 0$ is a short exact sequence in left $A$-modules.$forall bin B$,there is a left $A$-module homomorphism $varphi_b:Mrightarrow M$ by senting $m$ to $mb$.take pullback with $varphi_b$ and $g$,we get an element in $Ext^1(N,M)$ this is $bcdot delta$.
similarly,if $forall cin C$,take pushout with natural right multiplication $psi_c:Nrightarrow N$ and $f$,we get an element in $Ext^1(N,M)$ this is $deltacdot c$.
it is easy to Check this: structre of left $B$ module and right $C$ module has associativity.
As follows:
Then $varphi_a=alpha^-$ is using the unique map induced by kernel.
Now we consider the commutative case,we only need to check $rcdot varepsilon=varepsiloncdot r$,suppose $varepsilon:0rightarrow Nxrightarrow f Xxrightarrow g Mrightarrow 0$ is
a short exact sequence in $R-Mod$.Since $R$ is commutative ring,we have pullback diagram:
so $varepsilon= rcdotvarepsilon$,similarly $varepsilon =varepsiloncdot r$.we are done.
for $i>1$,the same.
we can just see the case $i=1$:
In general,if $M$ is $A-B$ bimodule(i.e.left $A$ module and right $B$ module and $(am)b=a(mb)$),N is $A-C$ bimodule,then $Ext^1(M,N)$ is a $B-C$ bimodule.the structure of left $B$ and right $C$ module as follows:
if $delta:0rightarrow Nxrightarrow f Xxrightarrow g Mrightarrow 0$ is a short exact sequence in left $A$-modules.$forall bin B$,there is a left $A$-module homomorphism $varphi_b:Mrightarrow M$ by senting $m$ to $mb$.take pullback with $varphi_b$ and $g$,we get an element in $Ext^1(N,M)$ this is $bcdot delta$.
similarly,if $forall cin C$,take pushout with natural right multiplication $psi_c:Nrightarrow N$ and $f$,we get an element in $Ext^1(N,M)$ this is $deltacdot c$.
it is easy to Check this: structre of left $B$ module and right $C$ module has associativity.
As follows:
Then $varphi_a=alpha^-$ is using the unique map induced by kernel.
Now we consider the commutative case,we only need to check $rcdot varepsilon=varepsiloncdot r$,suppose $varepsilon:0rightarrow Nxrightarrow f Xxrightarrow g Mrightarrow 0$ is
a short exact sequence in $R-Mod$.Since $R$ is commutative ring,we have pullback diagram:
so $varepsilon= rcdotvarepsilon$,similarly $varepsilon =varepsiloncdot r$.we are done.
for $i>1$,the same.
edited Nov 21 at 1:10
answered Nov 20 at 1:48
Sky
1,228212
1,228212
Thanks for your comment, this is very helpful. It is still somewhat unclear to me what happens for higher Exts, though. Is there some way to extend what you have written? I'm happy to go read on my own, if there is some source that describes how to take this structure on Ext^1 and deduce the structure on Ext^i.
– Eric Canton
Nov 20 at 19:33
@EricCanton GTM4
– Sky
Nov 21 at 0:01
add a comment |
Thanks for your comment, this is very helpful. It is still somewhat unclear to me what happens for higher Exts, though. Is there some way to extend what you have written? I'm happy to go read on my own, if there is some source that describes how to take this structure on Ext^1 and deduce the structure on Ext^i.
– Eric Canton
Nov 20 at 19:33
@EricCanton GTM4
– Sky
Nov 21 at 0:01
Thanks for your comment, this is very helpful. It is still somewhat unclear to me what happens for higher Exts, though. Is there some way to extend what you have written? I'm happy to go read on my own, if there is some source that describes how to take this structure on Ext^1 and deduce the structure on Ext^i.
– Eric Canton
Nov 20 at 19:33
Thanks for your comment, this is very helpful. It is still somewhat unclear to me what happens for higher Exts, though. Is there some way to extend what you have written? I'm happy to go read on my own, if there is some source that describes how to take this structure on Ext^1 and deduce the structure on Ext^i.
– Eric Canton
Nov 20 at 19:33
@EricCanton GTM4
– Sky
Nov 21 at 0:01
@EricCanton GTM4
– Sky
Nov 21 at 0:01
add a comment |
Thanks for contributing an answer to Mathematics Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3005619%2fhow-do-i-understand-the-module-structure-on-yoneda-ext%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown