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