theorem th15:
  A in LTL_axioms implies F|-0 A
  proof
    assume A in LTL_axioms;then
    'G' A in LTL0_axioms;then
    F|-0 'G' A by th10;
    hence F|-0 A by th9;
  end;
