let A be Subset of REAL? ; :: thesis: ( A = {REAL } implies A is closed )
assume A1: A = {REAL } ; :: thesis: A is closed
reconsider B = REAL \ NAT as Subset of R^1 by TOPMETR:24;
reconsider B = B as Subset of R^1 ;
A2: B is open
proof
reconsider N = NAT as Subset of R^1 by TOPMETR:24;
reconsider N = N as Subset of R^1 ;
A3: N is closed by Th10;
N ` = B by TOPMETR:24;
hence B is open by A3, TOPS_1:29; :: thesis: verum
end;
B misses NAT by XBOOLE_1:79;
then A4: B /\ NAT = {} by XBOOLE_0:def 7;
then reconsider C = B as Subset of REAL? by Th32;
A5: C is open by A2, A4, Th33;
REAL \ NAT = ((REAL \ NAT ) \/ {REAL }) \ {REAL }
proof end;
then C = A ` by A1, Def7;
hence A is closed by A5, TOPS_1:29; :: thesis: verum