theorem Th20:
  for T being non empty TopSpace, p being Point of T holds [#]T is
  a_neighborhood of p
proof
  let T be non empty TopSpace, p be Point of T;
  Int [#]T = the carrier of T by TOPS_1:15;
  hence p in Int [#]T;
end;
