let G1, G2, G3 be _Graph; :: thesis: for F1 being PGraphMapping of G1,G2
for F2 being PGraphMapping of G2,G3 st F1 is total & F2 is total holds
F2 * F1 is total

let F1 be PGraphMapping of G1,G2; :: thesis: for F2 being PGraphMapping of G2,G3 st F1 is total & F2 is total holds
F2 * F1 is total

let F2 be PGraphMapping of G2,G3; :: thesis: ( F1 is total & F2 is total implies F2 * F1 is total )
assume A1: ( F1 is total & F2 is total ) ; :: thesis: F2 * F1 is total
then ( rng (F1 _V) c= dom (F2 _V) & rng (F1 _E) c= dom (F2 _E) ) ;
hence F2 * F1 is total by A1, Th103; :: thesis: verum