src/HOL/NatDef.ML
Mon, 22 Oct 2001 11:54:22 +0200 Numerals now work for the integers: the binary numerals for 0 and 1 rewrite
Fri, 05 Oct 2001 21:52:39 +0200 sane numerals (stage 1): added generic 1, removed 1' and 2 on nat,
Wed, 03 Oct 2001 20:54:16 +0200 tuned parentheses in relational expressions;
Mon, 06 Aug 2001 13:43:24 +0200 turned translation for 1::nat into def.
Mon, 06 Aug 2001 12:42:43 +0200 removed an unsuitable default simprule
Thu, 31 May 2001 16:50:14 +0200 added nat_not_singleton (also to simpset)
Tue, 22 May 2001 15:11:43 +0200 Representing set for type nat is now defined via "inductive".
Thu, 15 Feb 2001 16:00:38 +0100 moved wf_less from Nat.ML to NatDef.ML
Wed, 10 Jan 2001 11:14:30 +0100 generalizing the LEAST theorems from "nat" to linear
Tue, 09 Jan 2001 15:22:13 +0100 `` -> and ``` -> ``
Wed, 20 Dec 2000 12:14:50 +0100 generalized the re-orientation 0f 0=... to all types
Tue, 19 Dec 2000 15:20:23 +0100 re-orienting equations with 0, 1, 2 on the lhs
Tue, 17 Oct 2000 10:21:12 +0200 renaming of contrapos rules
Thu, 12 Oct 2000 13:01:19 +0200 induct -> lfp_induct
Wed, 11 Oct 2000 09:09:06 +0200 *** empty log message ***
Fri, 15 Sep 2000 12:39:57 +0200 renamed (most of...) the select rules
Wed, 06 Sep 2000 08:04:41 +0200 less_induct -> nat_less_induct
Wed, 28 Jun 2000 10:40:06 +0200 using the new theorem wf_not_refl; tidied
Thu, 22 Jun 2000 23:04:34 +0200 bind_thm(s);
Tue, 23 May 2000 18:28:11 +0200 added type constraint ::nat because 0 is now overloaded
Wed, 19 Apr 2000 11:09:59 +0200 removal of less_SucI, le_SucI from default simpset
Wed, 22 Mar 2000 13:22:39 +0100 Suc_less_eq now with AddIffs. How could this have been overlooked?
Fri, 23 Jul 1999 12:10:42 +0200 New lemmas by Stefan Merz.
Mon, 19 Jul 1999 15:19:11 +0200 getting rid of qed_goal
Wed, 13 Jan 1999 12:16:34 +0100 Refined arithmetic.
Wed, 13 Jan 1999 08:41:28 +0100 Simplified arithmetic.
Sat, 09 Jan 1999 17:55:54 +0100 Remoaved a few now redundant rewrite rules.
Fri, 27 Nov 1998 17:00:30 +0100 At last: linear arithmetic for nat!
Fri, 16 Oct 1998 17:32:06 +0200 Installed trans_tac in solver of simpset().
Thu, 01 Oct 1998 18:23:00 +0200 tidied
Fri, 18 Sep 1998 14:39:08 +0200 new theorem less_Suc_eq_le and le_simps
Fri, 11 Sep 1998 16:25:24 +0200 fixed comment
Thu, 10 Sep 1998 18:06:39 +0200 well-formed asym rules; also adds less_irrefl, le_refl since order_refl
Thu, 20 Aug 1998 16:47:52 +0200 new theorems; adds [le_refl, less_imp_le] as simprules
Thu, 13 Aug 1998 18:14:26 +0200 even more tidying of Goal commands
Fri, 24 Jul 1998 13:30:28 +0200 Removed nat_case, nat_rec, and natE (now provided by datatype
Wed, 15 Jul 1998 14:19:02 +0200 More tidying and removal of "\!\!... from Goal commands
Wed, 15 Jul 1998 10:15:13 +0200 Removal of leading "\!\!..." from most Goal commands
Sun, 12 Jul 1998 11:49:17 +0200 isatool expandshort;
Mon, 22 Jun 1998 17:26:46 +0200 isatool fixgoal;
Mon, 27 Apr 1998 16:45:11 +0200 Added a few lemmas.
Wed, 22 Apr 1998 14:06:05 +0200 Modifications due to improved simplifier.
Mon, 16 Mar 1998 16:47:57 +0100 re-ordered proofs
Thu, 12 Mar 1998 10:39:19 +0100 The theorem nat_neqE, and some tidying
Sat, 07 Mar 1998 16:29:29 +0100 Removed `addsplits [expand_if]'
Fri, 20 Feb 1998 17:56:39 +0100 Congruence rules use == in premises now.
Fri, 20 Feb 1998 11:07:51 +0100 New theorem eq_imp_le
Tue, 10 Feb 1998 10:26:58 +0100 New AddIffs le_0_eq and neq0_conv
Thu, 05 Feb 1998 10:46:31 +0100 New max, min theorems
Thu, 08 Jan 1998 18:09:07 +0100 added select_equality to the implicit claset
Tue, 23 Dec 1997 11:40:47 +0100 tidied
Tue, 16 Dec 1997 17:58:03 +0100 expandshort;
Wed, 03 Dec 1997 17:25:43 +0100 Replaced n ~= 0 by 0 < n
Wed, 05 Nov 1997 13:23:46 +0100 Ran expandshort, especially to introduce Safe_tac
Mon, 03 Nov 1997 21:12:21 +0100 nat datatype_info moved to Nat.thy;
Mon, 03 Nov 1997 12:13:18 +0100 isatool fixclasimp;
Thu, 30 Oct 1997 09:45:03 +0100 For each datatype `t' there is now a theorem `split_t_case' of the form
Fri, 24 Oct 1997 17:25:33 +0200 ProtoPure.flexpair_def;
Fri, 10 Oct 1997 19:02:28 +0200 fixed dots;
Wed, 01 Oct 1997 18:13:41 +0200 fully qualified names: Theory.add_XXX;