theorem
  ex F, A st (F |= A & not F |=0 'G' A)
proof
  {prop 0} |= prop 0 & not {prop 0} |=0 'G' prop 0 by th21cp;
  hence thesis;
end;
