0
$\begingroup$

My question reads:

Let G be a group and let Aut G be the set of all automorphisms of G. Prove that Aut G is a group under the operation of composition for functions.

I am not too sure if I am proving this Aut G itself is a group. Would this mean then that I would have to make sure it fulfills all the group requirements? If so I am not too sure how to go about it.

Proving closure:

I would think I need to pick say f,g in Aut G then use the fact that these are automorphisms. From here, I am not too sure how to proceed.

  • 0
    You need to check that Aut $G$ satisfies the properties of a group. Do you know what the definition of a group is?2017-02-10
  • 0
    @JoshuaRuiter yes, I need closure, associativity, identity and inverse. I guess my main question is if you have an automorphism is it already a homomorphism? I am just learning this so I am confused2017-02-10
  • 0
    The definition of automorphism is an isomorphism from the group to itself. So by definition, it is a homomorphism, and it is invertible. That gives you a big hint as to what should be the inverse of automorphism. Hopefully you also know that the composition of homomorphisms is a homomorphism.2017-02-10
  • 0
    @JoshuaRuiter Hmm okay makes more sense. And no I did not know that last fact but that would be helpful for showing closure. Then is the idea I have for closure okay? I would pick say f and g in AutG which are automorphims and also homomorphism and since we can compose I can show closure?2017-02-10
  • 0
    Then the inverse of an automorphism is itself?2017-02-10
  • 0
    You have the closure correct. The inverse is not itself. If a function is invertible, it has an inverse function. Try that for the inverse.2017-02-10
  • 0
    @JoshuaRuiter okay so I would have to pick like a function f and f^-1 in AutG and use composition to show I get the identity?2017-02-10
  • 0
    Let us [continue this discussion in chat](http://chat.stackexchange.com/rooms/53427/discussion-between-joshua-ruiter-and-sam).2017-02-10

1 Answers 1

2

Let $G$ be a group. By definition $\text{Aut}(G)=\left\{f:G\rightarrow G\mid f \mbox{ is an isomorphism of }G\right\}$. Given two automorphisms $f,g\in \text{Aut}(G)$, we can consider the composition $g\circ f$. We claim that $\text{Aut}(G),\circ$ is a group. We have to check all axioms.

First of all we need to show that $g\circ f$ is again an automorphism, i.e. a homomorphism that is bijective. Now since $g$ and $f$ are bijective, $g\circ f$ is bijective. Moreover, $$(g\circ f)(ab)=g(f(ab))=g(f(a)f(b))=g(f(a))g(f(b))=(g\circ f)(a)(g\circ f)(b)$$ for all $a,b\in G$. Hence $g\circ f$ is a group homomorphism.

Secondly we need to show that $\circ$ is associative, i.e. $(h\circ g)\circ f=h\circ (g\circ f)$. Just evaluate both morphisms at $a\in G$ and see that both expressions coincide due to the associativity of $G$.

Thirdly we need to check that there is a neutral element for $\circ$. Clearly $Id_G:G\rightarrow G:a\mapsto a$ is an automorphism. Since $f\circ Id_G=Id_G\circ f$ for all $f\in \text{Aut}(G)$, $Id_G$ is the neutral element.

Last but not least, we have to check that each $f\in \text{Aut}(G)$ has an inverse for $\circ$. Consider the inverse function $f^{-1}$. Clearly $f^{-1}\circ f=Id_G=f\circ f^{-1}$. So it remains to show that $f^{-1}$ is a group morphism. Now it's a very good exercise to prove this last statement.

EDIT: Let's prove the last statement. Suppose that $f:G\rightarrow G$ is a group isomorphism. We need to show that $f^{-1}$ is a group morphism. Let $a,b\in G$. By definition there exist a unique $x,y\in G$ such that $f(x)=a$ and $f(y)=b$. Hence $$f^{-1}(ab)=f^{-1}(f(x)f(y))=f^{-1}(f(xy))=xy.$$ Similarly $$f^{-1}(a)f^{-1}(b)=f^{-1}(f(x))f^{-1}(f(y))=xy.$$ Hence $f^{-1}(ab)=f^{-1}(a)f^{-1}(b).$

  • 0
    how do you know that g and f are a bijection? In the first part you are showing closure?2017-02-11
  • 0
    what do you mean by group morphism in the last section?2017-02-11
  • 0
    $g$ and $f$ are elements of $\text{Aut}(G)$. Thus by definition they are group isomorphisms, i.e. they are group morphisms and invertible functions by definition.2017-02-11
  • 0
    Okay I think I get it more now. Basically we have to show that under each condition we still get a homomorphism?2017-02-11
  • 0
    What do you mean with 'under each condition'?2017-02-12
  • 0
    I meant under each part of a group we are showing2017-02-13
  • 0
    For the last part shouldn't the inverse give the identity not XY?2017-02-13
  • 0
    No, it's correct as written down. Recall that $f^{-1}\circ f(z)=Id(z)=z$.2017-02-14