For any elements a and b from a group $\lt A,\ * \gt$ and any integer n, prove that
$\begin{align} & (a^{-1}\cdot b\cdot a)^n = a^{-1}\cdot b^n\cdot a \end{align}$
This is what I tried:
LHS:
$\begin{align} & \quad \ \ \ a^{-n}\cdot b^n\cdot a^n=(a^{-n}\cdot a^n) \cdot b^n=(a^{-1}\cdot a)^n\cdot b^n \\ &= \ e^n\cdot b^n\qquad \text{where $e$ is the identity element of the group } \end{align}$
And this is where I get stuck. I know that the identity elements are usually 1 and 0 and the power n should disappear but I don't know how to show that logically.
Please show me a better way to solve this.
Thanks
Try induction on $n$.
Beware, groups may be non-commutative. In general $(a^{-1}ba)^n$ is not equal to $a^{-n}b^na^n$.