theorem
  Sphere(z,r) is bounded
proof
  Sphere(z,r) c= cl_Ball(z,r) by METRIC_1:15;
  hence thesis by Th57,TBSP_1:14;
end;
