reserve X for TopSpace;
reserve C for Subset of X;

theorem Th2:
  Cl C` = (Int C)`
proof
  thus Cl C` = (Int ( C``))` by Th1
    .= (Int C)`;
end;
