theorem Th15:
  for P being Subset of T holds P = {t1} implies P is bounded
proof
  let P be Subset of T;
  assume
A1: P = {t1};
  {t1} is Subset of Ball(t1,1) by Th11,SUBSET_1:41;
  hence thesis by A1,Th14;
end;
