src/HOL/AxClasses/Lattice/tools.ML
author oheimb
Mon, 21 Sep 1998 23:25:27 +0200
changeset 5526 e7617b57a3e6
parent 1899 0075a8d26a80
permissions -rw-r--r--
*** empty log message ***


(** 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";