theorem
  R is open implies Cl Int Cl R = Cl R
proof
  assume
A1: R is open;
  then Cl Int Cl R = Cl Int Cl Int R by Th23
    .= Cl Int R by Th26
    .= Cl R by A1,Th23;
  hence thesis;
end;
