
theorem Th25:
  for T being non empty TopSpace, P being basis of T holds P is non empty
proof
  let T be non empty TopSpace, P be basis of T;
  set p = the Point of T;
  reconsider C = P as basis of p by Def4;
  C is non empty;
  hence thesis;
end;
