let n be 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;