wenzelm [Thu, 04 Oct 2001 15:28:00 +0200] rev 11677
atomize stuff from theory FOL;
tuned;
wenzelm [Thu, 04 Oct 2001 15:27:13 +0200] rev 11676
added Provers/induct_method.ML, document/root.tex, ex/Natural_Numbers.thy;
wenzelm [Thu, 04 Oct 2001 15:26:14 +0200] rev 11675
theory Natural_Numbers;
wenzelm [Thu, 04 Oct 2001 15:25:51 +0200] rev 11674
use "~~/src/Provers/induct_method.ML";
wenzelm [Thu, 04 Oct 2001 15:25:31 +0200] rev 11673
Theory of the natural numbers: Peano's axioms, primitive recursion.
(Modernized version of Larry Paulson's theory "Nat".)
wenzelm [Thu, 04 Oct 2001 15:21:47 +0200] rev 11672
full_rewrite_cterm_aux (see also tactic.ML);
no longer open MetaSimplifier;
wenzelm [Thu, 04 Oct 2001 15:21:17 +0200] rev 11671
added full_rewrite_cterm;
wenzelm [Thu, 04 Oct 2001 15:20:40 +0200] rev 11670
proof by cases and induction on types and sets (used to be specific for HOL);
wenzelm [Thu, 04 Oct 2001 15:19:56 +0200] rev 11669
qualify MetaSimplifier;
wenzelm [Thu, 04 Oct 2001 14:49:38 +0200] rev 11668
added dest_conj, dest_concls;