let C be Category; for c being Object of C
for h, i1, i2 being Morphism of C st c is_a_coproduct_wrt i1,i2 & h in Hom (c,c) & h (*) i1 = i1 & h (*) i2 = i2 holds
h = id c
let c be Object of C; for h, i1, i2 being Morphism of C st c is_a_coproduct_wrt i1,i2 & h in Hom (c,c) & h (*) i1 = i1 & h (*) i2 = i2 holds
h = id c
let h, i1, i2 be Morphism of C; ( c is_a_coproduct_wrt i1,i2 & h in Hom (c,c) & h (*) i1 = i1 & h (*) i2 = i2 implies h = id c )
assume that
A1:
( cod i1 = c & cod i2 = c )
and
A2:
for d being Object of C
for f, g being Morphism of C st f in Hom ((dom i1),d) & g in Hom ((dom i2),d) holds
ex h being Morphism of C st
( h in Hom (c,d) & ( for k being Morphism of C st k in Hom (c,d) holds
( ( k (*) i1 = f & k (*) i2 = g ) iff h = k ) ) )
and
A3:
( h in Hom (c,c) & h (*) i1 = i1 & h (*) i2 = i2 )
; CAT_3:def 18 h = id c
( i1 in Hom ((dom i1),c) & i2 in Hom ((dom i2),c) )
by A1;
then consider i being Morphism of C such that
i in Hom (c,c)
and
A4:
for k being Morphism of C st k in Hom (c,c) holds
( ( k (*) i1 = i1 & k (*) i2 = i2 ) iff i = k )
by A2;
A5:
id c in Hom (c,c)
by CAT_1:27;
( (id c) (*) i1 = i1 & (id c) (*) i2 = i2 )
by A1, CAT_1:21;
hence id c =
i
by A4, A5
.=
h
by A3, A4
;
verum