src/HOL/AxClasses/Lattice/tools.ML
author wenzelm
Tue, 27 May 1997 15:45:07 +0200
changeset 3362 0b268cff9344
parent 1899 0075a8d26a80
permissions -rw-r--r--
NJ 1.09.2x as factory default!


(** generic tools **)

val prems = goalw HOL.thy [Ex_def] "EX x. P x ==> P (@x. P x)";
  by (resolve_tac prems 1);
qed "selectI1";

goal HOL.thy "(P & Q) = (Q & P)";
  by (Fast_tac 1);
qed "conj_commut";