let x, y be object ; for X, Y being set st x <> y & not y in union X & not y in union Y holds
( X misses Y iff swap (X,x,y) misses swap (Y,x,y) )
let X, Y be set ; ( x <> y & not y in union X & not y in union Y implies ( X misses Y iff swap (X,x,y) misses swap (Y,x,y) ) )
assume A1:
( x <> y & not y in union X & not y in union Y )
; ( X misses Y iff swap (X,x,y) misses swap (Y,x,y) )
thus
( X misses Y implies swap (X,x,y) misses swap (Y,x,y) )
( swap (X,x,y) misses swap (Y,x,y) implies X misses Y )
assume that
A12:
swap (X,x,y) misses swap (Y,x,y)
and
A13:
X meets Y
; contradiction
consider a being object such that
A14:
( a in X & a in Y )
by A13, XBOOLE_0:3;
reconsider a = a as set by TARSKI:1;