theorem
  F is closed implies F /\ G is closed
proof
  assume
A1: F is closed;
  let P;
  assume P in F /\ G;
  then P in F by XBOOLE_0:def 4;
  hence thesis by A1;
end;
