let n be Element of NAT ; :: thesis: for A being Subset of (TOP-REAL n) st A is compact holds
A is Bounded

let A be Subset of (TOP-REAL n); :: thesis: ( A is compact implies A is Bounded )
assume A1: A is compact ; :: thesis: A is Bounded
A c= the carrier of ((TOP-REAL n) | A) by PRE_TOPC:8;
then reconsider A2 = A as Subset of ((TOP-REAL n) | A) ;
per cases ( A <> {} or A = {} ) ;
end;