huffman [Fri, 30 Mar 2012 11:52:26 +0200] rev 47218
new lemmas for simplifying subtraction on nat numerals
huffman [Fri, 30 Mar 2012 11:16:35 +0200] rev 47217
removed redundant nat-specific copies of theorems
huffman [Fri, 30 Mar 2012 10:41:27 +0200] rev 47216
move more theorems from Nat_Numeral.thy to Num.thy
wenzelm [Fri, 30 Mar 2012 15:25:47 +0200] rev 47215
"invariant" is free in main HOL (cf. 56adbf5bcc82, e64ffc96a49f);
wenzelm [Fri, 30 Mar 2012 13:12:02 +0200] rev 47214
more robust ISABELLE_JDK_HOME settings, based on exisiting JAVA_HOME provided by isatest shell environment (which depends a lot on the host);
wenzelm [Fri, 30 Mar 2012 11:48:24 +0200] rev 47213
more explicit isatest environment settings (from private .bashrc);
huffman [Fri, 30 Mar 2012 09:55:03 +0200] rev 47212
merged
huffman [Fri, 30 Mar 2012 08:15:29 +0200] rev 47211
fix search-and-replace errors
huffman [Fri, 30 Mar 2012 08:04:28 +0200] rev 47210
move lemma card_UNIV_bool from Nat_Numeral.thy to Finite_Set.thy
huffman [Fri, 30 Mar 2012 09:08:29 +0200] rev 47209
add constant pred_numeral k = numeral k - (1::nat);
replace several simp rules from Nat_Numeral.thy with new ones that use pred_numeral
huffman [Fri, 30 Mar 2012 08:11:52 +0200] rev 47208
move lemmas from Nat_Numeral.thy to Nat.thy
huffman [Fri, 30 Mar 2012 08:10:28 +0200] rev 47207
move lemmas from Nat_Numeral to Int.thy and Num.thy
bulwahn [Fri, 30 Mar 2012 09:32:18 +0200] rev 47206
merged
bulwahn [Fri, 30 Mar 2012 08:44:01 +0200] rev 47205
adding theory to prove completeness of the exhaustive generators
bulwahn [Fri, 30 Mar 2012 08:19:31 +0200] rev 47204
refine bindings in quickcheck_common: do not conceal and do not declare as simps
bulwahn [Fri, 30 Mar 2012 08:19:29 +0200] rev 47203
hiding fact not so aggressively
haftmann [Fri, 30 Mar 2012 09:04:29 +0200] rev 47202
power on predicate relations
sultana [Fri, 30 Mar 2012 00:01:30 +0100] rev 47201
made Mirabelle-SH's 'trivial' check optional;
wenzelm [Thu, 29 Mar 2012 22:52:24 +0200] rev 47200
merged
wenzelm [Thu, 29 Mar 2012 22:43:50 +0200] rev 47199
more specific notion of partiality (cf. Scala version);
kuncar [Thu, 29 Mar 2012 21:13:48 +0200] rev 47198
use qualified names for rsp and rep_eq theorems in quotient_def
bulwahn [Thu, 29 Mar 2012 17:40:44 +0200] rev 47197
announcing NEWS (cf. 446cfc760ccf)
huffman [Thu, 29 Mar 2012 14:47:31 +0200] rev 47196
remove obsolete simp rule for powers
huffman [Thu, 29 Mar 2012 14:42:55 +0200] rev 47195
remove duplicate lemmas power_m1_{even,odd} in favor of power_minus1_{even,odd}
huffman [Thu, 29 Mar 2012 14:39:05 +0200] rev 47194
remove unneeded rewrite rules for powers of numerals
huffman [Thu, 29 Mar 2012 14:29:36 +0200] rev 47193
remove duplicate lemma Suc_numeral
huffman [Thu, 29 Mar 2012 14:09:10 +0200] rev 47192
move many lemmas from Nat_Numeral.thy to Power.thy or Num.thy
huffman [Thu, 29 Mar 2012 11:47:30 +0200] rev 47191
bootstrap Num.thy before Power.thy;
move lemmas about powers into Power.thy