NasuSama
- 323
- 3
Homework Statement
Let G be a group and let Aut(G) be the group of automorphisms of G.
(a) For any g \in G, define \phi_{g}(x) = g^{-1}xg. Check that \phi_{g}(x) is an automorphism.
(b) Consider the map:
\Phi:G \rightarrow Aut(G)
g \mapsto \phi_{g}
Check that \Phi is a homomorphism.
2. The attempt at a solution
Evaluate \Phi at gh with arbitrary x, so:
\Phi(gh) = \phi_{gh}(x) = (gh)^{-1}x(gh) = h^{-1}g^{-1}xgh = \phi_{h}(\phi_{g}(x))
= \phi_{h} \circ \phi_{g} (x) = \Phi(h) \circ \Phi(g)
But the operation is reversed for this situation. So this is considered to be an antihomomorphism.
Any comments?