If $a,b \in G$, show that $ab^{n}a^{-1}=(aba^{-1})^{n}$.
I have not found any question similar to this, and I am wondering how to prove this... My work so far seems very far from what needs to be shown.
I thought maybe this would work:
$ab^{n}a^{-1} = (a^{-1}a)^{n}ab^{n}a^{-1}(a^{-1}a)^{n}$
And this would somehow simplify? Can anyone show me the way?
Using associativity of the group operation, we have:$$(aba^{-1})^n=(aba^{-1})(aba^{-1})\cdots(aba^{-1})=ab(a^{-1}a)b(a^{-1}a)\cdots(a^{-1}a)ba^{-1}$$ so the $a^{-1}a$ terms all cancel out (i.e. they all yield the identity, and this does nothing to the product), and you're left with $b^n$ between the terminal $a$ and $a^{-1}$. You can show this more formally with induction on $n$.