theorem
  ex F,A st F |= A & not F |=0 A
proof
  {prop 0} |= 'X' prop 0 & not {prop 0} |=0 'X' prop 0 by th262ac1;
  hence thesis;
end;
