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