This morning during an exam, it was given to me the following exercise that i was unable to solve, and i would like to know at least how should be solved.
Maybe it was my bad, but it was the first time that i saw an Automorphism and i didn't really much more that if an isomorphism $f : G \longrightarrow G$
Let $G$ be a finite group and $\alpha$ an Automorphism of $G$ such that $\alpha(x)=x$ if and only if $x =e_G$
$(a)$ Prove that for every $g \in G$ exists $x \in G$ such that $g=x^{-1}\alpha(x)$.
$(b)$ Prove that if it's true that $\alpha(\alpha(x))=x$ for every $x \in G$, then $\alpha(g)= g^{-1}$ for every $g \in G$.
Your help would be amazing,
Thank you anyway.
Consider $f: G \to G$ defined by $f(x) = x^{-1}\alpha(x)$. Part a) asks to show that $f$ is surjective. Since $|G|$ is finite, it suffices to show that $f$ is injective. So suppose that $f(x) = f(y)$. Then $$x^{-1}\alpha(x) = y^{-1}\alpha(y),$$ so multiplying on the left by $y$ and on the right by $\alpha(x)^{-1} = \alpha(x^{-1})$ shows $$yx^{-1} = \alpha(y)\alpha(x)^{-1} = \alpha(yx^{-1}).$$ But since $\alpha(z) = z$ if and only if $z$ is equal to the identity, this implies that $yx^{-1}$ is the identity, i.e. $x=y$.
To solve part b), observe that if $g \in G$, then $g = x^{-1}\alpha(x)$ for some $x \in G$ by part a). Then $$\alpha(g) = \alpha(x)^{-1} \alpha(\alpha(x)) = \alpha(x)^{-1}x = (x^{-1}\alpha(x))^{-1} = g^{-1},$$ as desired.