I'm self-studying abstract algabra (Herstein) and while working on an easy problem became uneasy with a step in my derivation.
Given the symmetric group $S_n$ whose elements are bijections $f: S \to S$ and the binary operation being function composition, so that we have:
- Closure under composition $fg \in S_n $
- Composition is associative (given by the rule): $(fg)h = f (gh)$
- an identity element $i_S$ exists: $i_sf = f i_s =f$
- an inverse element $f^-1$ exists for every $f \in S_n$: $f f^{-1} =f^{-1} f = i_S$
Prove that $(f^{-1}gf)(f^{-1}hf) = f^{-1}(gh)f$.
Edited:
What's the justification for the first obvious step, which is:
$(f^{-1}gf)(f^{-1}hf) = f^{-1}gff^{-1}hf$.
(2.) does not directly say this is legal. I'm tempted to claim that (2.) equates all possible orders for performing the composition and that therefore, as a matter of notation, $fgh$ is unambiguous but that argument feels like not quite the thing.
Your question (and the answer you gave) show that you've missed an essential point. In group theory at a very early point one remarks that the associativity axiom can be iterated to show that any two pure product expressions (no inverses) of the same string of variables, but grouped differently by parentheses to show which sequence of multiplications is applied in each case, have equal values. Once this point is accepted, one can allow writing expressions like $abca$ in which parentheses are missing, as any way to insert them would give rise to expressions that can be proved equal. But before this point is made, $abca$ is not a valid group theoretic expression, in contrast to $a(b(ca))$, $a((bc)a)$, $(ab)(ca)$, $(a(bc))a$ and $((ab)c)a$, any of which it could equally well denote.
If one accepts this principle of suppressing parentheses (which also allows them to be inserted in any place), you can write the proof simply as $$\def\inv{^{-1}} (f\inv gf)(f\inv h f)=f\inv gff\inv hf=f\inv gihf = f\inv ghf=f\inv(gh)f. $$ If one does not accept the principle, then the question does not make sense, because both the left and right had sides contain products of three units without parentheses to indicate how they should be multiplied, so that it is unclear what is meant in the first place. One might take the intermediate stance that the associativity axiom directly allows products of three units without parentheses to be used, but not longer ones. With that rule the above proof can be rewritten $$ (f\inv gf)(f\inv h f) =(f\inv g)f(f\inv (h f)) =(f\inv g)(ff\inv(hf)) =f\inv(g(ihf))= f\inv(ghf)=f\inv(gh)f $$ (if you look carefully, there are never products of more than three units long). It would be an interesting combinatorial question to count, if no dropping of parentheses at all is allowed, how many instances of associativity are needed to complete a proof of this identity.