let A be set ; :: thesis: ( A is Subset of REAL? & not REAL in A iff ( A is Subset of R^1 & NAT /\ A = {} ) )
thus ( A is Subset of REAL? & not REAL in A implies ( A is Subset of R^1 & NAT /\ A = {} ) ) :: thesis: ( A is Subset of R^1 & NAT /\ A = {} implies ( A is Subset of REAL? & not REAL in A ) )
proof end;
assume that
A8: A is Subset of R^1 and
A9: NAT /\ A = {} ; :: thesis: ( A is Subset of REAL? & not REAL in A )
A10: A c= REAL \ NAT
proof
let x be object ; :: according to TARSKI:def 3 :: thesis: ( not x in A or x in REAL \ NAT )
assume A11: x in A ; :: thesis: x in REAL \ NAT
then not x in NAT by A9, XBOOLE_0:def 4;
hence x in REAL \ NAT by A8, A11, TOPMETR:17, XBOOLE_0:def 5; :: thesis: verum
end;
REAL \ NAT c= (REAL \ NAT) \/ {REAL} by XBOOLE_1:7;
then A c= (REAL \ NAT) \/ {REAL} by A10;
hence A is Subset of REAL? by Def8; :: thesis: not REAL in A
thus not REAL in A :: thesis: verum
proof end;