theorem
  for X st X<>{} & X is compact holds upper_bound X in X & lower_bound X in X
proof
  let X such that
A1: X<>{} and
A2: X is compact;
  X is real-bounded closed by A2,Th10;
  hence thesis by A1,Th12,Th13;
end;
