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 A6: ( A is Subset of R^1 & NAT /\ A = {} ) ; :: thesis: ( A is Subset of REAL? & not REAL in A )
A7: A c= REAL \ NAT
proof
let x be set ; :: according to TARSKI:def 3 :: thesis: ( not x in A or x in REAL \ NAT )
assume A8: x in A ; :: thesis: x in REAL \ NAT
then not x in NAT by A6, XBOOLE_0:def 4;
hence x in REAL \ NAT by A6, A8, TOPMETR:24, XBOOLE_0:def 5; :: thesis: verum
end;
REAL \ NAT c= (REAL \ NAT ) \/ {REAL } by XBOOLE_1:7;
then A c= (REAL \ NAT ) \/ {REAL } by A7, XBOOLE_1:1;
hence A is Subset of REAL? by Def7; :: thesis: not REAL in A
thus not REAL in A :: thesis: verum
proof end;