thus
( X misses Y implies for n being Nat holds
( not n in X or not n in Y ) )
by XBOOLE_0:3; ( ( for n being Nat holds
( not n in X or not n in Y ) ) implies not X meets Y )
assume A1:
for n being Nat holds
( not n in X or not n in Y )
; not X meets Y
assume
X meets Y
; contradiction
then
ex x being set st
( x in X & x in Y )
by XBOOLE_0:3;
hence
contradiction
by A1; verum