src/HOL/AxClasses/Lattice/tools.ML
author paulson
Wed, 05 Nov 1997 13:23:46 +0100
changeset 4153 e534c4c32d54
parent 1899 0075a8d26a80
permissions -rw-r--r--
Ran expandshort, especially to introduce Safe_tac


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