src/HOL/AxClasses/Lattice/tools.ML
author paulson
Thu, 18 Jan 1996 10:38:29 +0100
changeset 1444 23ceb1dc9755
parent 1440 de6f18da81bb
child 1899 0075a8d26a80
permissions -rw-r--r--
trivial updates


(** 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 prop_cs 1);
qed "conj_commut";