{1,2} /\ {3,4} c= {}
proof
let x be
object ;
TARSKI:def 3 ( not x in {1,2} /\ {3,4} or x in {} )
(
x in {1,2} /\ {3,4} iff (
x in {1,2} &
x in {3,4} ) )
by XBOOLE_0:def 4;
then
(
x in {1,2} /\ {3,4} iff ( (
x = 1 or
x = 2 ) & (
x = 3 or
x = 4 ) ) )
by TARSKI:def 2;
hence
( not
x in {1,2} /\ {3,4} or
x in {} )
;
verum
end;
hence
{1,2} /\ {3,4} = {}
; verum