src/FOL/ex/int.ML
changeset 232 c28d2fc5dd1c
parent 0 a5a9c433f639
child 1006 f505385d9e32
equal deleted inserted replaced
231:cb6a24451544 232:c28d2fc5dd1c
   178 goal IFOL.thy "(P&Q) <-> P <-> Q <-> (P|Q)";
   178 goal IFOL.thy "(P&Q) <-> P <-> Q <-> (P|Q)";
   179 by (Int.fast_tac 1);
   179 by (Int.fast_tac 1);
   180 result();
   180 result();
   181 
   181 
   182 
   182 
   183 writeln"U****Examples with quantifiers****";
   183 writeln"****Examples with quantifiers****";
   184 
   184 
   185 
   185 
   186 writeln"The converse is classical in the following implications...";
   186 writeln"The converse is classical in the following implications...";
   187 
   187 
   188 goal IFOL.thy "(EX x.P(x)-->Q)  -->  (ALL x.P(x)) --> Q";
   188 goal IFOL.thy "(EX x.P(x)-->Q)  -->  (ALL x.P(x)) --> Q";