theorem Th35:
  F is ClosedSubset of BL
proof
A1: for a,b st a in F & b in F holds a "/\" b in F by Def9;
  for a,b st a in F & b in F holds a "\/" b in F by Th32;
  hence thesis by A1,LATTICES:def 24,def 25;
end;
