let C be Category; for a, b being Object of C
for f being Morphism of a,b st b is terminal holds
term (a,b) = f
let a, b be Object of C; for f being Morphism of a,b st b is terminal holds
term (a,b) = f
let f be Morphism of a,b; ( b is terminal implies term (a,b) = f )
assume A1:
b is terminal
; term (a,b) = f
then
Hom (a,b) <> {}
;
then
( dom f = a & cod f = b )
by CAT_1:5;
hence
term (a,b) = f
by A1, Th36; verum