let UN be Universe; :: thesis: for f, g, h being Morphism of st dom h = cod g & dom g = cod f holds
h * (g * f) = (h * g) * f

set X = Morphs (GroupObjects UN);
let f, g, h be Morphism of ; :: thesis: ( dom h = cod g & dom g = cod f implies h * (g * f) = (h * g) * f )
assume A1: ( dom h = cod g & dom g = cod f ) ; :: thesis: h * (g * f) = (h * g) * f
reconsider f' = f, g' = g, h' = h as strict Element of Morphs (GroupObjects UN) by Th47;
A2: ( h' * g' = h * g & dom (h * g) = cod f ) by A1, Lm1, Th50;
A3: ( dom h' = cod g' & dom g' = cod f' ) by A1, Th50;
then reconsider gf = g' * f', hg = h' * g' as Element of Morphs (GroupObjects UN) by Th45;
( g' * f' = g * f & dom h = cod (g * f) ) by A1, Lm1, Th50;
then h * (g * f) = h' * gf by Th50
.= hg * f' by A3, Th33
.= (h * g) * f by A2, Th50 ;
hence h * (g * f) = (h * g) * f ; :: thesis: verum