theorem Th4:
  R is open iff R` is closed
proof
  R` is closed iff R`` is open by Th3;
  hence thesis;
end;
