theorem Th55:
  for A being Subset of TopSpaceMetr M st A = cl_Ball(z,r) holds A is closed
proof
  let A be Subset of TopSpaceMetr M;
  assume A = cl_Ball(z,r);
  then A` is open by Lm1;
  hence thesis by TOPS_1:3;
end;
