If $A \le G$ is such that $ \forall H \le G$, $AH = HA$ (i.e. $A$ permutes in $G$), then show $AB$ permutes in $G$ where $A^g=B \not= A$ for some $g\in G$.
What I have tried so far is:
$(AB)H = ((AB)H)^{g^{-1}g} = ((AA^g)H)^{g^{-1}g} = ((A^gA)H)^{g^{-1}g} = (A^g(AH))^{g^{-1}g} = (A(AH)^{g^{-1}})^g$
$=((AH)^{g^{-1}}A)^g=(AH)A^g=(HA)A^g=H(AA^g) = H(AB)$.
Is this right?