Understanding rules on an Abelian group decomposition
In Aluffi's book Algebra, just from possibility of writing an abelian group G isomorphic to $langle grangle oplus G/langle grangle$ it concludes that by induction $G cong mathbb{Z}/d_1mathbb{Z} oplus dots mathbb{Z}/d_nmathbb{Z}$ with specific rules on $d_i$'s!
1- So why not $G cong mathbb{Z}/p_1mathbb{Z} oplus mathbb{Z}/p_1mathbb{Z} dots mathbb{Z}/p_1mathbb{Z} oplus mathbb{Z}/p_2mathbb{Z} dots mathbb{Z}/p_2mathbb{Z} oplus dots dots dots mathbb{Z}/p_nmathbb{Z}$?
2- Why $d_i|d_{i+1}$? (a must/theorem or a choice/standard-rule?)
3- And if writing them as powers of primes so why following the below steps?

abstract-algebra group-theory abelian-groups
add a comment |
In Aluffi's book Algebra, just from possibility of writing an abelian group G isomorphic to $langle grangle oplus G/langle grangle$ it concludes that by induction $G cong mathbb{Z}/d_1mathbb{Z} oplus dots mathbb{Z}/d_nmathbb{Z}$ with specific rules on $d_i$'s!
1- So why not $G cong mathbb{Z}/p_1mathbb{Z} oplus mathbb{Z}/p_1mathbb{Z} dots mathbb{Z}/p_1mathbb{Z} oplus mathbb{Z}/p_2mathbb{Z} dots mathbb{Z}/p_2mathbb{Z} oplus dots dots dots mathbb{Z}/p_nmathbb{Z}$?
2- Why $d_i|d_{i+1}$? (a must/theorem or a choice/standard-rule?)
3- And if writing them as powers of primes so why following the below steps?

abstract-algebra group-theory abelian-groups
add a comment |
In Aluffi's book Algebra, just from possibility of writing an abelian group G isomorphic to $langle grangle oplus G/langle grangle$ it concludes that by induction $G cong mathbb{Z}/d_1mathbb{Z} oplus dots mathbb{Z}/d_nmathbb{Z}$ with specific rules on $d_i$'s!
1- So why not $G cong mathbb{Z}/p_1mathbb{Z} oplus mathbb{Z}/p_1mathbb{Z} dots mathbb{Z}/p_1mathbb{Z} oplus mathbb{Z}/p_2mathbb{Z} dots mathbb{Z}/p_2mathbb{Z} oplus dots dots dots mathbb{Z}/p_nmathbb{Z}$?
2- Why $d_i|d_{i+1}$? (a must/theorem or a choice/standard-rule?)
3- And if writing them as powers of primes so why following the below steps?

abstract-algebra group-theory abelian-groups
In Aluffi's book Algebra, just from possibility of writing an abelian group G isomorphic to $langle grangle oplus G/langle grangle$ it concludes that by induction $G cong mathbb{Z}/d_1mathbb{Z} oplus dots mathbb{Z}/d_nmathbb{Z}$ with specific rules on $d_i$'s!
1- So why not $G cong mathbb{Z}/p_1mathbb{Z} oplus mathbb{Z}/p_1mathbb{Z} dots mathbb{Z}/p_1mathbb{Z} oplus mathbb{Z}/p_2mathbb{Z} dots mathbb{Z}/p_2mathbb{Z} oplus dots dots dots mathbb{Z}/p_nmathbb{Z}$?
2- Why $d_i|d_{i+1}$? (a must/theorem or a choice/standard-rule?)
3- And if writing them as powers of primes so why following the below steps?

abstract-algebra group-theory abelian-groups
abstract-algebra group-theory abelian-groups
edited Nov 30 at 17:46
Arturo Magidin
260k32584904
260k32584904
asked Nov 30 at 0:26
72D
545116
545116
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
I'm assuming you're talking about finite abelian groups, otherwise one would need a free group $mathbb{Z}^r$ in the decomposition.
1) We may not have necessarily have prime orders. Note $<g> cong mathbb{Z}/dmathbb{Z}$ if $g$ has order $d$ in $G$. As an example, $mathbb{Z}/4mathbb{Z} notcong mathbb{Z}/2mathbb{Z} oplus mathbb{Z}/2mathbb{Z}$.
2) The order just gives a standardized way of representing the group. One can show that the representation is unique up to order of the terms in the direct sum. If one writes the invariant factors in this way, there is an algorithm to compute the elementary divisors. Similarly, given the elementary divisors, the algorithm gives the invariant factors in such a way that the divisibility condition holds
- Elementary divisors and invariant factors are different things. The elementary divisors are a decomposition of the group into $primary$ ideals, that is power of prime ideals. One can determine these primary ideals given the invariant factors using the process described above.
But $mathbb{Z}/6mathbb{Z} cong mathbb{Z}/2mathbb{Z} oplus mathbb{Z}/3mathbb{Z}$. A better example might be $mathbb{Z}/4mathbb{Z}$.
– André 3000
Dec 2 at 9:06
@André3000 Yes you're right. I'll edit.
– Joel Pereira
Dec 2 at 13:30
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%2f3019446%2funderstanding-rules-on-an-abelian-group-decomposition%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
I'm assuming you're talking about finite abelian groups, otherwise one would need a free group $mathbb{Z}^r$ in the decomposition.
1) We may not have necessarily have prime orders. Note $<g> cong mathbb{Z}/dmathbb{Z}$ if $g$ has order $d$ in $G$. As an example, $mathbb{Z}/4mathbb{Z} notcong mathbb{Z}/2mathbb{Z} oplus mathbb{Z}/2mathbb{Z}$.
2) The order just gives a standardized way of representing the group. One can show that the representation is unique up to order of the terms in the direct sum. If one writes the invariant factors in this way, there is an algorithm to compute the elementary divisors. Similarly, given the elementary divisors, the algorithm gives the invariant factors in such a way that the divisibility condition holds
- Elementary divisors and invariant factors are different things. The elementary divisors are a decomposition of the group into $primary$ ideals, that is power of prime ideals. One can determine these primary ideals given the invariant factors using the process described above.
But $mathbb{Z}/6mathbb{Z} cong mathbb{Z}/2mathbb{Z} oplus mathbb{Z}/3mathbb{Z}$. A better example might be $mathbb{Z}/4mathbb{Z}$.
– André 3000
Dec 2 at 9:06
@André3000 Yes you're right. I'll edit.
– Joel Pereira
Dec 2 at 13:30
add a comment |
I'm assuming you're talking about finite abelian groups, otherwise one would need a free group $mathbb{Z}^r$ in the decomposition.
1) We may not have necessarily have prime orders. Note $<g> cong mathbb{Z}/dmathbb{Z}$ if $g$ has order $d$ in $G$. As an example, $mathbb{Z}/4mathbb{Z} notcong mathbb{Z}/2mathbb{Z} oplus mathbb{Z}/2mathbb{Z}$.
2) The order just gives a standardized way of representing the group. One can show that the representation is unique up to order of the terms in the direct sum. If one writes the invariant factors in this way, there is an algorithm to compute the elementary divisors. Similarly, given the elementary divisors, the algorithm gives the invariant factors in such a way that the divisibility condition holds
- Elementary divisors and invariant factors are different things. The elementary divisors are a decomposition of the group into $primary$ ideals, that is power of prime ideals. One can determine these primary ideals given the invariant factors using the process described above.
But $mathbb{Z}/6mathbb{Z} cong mathbb{Z}/2mathbb{Z} oplus mathbb{Z}/3mathbb{Z}$. A better example might be $mathbb{Z}/4mathbb{Z}$.
– André 3000
Dec 2 at 9:06
@André3000 Yes you're right. I'll edit.
– Joel Pereira
Dec 2 at 13:30
add a comment |
I'm assuming you're talking about finite abelian groups, otherwise one would need a free group $mathbb{Z}^r$ in the decomposition.
1) We may not have necessarily have prime orders. Note $<g> cong mathbb{Z}/dmathbb{Z}$ if $g$ has order $d$ in $G$. As an example, $mathbb{Z}/4mathbb{Z} notcong mathbb{Z}/2mathbb{Z} oplus mathbb{Z}/2mathbb{Z}$.
2) The order just gives a standardized way of representing the group. One can show that the representation is unique up to order of the terms in the direct sum. If one writes the invariant factors in this way, there is an algorithm to compute the elementary divisors. Similarly, given the elementary divisors, the algorithm gives the invariant factors in such a way that the divisibility condition holds
- Elementary divisors and invariant factors are different things. The elementary divisors are a decomposition of the group into $primary$ ideals, that is power of prime ideals. One can determine these primary ideals given the invariant factors using the process described above.
I'm assuming you're talking about finite abelian groups, otherwise one would need a free group $mathbb{Z}^r$ in the decomposition.
1) We may not have necessarily have prime orders. Note $<g> cong mathbb{Z}/dmathbb{Z}$ if $g$ has order $d$ in $G$. As an example, $mathbb{Z}/4mathbb{Z} notcong mathbb{Z}/2mathbb{Z} oplus mathbb{Z}/2mathbb{Z}$.
2) The order just gives a standardized way of representing the group. One can show that the representation is unique up to order of the terms in the direct sum. If one writes the invariant factors in this way, there is an algorithm to compute the elementary divisors. Similarly, given the elementary divisors, the algorithm gives the invariant factors in such a way that the divisibility condition holds
- Elementary divisors and invariant factors are different things. The elementary divisors are a decomposition of the group into $primary$ ideals, that is power of prime ideals. One can determine these primary ideals given the invariant factors using the process described above.
edited Dec 2 at 14:36
the_fox
2,41411431
2,41411431
answered Dec 2 at 5:42
Joel Pereira
65119
65119
But $mathbb{Z}/6mathbb{Z} cong mathbb{Z}/2mathbb{Z} oplus mathbb{Z}/3mathbb{Z}$. A better example might be $mathbb{Z}/4mathbb{Z}$.
– André 3000
Dec 2 at 9:06
@André3000 Yes you're right. I'll edit.
– Joel Pereira
Dec 2 at 13:30
add a comment |
But $mathbb{Z}/6mathbb{Z} cong mathbb{Z}/2mathbb{Z} oplus mathbb{Z}/3mathbb{Z}$. A better example might be $mathbb{Z}/4mathbb{Z}$.
– André 3000
Dec 2 at 9:06
@André3000 Yes you're right. I'll edit.
– Joel Pereira
Dec 2 at 13:30
But $mathbb{Z}/6mathbb{Z} cong mathbb{Z}/2mathbb{Z} oplus mathbb{Z}/3mathbb{Z}$. A better example might be $mathbb{Z}/4mathbb{Z}$.
– André 3000
Dec 2 at 9:06
But $mathbb{Z}/6mathbb{Z} cong mathbb{Z}/2mathbb{Z} oplus mathbb{Z}/3mathbb{Z}$. A better example might be $mathbb{Z}/4mathbb{Z}$.
– André 3000
Dec 2 at 9:06
@André3000 Yes you're right. I'll edit.
– Joel Pereira
Dec 2 at 13:30
@André3000 Yes you're right. I'll edit.
– Joel Pereira
Dec 2 at 13:30
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%2f3019446%2funderstanding-rules-on-an-abelian-group-decomposition%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