wenzelm [Fri, 05 May 2000 22:09:41 +0200] rev 8807
GPLed;
wenzelm [Fri, 05 May 2000 22:02:46 +0200] rev 8806
GPLed;
wenzelm [Fri, 05 May 2000 22:00:17 +0200] rev 8805
GPLed;
improved begin_theory: proper presentation if 'files' change theory;
wenzelm [Fri, 05 May 2000 21:59:28 +0200] rev 8804
GPLed;
improved begin_theory ('files' may change theory);
wenzelm [Fri, 05 May 2000 21:58:44 +0200] rev 8803
GPLed;
added colon, parens;
wenzelm [Fri, 05 May 2000 21:58:18 +0200] rev 8802
added simple_read_term;
wenzelm [Fri, 05 May 2000 21:57:58 +0200] rev 8801
tuned msg;
nipkow [Fri, 05 May 2000 18:24:06 +0200] rev 8800
Added constant abs.
paulson [Fri, 05 May 2000 17:49:54 +0200] rev 8799
simprocs now simplify the RHS of their result
paulson [Fri, 05 May 2000 17:49:34 +0200] rev 8798
new lemmas about binary division
nipkow [Fri, 05 May 2000 12:51:33 +0200] rev 8797
Added AVL
paulson [Thu, 04 May 2000 18:40:57 +0200] rev 8796
if_weak_cong should make linear arithmetic faster
paulson [Thu, 04 May 2000 18:39:51 +0200] rev 8795
a safer way of proving literal equalities
paulson [Thu, 04 May 2000 15:17:41 +0200] rev 8794
from Suc...Suc to #m
paulson [Thu, 04 May 2000 15:16:46 +0200] rev 8793
of course it should use Main
paulson [Thu, 04 May 2000 15:16:18 +0200] rev 8792
new lemmas concerning powers and #mmm
paulson [Thu, 04 May 2000 15:15:37 +0200] rev 8791
changed 2 to #2
paulson [Thu, 04 May 2000 15:14:56 +0200] rev 8790
Suc 0 -> 1
paulson [Thu, 04 May 2000 15:14:44 +0200] rev 8789
card_Pow is no longer a default simprule because it uses unary 2
paulson [Thu, 04 May 2000 12:29:18 +0200] rev 8788
simprocs
paulson [Thu, 04 May 2000 12:29:00 +0200] rev 8787
further tidying of integer simprocs
paulson [Wed, 03 May 2000 18:34:09 +0200] rev 8786
removed obsolete simproc combine_coeff
paulson [Wed, 03 May 2000 18:33:28 +0200] rev 8785
Installation of CombineNumerals for the integers
Many bug fixes
Removal of AssocFold for addition (nat and int)
paulson [Wed, 03 May 2000 18:30:29 +0200] rev 8784
removed obsolete simprocs
paulson [Tue, 02 May 2000 18:56:39 +0200] rev 8783
removed obsolete "evenness" proofs
paulson [Tue, 02 May 2000 18:55:33 +0200] rev 8782
TEMPORARY REMOVAL OF TWO BROKEN EXAMPLES
paulson [Tue, 02 May 2000 18:55:11 +0200] rev 8781
modified for new simprocs
paulson [Tue, 02 May 2000 18:54:59 +0200] rev 8780
now using binary naturals
paulson [Tue, 02 May 2000 18:54:38 +0200] rev 8779
various bug fixes
paulson [Tue, 02 May 2000 18:45:17 +0200] rev 8778
Cassini identity is easier to prove using INTEGERS
paulson [Tue, 02 May 2000 18:44:33 +0200] rev 8777
a more modern proof
paulson [Tue, 02 May 2000 18:42:48 +0200] rev 8776
now with combine_numerals
paulson [Tue, 02 May 2000 18:40:16 +0200] rev 8775
combine_numerals replaces both fold_Suc and combine_coeff
paulson [Tue, 02 May 2000 18:39:34 +0200] rev 8774
new simproc, replacing combine_coeffs and working for nat, int, real
paulson [Fri, 28 Apr 2000 10:44:20 +0200] rev 8773
signature change
paulson [Fri, 28 Apr 2000 10:44:03 +0200] rev 8772
inserted triviality check
nipkow [Tue, 25 Apr 2000 08:09:10 +0200] rev 8771
*** empty log message ***
paulson [Sun, 23 Apr 2000 11:41:45 +0200] rev 8770
new, but still slow, proofs using binary numerals
paulson [Sun, 23 Apr 2000 11:41:06 +0200] rev 8769
[Int_CC.sum_conv, Int_CC.rel_conv] no longer exist
paulson [Sun, 23 Apr 2000 11:39:56 +0200] rev 8768
number_of now takes a type arg
paulson [Sun, 23 Apr 2000 11:39:32 +0200] rev 8767
this change saves 15 seconds
paulson [Sun, 23 Apr 2000 11:35:00 +0200] rev 8766
bug fixes to new simprocs
paulson [Sun, 23 Apr 2000 11:34:41 +0200] rev 8765
[Int_CC.sum_conv, Int_CC.rel_conv] no longer exist
paulson [Sun, 23 Apr 2000 11:34:05 +0200] rev 8764
removed some duplication, etc.
paulson [Sun, 23 Apr 2000 11:33:41 +0200] rev 8763
now uses the new cancel_numerals simproc
paulson [Fri, 21 Apr 2000 11:36:00 +0200] rev 8762
Provers/Arith/inverse_fold.ML is already obsolete
paulson [Fri, 21 Apr 2000 11:31:38 +0200] rev 8761
cleaner exceptions
paulson [Fri, 21 Apr 2000 11:31:03 +0200] rev 8760
now works for coefficients, not just for numerals
no longer works by subtraction, so no need for inverse_fold
paulson [Fri, 21 Apr 2000 11:29:57 +0200] rev 8759
new file containing simproc invocations, from NatBin.ML
paulson [Fri, 21 Apr 2000 11:29:33 +0200] rev 8758
moved the simproc code to NatSimprocs.ML
paulson [Fri, 21 Apr 2000 11:28:34 +0200] rev 8757
Provers/Arith/inverse_fold.ML is already obsolete
paulson [Fri, 21 Apr 2000 11:28:18 +0200] rev 8756
new file Integ/NatSimprocs.ML
paulson [Fri, 21 Apr 2000 11:27:28 +0200] rev 8755
Provers/Arith/inverse_fold.ML is already obsolete
Integ/NatSimprocs.ML added
nipkow [Thu, 20 Apr 2000 09:54:56 +0200] rev 8754
*** empty log message ***
nipkow [Wed, 19 Apr 2000 15:27:08 +0200] rev 8753
*** empty log message ***
wenzelm [Wed, 19 Apr 2000 14:22:11 +0200] rev 8752
TuturialI;
nipkow [Wed, 19 Apr 2000 13:40:42 +0200] rev 8751
*** empty log message ***
wenzelm [Wed, 19 Apr 2000 13:20:16 +0200] rev 8750
check_file: keep expanded (!) absolute path;
nipkow [Wed, 19 Apr 2000 12:59:38 +0200] rev 8749
Adding generated files
nipkow [Wed, 19 Apr 2000 12:59:21 +0200] rev 8748
*** empty log message ***