theorem Th26:
  for x ex r st r>0 & Ball(x,r) c= the carrier of PM
proof
  let x;
  consider r such that
A1: r = 1;
  take r;
  thus r > 0 by A1;
  thus thesis;
end;
