paulson [Thu, 25 May 2000 15:20:44 +0200] rev 8976
setsum replaces sum_below
paulson [Thu, 25 May 2000 15:15:54 +0200] rev 8975
moved mostly to HOL/SetInterval.ML and UNITY/UNITY.ML
paulson [Thu, 25 May 2000 15:15:22 +0200] rev 8974
sum_below moved here from Arith
paulson [Thu, 25 May 2000 15:14:39 +0200] rev 8973
improved error msgs, listing variable names
paulson [Thu, 25 May 2000 15:14:20 +0200] rev 8972
better indentation; declared function "null"
paulson [Thu, 25 May 2000 15:13:57 +0200] rev 8971
new default rules
paulson [Thu, 25 May 2000 15:12:40 +0200] rev 8970
deleted sum_below: no need for it with setsum and lessThan
paulson [Thu, 25 May 2000 15:12:00 +0200] rev 8969
documented permute_prems
paulson [Thu, 25 May 2000 15:11:32 +0200] rev 8968
better indentation
paulson [Thu, 25 May 2000 15:10:57 +0200] rev 8967
overloading of 0
wenzelm [Wed, 24 May 2000 19:09:50 +0200] rev 8966
added "done" proof;
wenzelm [Wed, 24 May 2000 19:09:36 +0200] rev 8965
proper token_translation for latex mode;
paulson [Wed, 24 May 2000 18:51:28 +0200] rev 8964
some lemmas about plus_ac0
paulson [Wed, 24 May 2000 18:50:08 +0200] rev 8963
setsum is now overloaded on plus_ac0; lemmas about lessThan, etc.
paulson [Wed, 24 May 2000 18:49:05 +0200] rev 8962
setsum is now overloaded on plus_ac0
paulson [Wed, 24 May 2000 18:48:22 +0200] rev 8961
installing plus_ac0 for nat
paulson [Wed, 24 May 2000 18:48:03 +0200] rev 8960
we must not require SetInterval this early
paulson [Wed, 24 May 2000 18:47:43 +0200] rev 8959
installing the plus_ac0 axclass
paulson [Wed, 24 May 2000 18:46:38 +0200] rev 8958
Adding SetInterval, deleting UNITY/LessThan
paulson [Wed, 24 May 2000 18:46:06 +0200] rev 8957
added parent
paulson [Wed, 24 May 2000 18:45:29 +0200] rev 8956
facts about lessThan, etc., mostly from UNITY/LessThan
paulson [Wed, 24 May 2000 18:44:49 +0200] rev 8955
installing the plus_ac0 simprules
paulson [Wed, 24 May 2000 18:44:19 +0200] rev 8954
rewrote a very long proof (Key_analz_image_Key) because it had stopped working
paulson [Wed, 24 May 2000 18:43:39 +0200] rev 8953
overloaded 0
paulson [Wed, 24 May 2000 18:43:16 +0200] rev 8952
tidying for overloaded 0, setsum, etc.
paulson [Wed, 24 May 2000 18:42:28 +0200] rev 8951
installing plus_ac0 for multisets
paulson [Wed, 24 May 2000 18:41:49 +0200] rev 8950
replacing "below" by "lessThan"
paulson [Wed, 24 May 2000 18:41:09 +0200] rev 8949
installing plus_ac0 for int
paulson [Wed, 24 May 2000 18:40:01 +0200] rev 8948
restructuring: LessThan.ML mostly moved to HOL/SetInterval.ML
wenzelm [Wed, 24 May 2000 18:19:04 +0200] rev 8947
tuned;
wenzelm [Wed, 24 May 2000 18:04:20 +0200] rev 8946
"done" command;
wenzelm [Wed, 24 May 2000 13:16:01 +0200] rev 8945
fixed index;
paulson [Wed, 24 May 2000 12:21:26 +0200] rev 8944
restored NatSum.thy
paulson [Tue, 23 May 2000 18:29:17 +0200] rev 8943
now 0 is overloaded
paulson [Tue, 23 May 2000 18:28:11 +0200] rev 8942
added type constraint ::nat because 0 is now overloaded
paulson [Tue, 23 May 2000 18:24:48 +0200] rev 8941
IntRingDefs is now redundant
paulson [Tue, 23 May 2000 18:22:19 +0200] rev 8940
new type class "zero" so that 0 can be overloaded
paulson [Tue, 23 May 2000 18:21:51 +0200] rev 8939
finally sum_below is overloaded properly
paulson [Tue, 23 May 2000 18:19:06 +0200] rev 8938
Multisets have a zero: the empty multiset
paulson [Tue, 23 May 2000 18:14:57 +0200] rev 8937
defining 0::int to be (int 0)
paulson [Tue, 23 May 2000 18:08:52 +0200] rev 8936
Now that 0 is overloaded, constant "zero" and its type class "zero" are
no longer needed. Also IntRingDefs is redundant
paulson [Tue, 23 May 2000 18:06:22 +0200] rev 8935
added type constraint ::nat because 0 is now overloaded
paulson [Tue, 23 May 2000 12:44:03 +0200] rev 8934
theory file NatSum.thy no longer needed
new files for the Allocator: AllocBase.{thy,ML}
paulson [Tue, 23 May 2000 12:36:36 +0200] rev 8933
theory file NatSum.thy no longer needed
paulson [Tue, 23 May 2000 12:35:57 +0200] rev 8932
Sums of geometric series
paulson [Tue, 23 May 2000 12:35:18 +0200] rev 8931
use of AllocBase
paulson [Tue, 23 May 2000 12:34:26 +0200] rev 8930
removal of lessThan; use of AllocBase
paulson [Tue, 23 May 2000 12:32:24 +0200] rev 8929
declared sum_below
paulson [Tue, 23 May 2000 12:31:38 +0200] rev 8928
new files for the Allocator
paulson [Tue, 23 May 2000 12:30:29 +0200] rev 8927
eta-expanded to handle value polymorphism
wenzelm [Tue, 23 May 2000 12:13:45 +0200] rev 8926
improved warning messages;
nipkow [Tue, 23 May 2000 09:08:18 +0200] rev 8925
SetInterval
nipkow [Tue, 23 May 2000 07:32:24 +0200] rev 8924
Added SetInterval
wenzelm [Mon, 22 May 2000 16:05:22 +0200] rev 8923
new Isar version of HOL-AxClasses-Tutorial;
wenzelm [Mon, 22 May 2000 16:04:32 +0200] rev 8922
tuned;
wenzelm [Mon, 22 May 2000 16:03:43 +0200] rev 8921
* Pure: changed syntax of local blocks from {{ }} to { };
* Pure: syntax of sorts made inner, i.e. have to write "{a, b, c}";
wenzelm [Mon, 22 May 2000 13:29:21 +0200] rev 8920
new Isar version;
paulson [Mon, 22 May 2000 13:20:47 +0200] rev 8919
tidied and made to work with AddSIs [psubsetI]
paulson [Mon, 22 May 2000 13:19:20 +0200] rev 8918
further tidying
paulson [Mon, 22 May 2000 12:35:34 +0200] rev 8917
loading the new theory MultisetOrder
paulson [Mon, 22 May 2000 12:35:02 +0200] rev 8916
multisets are partially ordered
paulson [Mon, 22 May 2000 12:30:40 +0200] rev 8915
Proving that multisets are partially ordered
New infix syntax for element-hood
paulson [Mon, 22 May 2000 12:30:07 +0200] rev 8914
Proving that multisets are partially ordered
New infix syntax for element-hood
New theorem size_union
paulson [Mon, 22 May 2000 12:29:02 +0200] rev 8913
psubsetI is a safe rule
paulson [Mon, 22 May 2000 12:28:34 +0200] rev 8912
new file Induct/MultisetOrder.thy
paulson [Mon, 22 May 2000 12:27:11 +0200] rev 8911
fold_commute, fold_nest_Un_Int, setsum_Un and other new results
wenzelm [Mon, 22 May 2000 12:05:23 +0200] rev 8910
tuned;
wenzelm [Mon, 22 May 2000 12:05:12 +0200] rev 8909
added NatClass;
wenzelm [Mon, 22 May 2000 11:57:27 +0200] rev 8908
show_consts no longer requires show_types;
wenzelm [Mon, 22 May 2000 11:56:55 +0200] rev 8907
tuned;
wenzelm [Mon, 22 May 2000 10:31:44 +0200] rev 8906
tuned;
wenzelm [Mon, 22 May 2000 10:02:58 +0200] rev 8905
obsolete;
wenzelm [Sun, 21 May 2000 21:49:06 +0200] rev 8904
added notes;
wenzelm [Sun, 21 May 2000 21:48:39 +0200] rev 8903
new Isar version;
wenzelm [Sun, 21 May 2000 14:49:28 +0200] rev 8902
replaced {{ }} by { };
wenzelm [Sun, 21 May 2000 14:44:01 +0200] rev 8901
cite isabelle-axclass;
wenzelm [Sun, 21 May 2000 14:42:35 +0200] rev 8900
improved \BG, \EN;
wenzelm [Sun, 21 May 2000 14:37:17 +0200] rev 8899
removed is_type_abbr;
wenzelm [Sun, 21 May 2000 14:36:29 +0200] rev 8898
removed is_type_abbr;
added certify_class, certify_sort, read_sort;
adapted to inner syntax of sorts;
wenzelm [Sun, 21 May 2000 14:35:27 +0200] rev 8897
adapted to inner syntax of sorts;
wenzelm [Sun, 21 May 2000 14:33:46 +0200] rev 8896
replaced {{ }} by { };
wenzelm [Sun, 21 May 2000 14:32:47 +0200] rev 8895
added sort_of_term;
export sortT;
wenzelm [Sun, 21 May 2000 14:31:41 +0200] rev 8894
added read_sort;
wenzelm [Sun, 21 May 2000 01:18:29 +0200] rev 8893
*** empty log message ***
wenzelm [Sun, 21 May 2000 01:17:12 +0200] rev 8892
new stuff;
wenzelm [Sun, 21 May 2000 01:16:54 +0200] rev 8891
\urlstyle{rm};
wenzelm [Sun, 21 May 2000 01:12:00 +0200] rev 8890
snapshot of new Isar'ized version;
nipkow [Sat, 20 May 2000 18:37:21 +0200] rev 8889
added lemma.
nipkow [Sat, 20 May 2000 15:15:02 +0200] rev 8888
fixed link
wenzelm [Thu, 18 May 2000 19:10:08 +0200] rev 8887
* HOL/ML: even fewer consts are declared as global (see theories Ord,
Lfp, Gfp, WF); this only affects ML packages that refer to const names
internally;
* 'pr' command: no longer prints theory contexts, but only proof
states;
wenzelm [Thu, 18 May 2000 19:04:04 +0200] rev 8886
print_state: flag for proof only;
wenzelm [Thu, 18 May 2000 18:48:55 +0200] rev 8885
hide: check declared;
wenzelm [Thu, 18 May 2000 18:46:13 +0200] rev 8884
added disable_pr, enable_pr;
wenzelm [Thu, 18 May 2000 17:21:58 +0200] rev 8883
'pr' now prints actual proof states only;
wenzelm [Thu, 18 May 2000 11:43:57 +0200] rev 8882
fewer consts declared as global;
wenzelm [Thu, 18 May 2000 11:40:57 +0200] rev 8881
'apply' consumes facts;
wenzelm [Wed, 17 May 2000 18:27:13 +0200] rev 8880
Proof General -- if present make this the default;
wenzelm [Wed, 17 May 2000 17:16:21 +0200] rev 8879
export generic_simp_tac;
paulson [Tue, 16 May 2000 14:07:49 +0200] rev 8878
changed to cope with the rewriting of #2+n to Suc(Suc n)
paulson [Tue, 16 May 2000 14:07:06 +0200] rev 8877
new policy to simplify the use of numerals:
#0 -> 0
#1 -> 1
#2 + n -> Suc (Suc n) similarly for n + #2
paulson [Tue, 16 May 2000 14:04:29 +0200] rev 8876
reverted to old proof of dominoes_tile_row, given new treatment of #2+...
berghofe [Mon, 15 May 2000 17:34:05 +0200] rev 8875
Replaced some definitions involving epsilon by more readable primrec
definitions.
berghofe [Mon, 15 May 2000 17:32:39 +0200] rev 8874
alist_rec and assoc are now defined using primrec and thus no longer
refer to the recursion combinator list_rec, which should be considered
internal.
berghofe [Mon, 15 May 2000 17:30:19 +0200] rev 8873
Removed unnecessary primrec equations of hd and last involving arbitrary.
paulson [Mon, 15 May 2000 10:34:51 +0200] rev 8872
collected three proofs into rename_client_map_tac
paulson [Mon, 15 May 2000 10:33:32 +0200] rev 8871
added the dummy theory Integ/NatSimprocs.thy
paulson [Fri, 12 May 2000 15:21:58 +0200] rev 8870
updated
paulson [Fri, 12 May 2000 15:20:46 +0200] rev 8869
new simprules needed because of new subtraction rewriting
paulson [Fri, 12 May 2000 15:18:55 +0200] rev 8868
nat_diff_split' now called nat_diff_split
paulson [Fri, 12 May 2000 15:15:27 +0200] rev 8867
deleted a lot of obsolete arithmetic lemmas
paulson [Fri, 12 May 2000 15:14:35 +0200] rev 8866
tidied
paulson [Fri, 12 May 2000 15:14:08 +0200] rev 8865
new simprules for nat_case and nat_rec
simplify_meta_eq now maps #0 to 0 and #1 to 1 in its result
paulson [Fri, 12 May 2000 15:11:42 +0200] rev 8864
tidying, especially to remove zcompare_rls from proofs
paulson [Fri, 12 May 2000 15:06:35 +0200] rev 8863
a massive tidy-up
paulson [Fri, 12 May 2000 15:05:02 +0200] rev 8862
NatSimprocs is now a theory, not a file
paulson [Fri, 12 May 2000 15:02:57 +0200] rev 8861
new theorem one_le_power
paulson [Fri, 12 May 2000 15:00:45 +0200] rev 8860
tidied
paulson [Fri, 12 May 2000 14:59:12 +0200] rev 8859
deleted some redundant simprules
Added new simprules for subtraction
paulson [Fri, 12 May 2000 14:57:28 +0200] rev 8858
new dummy theory; prevents strange errors when loading NatSimprocs.ML
wenzelm [Fri, 12 May 2000 11:52:44 +0200] rev 8857
improved name of simproc;