reserve T for TopSpace,
  A, B for Subset of T;

theorem
  Int Cl {}T = {}T
proof
  Int Cl {}T = Int {}T by PCOMPS_1:2
    .= {}T;
  hence thesis;
end;
