theorem
  { {} , X } c= F & F c= bool X
proof
  {} in F & X in F by Th4,Th5;
  then for x being object holds x in { {} , X } implies x in F
   by TARSKI:def 2;
  hence thesis;
end;
