let C be composable with_identities CategoryStr ; for a, b being Object of C
for f being Morphism of a,b st Hom (a,b) <> {} & a is terminal holds
f is monomorphism
let a, b be Object of C; for f being Morphism of a,b st Hom (a,b) <> {} & a is terminal holds
f is monomorphism
let f be Morphism of a,b; ( Hom (a,b) <> {} & a is terminal implies f is monomorphism )
assume that
A1:
Hom (a,b) <> {}
and
A2:
a is terminal
; f is monomorphism
now for c being Object of C st Hom (c,a) <> {} holds
for g, h being Morphism of c,a st f * g = f * h holds
g = hlet c be
Object of
C;
( Hom (c,a) <> {} implies for g, h being Morphism of c,a st f * g = f * h holds
g = h )assume
Hom (
c,
a)
<> {}
;
for g, h being Morphism of c,a st f * g = f * h holds
g = hlet g,
h be
Morphism of
c,
a;
( f * g = f * h implies g = h )assume
f * g = f * h
;
g = hconsider f1 being
Morphism of
c,
a such that A3:
for
g1 being
Morphism of
c,
a holds
f1 = g1
by A2;
f1 = g
by A3;
hence
g = h
by A3;
verum end;
hence
f is monomorphism
by A1, CAT_7:def 5; verum