let C be Category; :: thesis: for a, b being Object of C holds Hom a,b = (a Hom ) /\ (Hom b)
let a, b be Object of C; :: thesis: Hom a,b = (a Hom ) /\ (Hom b)
let x be set ; :: according to TARSKI:def 3 :: thesis: ( not x in (a Hom ) /\ (Hom b) or x in Hom a,b )
assume A5:
x in (a Hom ) /\ (Hom b)
; :: thesis: x in Hom a,b
then A6:
x in a Hom
by XBOOLE_0:def 4;
A7:
x in Hom b
by A5, XBOOLE_0:def 4;
reconsider f = x as Morphism of C by A5;
A8:
dom f = a
by A6, Th24;
cod f = b
by A7, Th23;
hence
x in Hom a,b
by A8; :: thesis: verum