What is the significance of Group Automorphism?
I have understood the definition of group automorphism and have studied various examples for the same. But what is the significance of an automorphism? When we study isomorphisms, we try to investigate how similar is a group to another group. What do we get from establishing isomorphisms from a group to itself?
abstract-algebra group-theory soft-question
add a comment |
I have understood the definition of group automorphism and have studied various examples for the same. But what is the significance of an automorphism? When we study isomorphisms, we try to investigate how similar is a group to another group. What do we get from establishing isomorphisms from a group to itself?
abstract-algebra group-theory soft-question
We can realise other groups as automorphism groups, e.g., $Aut(Q_8)cong S_4$, see here.
– Dietrich Burde
Dec 1 at 12:01
You can make rings out of group by taking its automorphism group, Ex, Integer ring is the automorphism ring of $(mathbb{Z},+)$.
– mathnoob
Dec 1 at 13:01
@mathnoob That needs further explanation to be valid. A straightforward reading would suggest you mean to say that the integers are the endomorphism ring of $(Bbb{Z},+)$, not an "automorphism ring," which is undefined.
– jgon
Dec 1 at 17:50
add a comment |
I have understood the definition of group automorphism and have studied various examples for the same. But what is the significance of an automorphism? When we study isomorphisms, we try to investigate how similar is a group to another group. What do we get from establishing isomorphisms from a group to itself?
abstract-algebra group-theory soft-question
I have understood the definition of group automorphism and have studied various examples for the same. But what is the significance of an automorphism? When we study isomorphisms, we try to investigate how similar is a group to another group. What do we get from establishing isomorphisms from a group to itself?
abstract-algebra group-theory soft-question
abstract-algebra group-theory soft-question
edited Dec 1 at 10:46
Brahadeesh
6,11742360
6,11742360
asked Dec 1 at 9:58
Ajay Shanmuga Sakthivasan
265
265
We can realise other groups as automorphism groups, e.g., $Aut(Q_8)cong S_4$, see here.
– Dietrich Burde
Dec 1 at 12:01
You can make rings out of group by taking its automorphism group, Ex, Integer ring is the automorphism ring of $(mathbb{Z},+)$.
– mathnoob
Dec 1 at 13:01
@mathnoob That needs further explanation to be valid. A straightforward reading would suggest you mean to say that the integers are the endomorphism ring of $(Bbb{Z},+)$, not an "automorphism ring," which is undefined.
– jgon
Dec 1 at 17:50
add a comment |
We can realise other groups as automorphism groups, e.g., $Aut(Q_8)cong S_4$, see here.
– Dietrich Burde
Dec 1 at 12:01
You can make rings out of group by taking its automorphism group, Ex, Integer ring is the automorphism ring of $(mathbb{Z},+)$.
– mathnoob
Dec 1 at 13:01
@mathnoob That needs further explanation to be valid. A straightforward reading would suggest you mean to say that the integers are the endomorphism ring of $(Bbb{Z},+)$, not an "automorphism ring," which is undefined.
– jgon
Dec 1 at 17:50
We can realise other groups as automorphism groups, e.g., $Aut(Q_8)cong S_4$, see here.
– Dietrich Burde
Dec 1 at 12:01
We can realise other groups as automorphism groups, e.g., $Aut(Q_8)cong S_4$, see here.
– Dietrich Burde
Dec 1 at 12:01
You can make rings out of group by taking its automorphism group, Ex, Integer ring is the automorphism ring of $(mathbb{Z},+)$.
– mathnoob
Dec 1 at 13:01
You can make rings out of group by taking its automorphism group, Ex, Integer ring is the automorphism ring of $(mathbb{Z},+)$.
– mathnoob
Dec 1 at 13:01
@mathnoob That needs further explanation to be valid. A straightforward reading would suggest you mean to say that the integers are the endomorphism ring of $(Bbb{Z},+)$, not an "automorphism ring," which is undefined.
– jgon
Dec 1 at 17:50
@mathnoob That needs further explanation to be valid. A straightforward reading would suggest you mean to say that the integers are the endomorphism ring of $(Bbb{Z},+)$, not an "automorphism ring," which is undefined.
– jgon
Dec 1 at 17:50
add a comment |
2 Answers
2
active
oldest
votes
An automorphism on a structure describes a symmetry on that structure - a way in which certain elements of the structure play identical roles within the structure.
For example, a graph isomorphism is a bijection between the sets of nodes of two graphs such that $x$ and $y$ are adjacent (have an edge connecting them) if and only if $f(x)$ and $f(y)$ are adjacent. This means that the two graphs are really the same graph (they can be made to look identical if they're drawn in the right way).
Now look at this graph:
I'm sure you would understand what I meant if I said that the vertices 5, 6, 8 and 9 all "play the same role" in the graph. Vertices 0 and 2 also "play the same role". But vertices 5 and 1 play very different roles, they don't fit into the graph in identical ways (for example, 5 has one neighbor while 1 has two). This is due to the obvious symmetries which exist in this graph, corresponding to the two automorphisms of the graph given by:
$f$ such that $f(5)=6, f(6)=5, f(1)=3, f(3)=1, f(8)=f(9)$, and $f(x)=x$ for all other nodes.
$g$ such that $g(5)=8, g(8)=5, g(4)=7, g(7)=4, g(0)=2,g(2)=0, g(6)=9, g(9)=6$, and $g(x)=x$ for all other nodes.
The fact that 5 and 1 do not play the same role corresponds to the fact that there is no automorphism mapping 5 to 1 or vice-versa.
add a comment |
To me the best motivation for studying group automorphisms is their application to semi-direct products. For example, in the classification of groups of order $pq$ for distinct primes $p$ and $q$, you can use the Sylow theorems to show that $G$ is some semi-direct product of $C_p$ and $C_q$. Knowing the structure of $text{Aut}(C_p)$ is then crucial in proving that in fact there is only one non-Abelian semi-direct product of $C_p$ and $C_q$ up to isomorphism. In general, when trying to classify groups of a given order understanding semi-direct products can be very useful. To do this, we first should understand automorphism groups.
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%2f3021181%2fwhat-is-the-significance-of-group-automorphism%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
An automorphism on a structure describes a symmetry on that structure - a way in which certain elements of the structure play identical roles within the structure.
For example, a graph isomorphism is a bijection between the sets of nodes of two graphs such that $x$ and $y$ are adjacent (have an edge connecting them) if and only if $f(x)$ and $f(y)$ are adjacent. This means that the two graphs are really the same graph (they can be made to look identical if they're drawn in the right way).
Now look at this graph:
I'm sure you would understand what I meant if I said that the vertices 5, 6, 8 and 9 all "play the same role" in the graph. Vertices 0 and 2 also "play the same role". But vertices 5 and 1 play very different roles, they don't fit into the graph in identical ways (for example, 5 has one neighbor while 1 has two). This is due to the obvious symmetries which exist in this graph, corresponding to the two automorphisms of the graph given by:
$f$ such that $f(5)=6, f(6)=5, f(1)=3, f(3)=1, f(8)=f(9)$, and $f(x)=x$ for all other nodes.
$g$ such that $g(5)=8, g(8)=5, g(4)=7, g(7)=4, g(0)=2,g(2)=0, g(6)=9, g(9)=6$, and $g(x)=x$ for all other nodes.
The fact that 5 and 1 do not play the same role corresponds to the fact that there is no automorphism mapping 5 to 1 or vice-versa.
add a comment |
An automorphism on a structure describes a symmetry on that structure - a way in which certain elements of the structure play identical roles within the structure.
For example, a graph isomorphism is a bijection between the sets of nodes of two graphs such that $x$ and $y$ are adjacent (have an edge connecting them) if and only if $f(x)$ and $f(y)$ are adjacent. This means that the two graphs are really the same graph (they can be made to look identical if they're drawn in the right way).
Now look at this graph:
I'm sure you would understand what I meant if I said that the vertices 5, 6, 8 and 9 all "play the same role" in the graph. Vertices 0 and 2 also "play the same role". But vertices 5 and 1 play very different roles, they don't fit into the graph in identical ways (for example, 5 has one neighbor while 1 has two). This is due to the obvious symmetries which exist in this graph, corresponding to the two automorphisms of the graph given by:
$f$ such that $f(5)=6, f(6)=5, f(1)=3, f(3)=1, f(8)=f(9)$, and $f(x)=x$ for all other nodes.
$g$ such that $g(5)=8, g(8)=5, g(4)=7, g(7)=4, g(0)=2,g(2)=0, g(6)=9, g(9)=6$, and $g(x)=x$ for all other nodes.
The fact that 5 and 1 do not play the same role corresponds to the fact that there is no automorphism mapping 5 to 1 or vice-versa.
add a comment |
An automorphism on a structure describes a symmetry on that structure - a way in which certain elements of the structure play identical roles within the structure.
For example, a graph isomorphism is a bijection between the sets of nodes of two graphs such that $x$ and $y$ are adjacent (have an edge connecting them) if and only if $f(x)$ and $f(y)$ are adjacent. This means that the two graphs are really the same graph (they can be made to look identical if they're drawn in the right way).
Now look at this graph:
I'm sure you would understand what I meant if I said that the vertices 5, 6, 8 and 9 all "play the same role" in the graph. Vertices 0 and 2 also "play the same role". But vertices 5 and 1 play very different roles, they don't fit into the graph in identical ways (for example, 5 has one neighbor while 1 has two). This is due to the obvious symmetries which exist in this graph, corresponding to the two automorphisms of the graph given by:
$f$ such that $f(5)=6, f(6)=5, f(1)=3, f(3)=1, f(8)=f(9)$, and $f(x)=x$ for all other nodes.
$g$ such that $g(5)=8, g(8)=5, g(4)=7, g(7)=4, g(0)=2,g(2)=0, g(6)=9, g(9)=6$, and $g(x)=x$ for all other nodes.
The fact that 5 and 1 do not play the same role corresponds to the fact that there is no automorphism mapping 5 to 1 or vice-versa.
An automorphism on a structure describes a symmetry on that structure - a way in which certain elements of the structure play identical roles within the structure.
For example, a graph isomorphism is a bijection between the sets of nodes of two graphs such that $x$ and $y$ are adjacent (have an edge connecting them) if and only if $f(x)$ and $f(y)$ are adjacent. This means that the two graphs are really the same graph (they can be made to look identical if they're drawn in the right way).
Now look at this graph:
I'm sure you would understand what I meant if I said that the vertices 5, 6, 8 and 9 all "play the same role" in the graph. Vertices 0 and 2 also "play the same role". But vertices 5 and 1 play very different roles, they don't fit into the graph in identical ways (for example, 5 has one neighbor while 1 has two). This is due to the obvious symmetries which exist in this graph, corresponding to the two automorphisms of the graph given by:
$f$ such that $f(5)=6, f(6)=5, f(1)=3, f(3)=1, f(8)=f(9)$, and $f(x)=x$ for all other nodes.
$g$ such that $g(5)=8, g(8)=5, g(4)=7, g(7)=4, g(0)=2,g(2)=0, g(6)=9, g(9)=6$, and $g(x)=x$ for all other nodes.
The fact that 5 and 1 do not play the same role corresponds to the fact that there is no automorphism mapping 5 to 1 or vice-versa.
answered Dec 1 at 21:50
Jack M
18.5k33879
18.5k33879
add a comment |
add a comment |
To me the best motivation for studying group automorphisms is their application to semi-direct products. For example, in the classification of groups of order $pq$ for distinct primes $p$ and $q$, you can use the Sylow theorems to show that $G$ is some semi-direct product of $C_p$ and $C_q$. Knowing the structure of $text{Aut}(C_p)$ is then crucial in proving that in fact there is only one non-Abelian semi-direct product of $C_p$ and $C_q$ up to isomorphism. In general, when trying to classify groups of a given order understanding semi-direct products can be very useful. To do this, we first should understand automorphism groups.
add a comment |
To me the best motivation for studying group automorphisms is their application to semi-direct products. For example, in the classification of groups of order $pq$ for distinct primes $p$ and $q$, you can use the Sylow theorems to show that $G$ is some semi-direct product of $C_p$ and $C_q$. Knowing the structure of $text{Aut}(C_p)$ is then crucial in proving that in fact there is only one non-Abelian semi-direct product of $C_p$ and $C_q$ up to isomorphism. In general, when trying to classify groups of a given order understanding semi-direct products can be very useful. To do this, we first should understand automorphism groups.
add a comment |
To me the best motivation for studying group automorphisms is their application to semi-direct products. For example, in the classification of groups of order $pq$ for distinct primes $p$ and $q$, you can use the Sylow theorems to show that $G$ is some semi-direct product of $C_p$ and $C_q$. Knowing the structure of $text{Aut}(C_p)$ is then crucial in proving that in fact there is only one non-Abelian semi-direct product of $C_p$ and $C_q$ up to isomorphism. In general, when trying to classify groups of a given order understanding semi-direct products can be very useful. To do this, we first should understand automorphism groups.
To me the best motivation for studying group automorphisms is their application to semi-direct products. For example, in the classification of groups of order $pq$ for distinct primes $p$ and $q$, you can use the Sylow theorems to show that $G$ is some semi-direct product of $C_p$ and $C_q$. Knowing the structure of $text{Aut}(C_p)$ is then crucial in proving that in fact there is only one non-Abelian semi-direct product of $C_p$ and $C_q$ up to isomorphism. In general, when trying to classify groups of a given order understanding semi-direct products can be very useful. To do this, we first should understand automorphism groups.
answered Dec 1 at 21:28
Sean Haight
675519
675519
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.
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%2f3021181%2fwhat-is-the-significance-of-group-automorphism%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
We can realise other groups as automorphism groups, e.g., $Aut(Q_8)cong S_4$, see here.
– Dietrich Burde
Dec 1 at 12:01
You can make rings out of group by taking its automorphism group, Ex, Integer ring is the automorphism ring of $(mathbb{Z},+)$.
– mathnoob
Dec 1 at 13:01
@mathnoob That needs further explanation to be valid. A straightforward reading would suggest you mean to say that the integers are the endomorphism ring of $(Bbb{Z},+)$, not an "automorphism ring," which is undefined.
– jgon
Dec 1 at 17:50