theorem Th23:
  (R is open implies Int R = R) & (Int P = P implies P is open)
proof
  hereby
    assume R is open;
    then R` is closed by Th4;
    then Cl R` = R` by PRE_TOPC:22;
    hence Int R = R;
  end;
  thus thesis;
end;
