Given group $A$ with operation $*$ and $a \in A$, prove that $$(a^{-1})^n=(a^n)^{-1} \in A$$
To be perfectly honest, I don't quite know where to start. I think that I will need to use the fact that inverses are unique and so I have computed $$ (a^n)^{-1}*a^n=e=a^{-n}*a^{n}$$ Inverses are are unique so $(a^n)^{-1}=a^{-n}$. But how do I show $(a^{-1})^n=a^{-n}= (a^n)^{-1}$?
To perhaps remove any confusion that may result with induction in your case...let us attempt to take a different approach.
Given any $g \in G$ and $n \in \mathbb{N}$, by closure in $G$ it follows that $g^n \in G$.
Claim: $\left(g^{-1}\right)^n$ is the inverse element in $G$ of $g^n$.
Thus consider: $$\left(g^{-1}\right)^n * g^n = \underbrace{g^{-1} * ...* g^{-1}}_{n} * \underbrace{g * ... * g}_{n} = \underbrace{g^{-1}* ... * g^{-1}}_{n-1} * e * \underbrace{g* ... * g}_{n-1} = e$$
Similarly, $$g^n * \left(g^{-1}\right)^n = e$$
Hence $\left(g^{-1}\right)^n$ is the inverse element in $G$ of $g^n$, i.e. $\left(g^{-1}\right)^n = \left(g^n\right)^{-1}$.