Show that $R^n/Im(rho)=R^{n-1}bigoplus R/2R$, where $R$ is an abelian group and $rho$ is the following...
$begingroup$
Consider the following group homomorphism $rho$, where $R$ is an abelian group,
begin{align*}
rho:&Rrightarrow R^n\
rho(r)=&(2r,2r,cdots,2r).
end{align*}
Show that $R^n/Im(rho)=R^{n-1}bigoplus R/2R$.
I'm confused if it's an equality or if I should show that $R^n/Im(rho)$ and $R^{n-1}bigoplus R/2R$ are isomorphic. Also, in case it was an isomorphism, I was thinking of using the first isomorphism theorem and defining an homomorphism that has $Im(rho)$ as its kernel, but I can't think of anyone like that.
Any other hint would be very appreciated. Thanks!
group-theory abelian-groups group-isomorphism group-homomorphism direct-sum
$endgroup$
add a comment |
$begingroup$
Consider the following group homomorphism $rho$, where $R$ is an abelian group,
begin{align*}
rho:&Rrightarrow R^n\
rho(r)=&(2r,2r,cdots,2r).
end{align*}
Show that $R^n/Im(rho)=R^{n-1}bigoplus R/2R$.
I'm confused if it's an equality or if I should show that $R^n/Im(rho)$ and $R^{n-1}bigoplus R/2R$ are isomorphic. Also, in case it was an isomorphism, I was thinking of using the first isomorphism theorem and defining an homomorphism that has $Im(rho)$ as its kernel, but I can't think of anyone like that.
Any other hint would be very appreciated. Thanks!
group-theory abelian-groups group-isomorphism group-homomorphism direct-sum
$endgroup$
add a comment |
$begingroup$
Consider the following group homomorphism $rho$, where $R$ is an abelian group,
begin{align*}
rho:&Rrightarrow R^n\
rho(r)=&(2r,2r,cdots,2r).
end{align*}
Show that $R^n/Im(rho)=R^{n-1}bigoplus R/2R$.
I'm confused if it's an equality or if I should show that $R^n/Im(rho)$ and $R^{n-1}bigoplus R/2R$ are isomorphic. Also, in case it was an isomorphism, I was thinking of using the first isomorphism theorem and defining an homomorphism that has $Im(rho)$ as its kernel, but I can't think of anyone like that.
Any other hint would be very appreciated. Thanks!
group-theory abelian-groups group-isomorphism group-homomorphism direct-sum
$endgroup$
Consider the following group homomorphism $rho$, where $R$ is an abelian group,
begin{align*}
rho:&Rrightarrow R^n\
rho(r)=&(2r,2r,cdots,2r).
end{align*}
Show that $R^n/Im(rho)=R^{n-1}bigoplus R/2R$.
I'm confused if it's an equality or if I should show that $R^n/Im(rho)$ and $R^{n-1}bigoplus R/2R$ are isomorphic. Also, in case it was an isomorphism, I was thinking of using the first isomorphism theorem and defining an homomorphism that has $Im(rho)$ as its kernel, but I can't think of anyone like that.
Any other hint would be very appreciated. Thanks!
group-theory abelian-groups group-isomorphism group-homomorphism direct-sum
group-theory abelian-groups group-isomorphism group-homomorphism direct-sum
edited Dec 11 '18 at 0:46
amWhy
1
1
asked Dec 11 '18 at 0:41
user392559user392559
38118
38118
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
$begingroup$
Most likely you are to show an isomorphism. An intuitive idea is to first think of the case when $R = mathbb{Z}$. Now note that in this case we are working with free $mathbb{Z}$-modules, and in particular we have a change of basis $f$ of $R^n$ via $e_1 mapsto e_1 + dots + e_n =: v$ and $e_i mapsto e_i$ for $i> 1$. Thus $im rho = 2vmathbb{Z}$ and:
$$
mathbb{Z}^n/2vmathbb{Z} stackrel{(via f^{-1})}{simeq} mathbb{Z}^n/2e_1mathbb{Z} = frac{mathbb{Z} oplus mathbb{Z}oplus dots oplus mathbb{Z}}{2mathbb{Z} oplus 0 oplus dots oplus 0} = frac{mathbb{Z}}{2mathbb{Z}} oplus frac{mathbb{Z}}{0} oplus dots oplus frac{mathbb{Z}}{0} = mathbb{Z}/(2) oplus mathbb{Z}^{n-1}
$$
With the same ideas, let $g : R^n to R^n$ defined as
$$
begin{align}
g(r_1, dots, r_n) := (r_1, r_2 + r_1, dots, r_n + r_1).
end{align}
$$
be an automorphism of $R^n$. Note that when $R$ is $mathbb{Z}$, it coincides with the function $f$ we previously defined. Now,
$$
R/2R oplus R^{n-1} simeq frac{R}{2R} oplus frac{R}{0} oplus dots oplus frac{R}{0} simeq frac{R oplus R oplus dots oplus R}{2R oplus 0 oplus dots oplus 0} = R^n/S
$$
with $S = {(2r, 0, dots, 0) : r in R}$. It suffices to see, then, that $im rho = g(S)$. In effect,
$$
g(2r,0, dots, 0) = (2r, dots, 2r)
$$
for all $r in R$.
$endgroup$
add a comment |
$begingroup$
By trial and error, take the morphism $pi:R^nto R^{n-1}bigoplus R/2R$ given by $(r_1,ldots,r_n)mapsto(r_1-r_2, r_2-r_3,ldots, r_{n-1}-r_{n}, bar{r}_n)$, where $bar{r}_n$ is the class of $r_n$. You can see that $text{Im}(rho)=kerpi$. The map $pi$ is surjective, you can solve the system $r_1-r_2=s_1,ldots, r_{n-1}-r_{n}=s_{n-1}, bar{r}_n=s_n$.
$endgroup$
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',
autoActivateHeartbeat: false,
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%2f3034706%2fshow-that-rn-im-rho-rn-1-bigoplus-r-2r-where-r-is-an-abelian-group-an%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
Most likely you are to show an isomorphism. An intuitive idea is to first think of the case when $R = mathbb{Z}$. Now note that in this case we are working with free $mathbb{Z}$-modules, and in particular we have a change of basis $f$ of $R^n$ via $e_1 mapsto e_1 + dots + e_n =: v$ and $e_i mapsto e_i$ for $i> 1$. Thus $im rho = 2vmathbb{Z}$ and:
$$
mathbb{Z}^n/2vmathbb{Z} stackrel{(via f^{-1})}{simeq} mathbb{Z}^n/2e_1mathbb{Z} = frac{mathbb{Z} oplus mathbb{Z}oplus dots oplus mathbb{Z}}{2mathbb{Z} oplus 0 oplus dots oplus 0} = frac{mathbb{Z}}{2mathbb{Z}} oplus frac{mathbb{Z}}{0} oplus dots oplus frac{mathbb{Z}}{0} = mathbb{Z}/(2) oplus mathbb{Z}^{n-1}
$$
With the same ideas, let $g : R^n to R^n$ defined as
$$
begin{align}
g(r_1, dots, r_n) := (r_1, r_2 + r_1, dots, r_n + r_1).
end{align}
$$
be an automorphism of $R^n$. Note that when $R$ is $mathbb{Z}$, it coincides with the function $f$ we previously defined. Now,
$$
R/2R oplus R^{n-1} simeq frac{R}{2R} oplus frac{R}{0} oplus dots oplus frac{R}{0} simeq frac{R oplus R oplus dots oplus R}{2R oplus 0 oplus dots oplus 0} = R^n/S
$$
with $S = {(2r, 0, dots, 0) : r in R}$. It suffices to see, then, that $im rho = g(S)$. In effect,
$$
g(2r,0, dots, 0) = (2r, dots, 2r)
$$
for all $r in R$.
$endgroup$
add a comment |
$begingroup$
Most likely you are to show an isomorphism. An intuitive idea is to first think of the case when $R = mathbb{Z}$. Now note that in this case we are working with free $mathbb{Z}$-modules, and in particular we have a change of basis $f$ of $R^n$ via $e_1 mapsto e_1 + dots + e_n =: v$ and $e_i mapsto e_i$ for $i> 1$. Thus $im rho = 2vmathbb{Z}$ and:
$$
mathbb{Z}^n/2vmathbb{Z} stackrel{(via f^{-1})}{simeq} mathbb{Z}^n/2e_1mathbb{Z} = frac{mathbb{Z} oplus mathbb{Z}oplus dots oplus mathbb{Z}}{2mathbb{Z} oplus 0 oplus dots oplus 0} = frac{mathbb{Z}}{2mathbb{Z}} oplus frac{mathbb{Z}}{0} oplus dots oplus frac{mathbb{Z}}{0} = mathbb{Z}/(2) oplus mathbb{Z}^{n-1}
$$
With the same ideas, let $g : R^n to R^n$ defined as
$$
begin{align}
g(r_1, dots, r_n) := (r_1, r_2 + r_1, dots, r_n + r_1).
end{align}
$$
be an automorphism of $R^n$. Note that when $R$ is $mathbb{Z}$, it coincides with the function $f$ we previously defined. Now,
$$
R/2R oplus R^{n-1} simeq frac{R}{2R} oplus frac{R}{0} oplus dots oplus frac{R}{0} simeq frac{R oplus R oplus dots oplus R}{2R oplus 0 oplus dots oplus 0} = R^n/S
$$
with $S = {(2r, 0, dots, 0) : r in R}$. It suffices to see, then, that $im rho = g(S)$. In effect,
$$
g(2r,0, dots, 0) = (2r, dots, 2r)
$$
for all $r in R$.
$endgroup$
add a comment |
$begingroup$
Most likely you are to show an isomorphism. An intuitive idea is to first think of the case when $R = mathbb{Z}$. Now note that in this case we are working with free $mathbb{Z}$-modules, and in particular we have a change of basis $f$ of $R^n$ via $e_1 mapsto e_1 + dots + e_n =: v$ and $e_i mapsto e_i$ for $i> 1$. Thus $im rho = 2vmathbb{Z}$ and:
$$
mathbb{Z}^n/2vmathbb{Z} stackrel{(via f^{-1})}{simeq} mathbb{Z}^n/2e_1mathbb{Z} = frac{mathbb{Z} oplus mathbb{Z}oplus dots oplus mathbb{Z}}{2mathbb{Z} oplus 0 oplus dots oplus 0} = frac{mathbb{Z}}{2mathbb{Z}} oplus frac{mathbb{Z}}{0} oplus dots oplus frac{mathbb{Z}}{0} = mathbb{Z}/(2) oplus mathbb{Z}^{n-1}
$$
With the same ideas, let $g : R^n to R^n$ defined as
$$
begin{align}
g(r_1, dots, r_n) := (r_1, r_2 + r_1, dots, r_n + r_1).
end{align}
$$
be an automorphism of $R^n$. Note that when $R$ is $mathbb{Z}$, it coincides with the function $f$ we previously defined. Now,
$$
R/2R oplus R^{n-1} simeq frac{R}{2R} oplus frac{R}{0} oplus dots oplus frac{R}{0} simeq frac{R oplus R oplus dots oplus R}{2R oplus 0 oplus dots oplus 0} = R^n/S
$$
with $S = {(2r, 0, dots, 0) : r in R}$. It suffices to see, then, that $im rho = g(S)$. In effect,
$$
g(2r,0, dots, 0) = (2r, dots, 2r)
$$
for all $r in R$.
$endgroup$
Most likely you are to show an isomorphism. An intuitive idea is to first think of the case when $R = mathbb{Z}$. Now note that in this case we are working with free $mathbb{Z}$-modules, and in particular we have a change of basis $f$ of $R^n$ via $e_1 mapsto e_1 + dots + e_n =: v$ and $e_i mapsto e_i$ for $i> 1$. Thus $im rho = 2vmathbb{Z}$ and:
$$
mathbb{Z}^n/2vmathbb{Z} stackrel{(via f^{-1})}{simeq} mathbb{Z}^n/2e_1mathbb{Z} = frac{mathbb{Z} oplus mathbb{Z}oplus dots oplus mathbb{Z}}{2mathbb{Z} oplus 0 oplus dots oplus 0} = frac{mathbb{Z}}{2mathbb{Z}} oplus frac{mathbb{Z}}{0} oplus dots oplus frac{mathbb{Z}}{0} = mathbb{Z}/(2) oplus mathbb{Z}^{n-1}
$$
With the same ideas, let $g : R^n to R^n$ defined as
$$
begin{align}
g(r_1, dots, r_n) := (r_1, r_2 + r_1, dots, r_n + r_1).
end{align}
$$
be an automorphism of $R^n$. Note that when $R$ is $mathbb{Z}$, it coincides with the function $f$ we previously defined. Now,
$$
R/2R oplus R^{n-1} simeq frac{R}{2R} oplus frac{R}{0} oplus dots oplus frac{R}{0} simeq frac{R oplus R oplus dots oplus R}{2R oplus 0 oplus dots oplus 0} = R^n/S
$$
with $S = {(2r, 0, dots, 0) : r in R}$. It suffices to see, then, that $im rho = g(S)$. In effect,
$$
g(2r,0, dots, 0) = (2r, dots, 2r)
$$
for all $r in R$.
edited Dec 11 '18 at 1:48
answered Dec 11 '18 at 1:36
Guido A.Guido A.
7,5161730
7,5161730
add a comment |
add a comment |
$begingroup$
By trial and error, take the morphism $pi:R^nto R^{n-1}bigoplus R/2R$ given by $(r_1,ldots,r_n)mapsto(r_1-r_2, r_2-r_3,ldots, r_{n-1}-r_{n}, bar{r}_n)$, where $bar{r}_n$ is the class of $r_n$. You can see that $text{Im}(rho)=kerpi$. The map $pi$ is surjective, you can solve the system $r_1-r_2=s_1,ldots, r_{n-1}-r_{n}=s_{n-1}, bar{r}_n=s_n$.
$endgroup$
add a comment |
$begingroup$
By trial and error, take the morphism $pi:R^nto R^{n-1}bigoplus R/2R$ given by $(r_1,ldots,r_n)mapsto(r_1-r_2, r_2-r_3,ldots, r_{n-1}-r_{n}, bar{r}_n)$, where $bar{r}_n$ is the class of $r_n$. You can see that $text{Im}(rho)=kerpi$. The map $pi$ is surjective, you can solve the system $r_1-r_2=s_1,ldots, r_{n-1}-r_{n}=s_{n-1}, bar{r}_n=s_n$.
$endgroup$
add a comment |
$begingroup$
By trial and error, take the morphism $pi:R^nto R^{n-1}bigoplus R/2R$ given by $(r_1,ldots,r_n)mapsto(r_1-r_2, r_2-r_3,ldots, r_{n-1}-r_{n}, bar{r}_n)$, where $bar{r}_n$ is the class of $r_n$. You can see that $text{Im}(rho)=kerpi$. The map $pi$ is surjective, you can solve the system $r_1-r_2=s_1,ldots, r_{n-1}-r_{n}=s_{n-1}, bar{r}_n=s_n$.
$endgroup$
By trial and error, take the morphism $pi:R^nto R^{n-1}bigoplus R/2R$ given by $(r_1,ldots,r_n)mapsto(r_1-r_2, r_2-r_3,ldots, r_{n-1}-r_{n}, bar{r}_n)$, where $bar{r}_n$ is the class of $r_n$. You can see that $text{Im}(rho)=kerpi$. The map $pi$ is surjective, you can solve the system $r_1-r_2=s_1,ldots, r_{n-1}-r_{n}=s_{n-1}, bar{r}_n=s_n$.
edited Dec 11 '18 at 1:47
answered Dec 11 '18 at 1:36
user90189user90189
752616
752616
add a comment |
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.
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%2f3034706%2fshow-that-rn-im-rho-rn-1-bigoplus-r-2r-where-r-is-an-abelian-group-an%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