theorem
  R is closed implies Fr R c= R
proof
  assume
A1: R is closed;
  let x be object;
  Cl R = R by A1,PRE_TOPC:22;
  hence thesis by XBOOLE_0:def 4;
end;
