theorem Th3:
  R is closed iff R` is open
proof
  R is closed iff [#] GX \ R is open by PRE_TOPC:def 3;
  hence thesis;
end;
