let C be Category; the_comps_of C is associative
let i, j, k, l be Object of ; ALTCAT_1:def 7 for b1, b2, b3 being set holds
( not b1 in (the_hom_sets_of C) . i,j or not b2 in (the_hom_sets_of C) . j,k or not b3 in (the_hom_sets_of C) . k,l or ((the_comps_of C) . i,k,l) . b3,(((the_comps_of C) . i,j,k) . b2,b1) = ((the_comps_of C) . i,j,l) . (((the_comps_of C) . j,k,l) . b3,b2),b1 )
let f, g, h be set ; ( not f in (the_hom_sets_of C) . i,j or not g in (the_hom_sets_of C) . j,k or not h in (the_hom_sets_of C) . k,l or ((the_comps_of C) . i,k,l) . h,(((the_comps_of C) . i,j,k) . g,f) = ((the_comps_of C) . i,j,l) . (((the_comps_of C) . j,k,l) . h,g),f )
assume
f in (the_hom_sets_of C) . i,j
; ( not g in (the_hom_sets_of C) . j,k or not h in (the_hom_sets_of C) . k,l or ((the_comps_of C) . i,k,l) . h,(((the_comps_of C) . i,j,k) . g,f) = ((the_comps_of C) . i,j,l) . (((the_comps_of C) . j,k,l) . h,g),f )
then A1:
f in Hom i,j
by Def3;
then reconsider f' = f as Morphism of i,j by CAT_1:def 7;
assume
g in (the_hom_sets_of C) . j,k
; ( not h in (the_hom_sets_of C) . k,l or ((the_comps_of C) . i,k,l) . h,(((the_comps_of C) . i,j,k) . g,f) = ((the_comps_of C) . i,j,l) . (((the_comps_of C) . j,k,l) . h,g),f )
then A2:
g in Hom j,k
by Def3;
then reconsider g' = g as Morphism of j,k by CAT_1:def 7;
assume
h in (the_hom_sets_of C) . k,l
; ((the_comps_of C) . i,k,l) . h,(((the_comps_of C) . i,j,k) . g,f) = ((the_comps_of C) . i,j,l) . (((the_comps_of C) . j,k,l) . h,g),f
then A3:
h in Hom k,l
by Def3;
then reconsider h' = h as Morphism of k,l by CAT_1:def 7;
A4:
( Hom j,l <> {} & ((the_comps_of C) . j,k,l) . h,g = h' * g' )
by A2, A3, Th14, CAT_1:52;
( Hom i,k <> {} & ((the_comps_of C) . i,j,k) . g,f = g' * f' )
by A1, A2, Th14, CAT_1:52;
hence ((the_comps_of C) . i,k,l) . h,(((the_comps_of C) . i,j,k) . g,f) =
h' * (g' * f')
by A3, Th14
.=
(h' * g') * f'
by A1, A2, A3, CAT_1:54
.=
((the_comps_of C) . i,j,l) . (((the_comps_of C) . j,k,l) . h,g),f
by A1, A4, Th14
;
verum