let C be Category; for a, b being Object of C holds Hom a,b = (a Hom ) /\ (Hom b)
let a, b be Object of C; Hom a,b = (a Hom ) /\ (Hom b)
let x be set ; TARSKI:def 3 ( not x in (a Hom ) /\ (Hom b) or x in Hom a,b )
assume A5:
x in (a Hom ) /\ (Hom b)
; 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; verum