src/HOL/arith_data.ML
Tue, 31 Jul 2007 00:56:29 +0200 wenzelm arith method setup: proper context;
Fri, 20 Jul 2007 14:28:25 +0200 haftmann moved class ord from Orderings.thy to HOL.thy
Tue, 03 Jul 2007 17:17:04 +0200 wenzelm CONVERSION tactical;
Wed, 13 Jun 2007 03:31:11 +0200 huffman removed constant int :: nat => int;
Sat, 02 Jun 2007 08:54:05 +0200 webertj cosmetic
Fri, 01 Jun 2007 16:04:13 +0200 webertj fixed handling of meta-logic propositions
Thu, 24 May 2007 07:27:44 +0200 nipkow Introduced new classes monoid_add and group_add
Thu, 17 May 2007 19:49:40 +0200 haftmann canonical prefixing of class constants
Sun, 13 May 2007 18:15:22 +0200 haftmann refined module rat
Thu, 10 May 2007 22:11:35 +0200 haftmann fixed typo
Thu, 10 May 2007 00:39:45 +0200 wenzelm moved conversions to structure Conv;
Wed, 09 May 2007 07:53:08 +0200 haftmann tuned
Mon, 07 May 2007 00:49:59 +0200 wenzelm simplified DataFun interfaces;
Sun, 06 May 2007 21:49:23 +0200 haftmann tuned
Wed, 11 Apr 2007 08:28:15 +0200 haftmann canonical merge operations
Thu, 29 Mar 2007 14:21:45 +0200 haftmann dropped legacy ML bindings
Mon, 18 Dec 2006 08:21:35 +0100 haftmann switched argument order in *.syntax lifters
Wed, 13 Dec 2006 15:45:31 +0100 haftmann introduced mk/dest_numeral/number for mk/dest_binum etc.
Fri, 01 Dec 2006 17:22:31 +0100 haftmann slight cleanup in hologic.ML
Sat, 18 Nov 2006 00:20:22 +0100 haftmann op div/op mod now named without leading op
Wed, 08 Nov 2006 13:48:29 +0100 wenzelm removed theory NatArith (now part of Nat);
Mon, 09 Oct 2006 02:19:49 +0200 wenzelm attribute: Context.mapping;
Wed, 04 Oct 2006 18:41:14 +0200 nipkow fixed bug in linear arith
Wed, 04 Oct 2006 01:43:57 +0200 webertj nnf_simpset built statically
Tue, 26 Sep 2006 13:34:16 +0200 haftmann renamed 0 and 1 to HOL.zero and HOL.one respectivly; introduced corresponding syntactic classes
Wed, 06 Sep 2006 13:48:02 +0200 haftmann got rid of Numeral.bin type
Fri, 25 Aug 2006 00:10:10 +0200 webertj avoid duplicate tactics
Thu, 24 Aug 2006 23:51:46 +0200 webertj additional list of tactics that can be added to arith
Wed, 02 Aug 2006 03:33:28 +0200 webertj type annotations fixed (IntInf.int, to make SML/NJ happy)
Tue, 01 Aug 2006 14:58:43 +0200 webertj possible disagreement between proof search and proof reconstruction when eliminating inequalities over different types fixed
Mon, 31 Jul 2006 20:56:49 +0200 webertj fixed a bug in function poly: decomposition of products
Mon, 31 Jul 2006 15:29:36 +0200 webertj code reformatted
Sat, 29 Jul 2006 13:15:12 +0200 webertj lin_arith_prover splits certain operators (e.g. min, max, abs)
Wed, 26 Jul 2006 19:23:04 +0200 webertj linear arithmetic splits certain operators (e.g. min, max, abs)
Sat, 08 Jul 2006 12:54:30 +0200 wenzelm simprocs: no theory argument -- use simpset context instead;
Thu, 08 Jun 2006 13:49:39 +0200 nipkow replaced REPEAT by REPOEAT_DETERM
Thu, 27 Apr 2006 12:11:56 +0200 paulson renamed HOLogic.mk_bin to mk_binum for consistency with dest_binum
Tue, 21 Mar 2006 12:16:43 +0100 paulson Removal of unnecessary simprules: simproc cancel_numerals now works without
Fri, 17 Mar 2006 22:33:06 +0100 nipkow fixed problem with proof reconstruction by adding add_Suc to arith-simpset.
Fri, 17 Mar 2006 09:34:23 +0100 haftmann renamed op < <= to Orderings.less(_eq)
Fri, 10 Mar 2006 15:33:48 +0100 haftmann renamed HOL + - * etc. to HOL.plus HOL.minus HOL.times etc.
Wed, 15 Feb 2006 18:10:09 +0100 webertj typo in a comment fixed
Sat, 21 Jan 2006 23:02:14 +0100 wenzelm simplified type attribute;
Thu, 19 Jan 2006 21:22:08 +0100 wenzelm setup: theory -> theory;
Tue, 13 Dec 2005 16:25:10 +0100 chaieb simpset for computation in raw_arith_tac added just as comment, nothing changed!
Thu, 01 Dec 2005 22:04:27 +0100 wenzelm simprocs: static evaluation of simpset;
Tue, 25 Oct 2005 18:38:21 +0200 wenzelm EVERY;
Tue, 25 Oct 2005 18:18:49 +0200 wenzelm avoid legacy goals;
Fri, 21 Oct 2005 18:14:38 +0200 wenzelm OldGoals;
Fri, 21 Oct 2005 14:49:04 +0200 haftmann introduced functions from Pure/General/rat.ML
Mon, 17 Oct 2005 23:10:10 +0200 wenzelm change_claset/simpset;
Fri, 23 Sep 2005 22:21:51 +0200 wenzelm Provers/Arith/fast_lin_arith.ML: Simplifier.inherit_bounds;
Mon, 12 Sep 2005 18:20:32 +0200 haftmann introduced new-style AList operations
Mon, 01 Aug 2005 19:20:23 +0200 wenzelm tuned msg;
Thu, 14 Jul 2005 19:28:16 +0200 wenzelm HOL.Not;
Thu, 07 Jul 2005 12:39:17 +0200 nipkow linear arithmetic now takes "&" in assumptions apart.
Mon, 20 Jun 2005 22:13:58 +0200 wenzelm get_thm instead of obsolete Goals.get_thm;
Mon, 20 Jun 2005 15:54:22 +0200 paulson moving some generic inequalities from integer arith to nat arith
Fri, 17 Jun 2005 18:33:05 +0200 wenzelm accomodate change of TheoryDataFun;
Fri, 10 Jun 2005 17:59:12 +0200 nipkow IntInf change
Mon, 16 May 2005 10:29:15 +0200 paulson Use of IntInf.int instead of int in most numeric simprocs; avoids
Fri, 13 May 2005 19:55:09 +0200 nipkow -(n::nat) is now regarded as atomic
Wed, 04 May 2005 10:42:43 +0200 nipkow fixed lin.arith
Wed, 04 May 2005 08:36:10 +0200 nipkow Fixing a problem with lin.arith.
Thu, 03 Mar 2005 12:43:01 +0100 skalberg Move towards standard functions.
Sun, 13 Feb 2005 17:15:14 +0100 skalberg Deleted Library.option type.
Thu, 07 Oct 2004 15:42:30 +0200 paulson simplification tweaks for better arithmetic reasoning
Fri, 01 Oct 2004 11:53:31 +0200 paulson tweaking of arithmetic proofs
Fri, 10 Sep 2004 20:04:14 +0200 nipkow Added antisymmetry simproc
Fri, 10 Sep 2004 00:19:15 +0200 nipkow new forward deduction capability for simplifier
Tue, 07 Sep 2004 11:42:50 +0200 nipkow tuned "discrete" field
Mon, 06 Sep 2004 17:37:35 +0200 nipkow made mult_mono_thms generic.
Fri, 06 Aug 2004 17:07:04 +0200 nipkow Initial changes to extend arithmetic from individual types to type classes.
Tue, 11 May 2004 20:11:08 +0200 obua changes made due to new Ring_and_Field theory
Fri, 02 Apr 2004 17:40:32 +0200 nipkow exposed fast_arith_neq_limit
Fri, 02 Apr 2004 14:47:11 +0200 nipkow got rid of ignore_neq again.
Fri, 02 Apr 2004 12:25:48 +0200 nipkow ignore_neq also influences arith_tac now, not just fast_arith_tac
Fri, 02 Apr 2004 12:08:38 +0200 nipkow Added ignore_neq flag.
Wed, 28 Jan 2004 10:41:49 +0100 paulson converted Real/Lubs to Isar script. Converting arithmetic setup
Wed, 14 Jan 2004 04:41:16 +0100 nipkow fixed old bugs in "decomp" (conversion from term to lin.arith. format).
Sat, 27 Dec 2003 21:02:14 +0100 paulson re-organized numeric lemmas
Mon, 07 Apr 2003 06:31:18 +0200 nipkow added isolate_Suc to counteract deficiencies in one of Larry's simprocs.
Tue, 25 Mar 2003 09:48:38 +0100 berghofe Added hook for presburger arithmetic decision procedure.
Fri, 23 Aug 2002 07:41:05 +0200 nipkow Added div+mod cancelling simproc
Tue, 13 Aug 2002 21:57:15 +0200 nipkow Counter example generation mods.
Tue, 06 Aug 2002 11:22:05 +0200 wenzelm sane interface for simprocs;
Tue, 26 Feb 2002 13:37:48 +0100 paulson Fixed the natxx_cancel_numerals simprocs so that they pull out Sucs and
Mon, 25 Feb 2002 10:42:34 +0100 nipkow solved the problem that Larry's simproce cancle_numerals(?) returns
Wed, 12 Dec 2001 19:19:59 +0100 nipkow tuned conversion from terms to "polynomials" for arith_tac: takes care
Sat, 01 Dec 2001 18:52:32 +0100 wenzelm renamed class "term" to "type" (actually "HOL.type");
Wed, 28 Nov 2001 00:46:26 +0100 wenzelm theory data: removed obsolete finish method;
Thu, 08 Nov 2001 23:59:37 +0100 wenzelm theory data: finish method;
Sun, 14 Oct 2001 20:02:59 +0200 wenzelm improved atomize setup;
Sat, 06 Oct 2001 00:02:46 +0200 wenzelm * sane numerals (stage 2): plain "num" syntax (removed "#");
Fri, 05 Oct 2001 21:52:39 +0200 wenzelm sane numerals (stage 1): added generic 1, removed 1' and 2 on nat,
Mon, 06 Aug 2001 13:43:24 +0200 nipkow turned translation for 1::nat into def.
Thu, 31 May 2001 16:07:35 +0200 nipkow Allow Suc-numerals as coefficients in lin-arith formulae
Tue, 16 Jan 2001 00:28:50 +0100 wenzelm tuned atomize;
Wed, 03 Jan 2001 11:14:48 +0100 paulson removal of the nat_cancel_factor simproc
Thu, 21 Dec 2000 16:19:39 +0100 nipkow rational arithmetic
Mon, 18 Dec 2000 14:59:05 +0100 nipkow moved mk_bin from Numerals to HOLogic
Fri, 01 Dec 2000 19:53:29 +0100 nipkow Linear arithmetic now copes with mixed nat/int formulae.
Thu, 23 Nov 2000 21:33:14 +0100 wenzelm arith_tac: atomize;
Thu, 07 Sep 2000 20:51:07 +0200 wenzelm tuned msg;
Mon, 14 Aug 2000 14:57:29 +0200 wenzelm tuned names;
Tue, 25 Jul 2000 00:06:46 +0200 wenzelm rearranged setup of arithmetic procedures, avoiding global reference values;
Fri, 27 Nov 1998 17:00:30 +0100 nipkow At last: linear arithmetic for nat!
Wed, 28 Oct 1998 11:25:38 +0100 nipkow added nat_diff_split and a few lemmas in Trancl.
Thu, 01 Oct 1998 18:23:00 +0200 paulson tidied
Thu, 24 Sep 1998 17:17:14 +0200 oheimb renamed mk_meta_eq to mk_eq
Mon, 07 Sep 1998 10:40:17 +0200 paulson tidying
Tue, 01 Sep 1998 15:05:36 +0200 paulson Replaced Suc_diff_n by Suc_diff_le
Thu, 20 Aug 1998 16:44:05 +0200 paulson adjusted for new rewrites
Thu, 13 Aug 1998 18:14:26 +0200 paulson even more tidying of Goal commands
Wed, 12 Aug 1998 16:20:49 +0200 oheimb renamed mk_meta_eq to meta_eq
Sun, 12 Jul 1998 11:49:17 +0200 wenzelm isatool expandshort;
Tue, 03 Mar 1998 15:13:24 +0100 paulson New theorem
Fri, 05 Dec 1997 17:13:46 +0100 wenzelm simplification procedures nat_cancel enabled by default;
Mon, 01 Dec 1997 18:27:43 +0100 wenzelm open;
Mon, 01 Dec 1997 14:42:30 +0100 berghofe Added DiffCancelSums.
less more (0) -120 tip