Tue, 13 Jan 2009 14:08:24 -0800 merged
huffman [Tue, 13 Jan 2009 14:08:24 -0800] rev 29479
merged
Tue, 13 Jan 2009 13:48:21 -0800 code generation for polynomials
huffman [Tue, 13 Jan 2009 13:48:21 -0800] rev 29478
code generation for polynomials
Tue, 13 Jan 2009 22:25:04 +0100 merged
wenzelm [Tue, 13 Jan 2009 22:25:04 +0100] rev 29477
merged
Tue, 13 Jan 2009 13:02:16 -0800 more [code del] declarations
huffman [Tue, 13 Jan 2009 13:02:16 -0800] rev 29476
more [code del] declarations
Tue, 13 Jan 2009 10:18:23 -0800 declare more definitions [code del]
huffman [Tue, 13 Jan 2009 10:18:23 -0800] rev 29475
declare more definitions [code del]
Tue, 13 Jan 2009 08:58:56 -0800 define polynomial multiplication using poly_rec
huffman [Tue, 13 Jan 2009 08:58:56 -0800] rev 29474
define polynomial multiplication using poly_rec
Tue, 13 Jan 2009 08:20:12 -0800 merged.
huffman [Tue, 13 Jan 2009 08:20:12 -0800] rev 29473
merged.
Tue, 13 Jan 2009 08:19:14 -0800 declare smult rules [simp]
huffman [Tue, 13 Jan 2009 08:19:14 -0800] rev 29472
declare smult rules [simp]
Tue, 13 Jan 2009 07:40:05 -0800 simplify proof of coeff_mult_degree_sum
huffman [Tue, 13 Jan 2009 07:40:05 -0800] rev 29471
simplify proof of coeff_mult_degree_sum
Tue, 13 Jan 2009 06:57:08 -0800 convert Deriv.thy to use new Polynomial library (incomplete)
huffman [Tue, 13 Jan 2009 06:57:08 -0800] rev 29470
convert Deriv.thy to use new Polynomial library (incomplete)
Tue, 13 Jan 2009 06:55:13 -0800 Integration imports ATP_Linkup (for metis)
huffman [Tue, 13 Jan 2009 06:55:13 -0800] rev 29469
Integration imports ATP_Linkup (for metis)
Tue, 13 Jan 2009 22:20:49 +0100 misc internal rearrangements;
wenzelm [Tue, 13 Jan 2009 22:20:49 +0100] rev 29468
misc internal rearrangements; fold_entries: really start from start, or optional position; added find_first_entries, find_first_entries; insert_entry: always invalidate next state; added refresh_states (partial version);
Tue, 13 Jan 2009 17:34:12 +0100 replaced sys_error by plain error;
wenzelm [Tue, 13 Jan 2009 17:34:12 +0100] rev 29467
replaced sys_error by plain error; some basic operations on command entries within a document;
Tue, 13 Jan 2009 14:31:02 +0100 merged
wenzelm [Tue, 13 Jan 2009 14:31:02 +0100] rev 29466
merged
Mon, 12 Jan 2009 23:36:30 -0800 change dvd_minus_iff, minus_dvd_iff from [iff] to [simp] (due to problems with Library/Primes.thy)
huffman [Mon, 12 Jan 2009 23:36:30 -0800] rev 29465
change dvd_minus_iff, minus_dvd_iff from [iff] to [simp] (due to problems with Library/Primes.thy)
Mon, 12 Jan 2009 22:41:08 -0800 convert Fundamental_Theorem_Algebra.thy to use new Polynomial library
huffman [Mon, 12 Jan 2009 22:41:08 -0800] rev 29464
convert Fundamental_Theorem_Algebra.thy to use new Polynomial library
Mon, 12 Jan 2009 22:18:51 -0800 add Polynomial.thy to makefile
huffman [Mon, 12 Jan 2009 22:18:51 -0800] rev 29463
add Polynomial.thy to makefile
Mon, 12 Jan 2009 22:16:35 -0800 add lemmas poly_power, poly_roots_finite
huffman [Mon, 12 Jan 2009 22:16:35 -0800] rev 29462
add lemmas poly_power, poly_roots_finite
Mon, 12 Jan 2009 12:10:41 -0800 declare dvd_minus_iff and minus_dvd_iff [iff]
huffman [Mon, 12 Jan 2009 12:10:41 -0800] rev 29461
declare dvd_minus_iff and minus_dvd_iff [iff]
Mon, 12 Jan 2009 12:09:54 -0800 new lemmas about synthetic_div; declare degree_pCons_eq_if [simp]
huffman [Mon, 12 Jan 2009 12:09:54 -0800] rev 29460
new lemmas about synthetic_div; declare degree_pCons_eq_if [simp]
Tue, 13 Jan 2009 13:47:35 +0100 added Isar/isar_document.ML: Interactive Isar documents.
wenzelm [Tue, 13 Jan 2009 13:47:35 +0100] rev 29459
added Isar/isar_document.ML: Interactive Isar documents.
Tue, 13 Jan 2009 13:46:30 +0100 export list;
wenzelm [Tue, 13 Jan 2009 13:46:30 +0100] rev 29458
export list;
Mon, 12 Jan 2009 10:09:23 -0800 correctness and uniqueness of synthetic division
huffman [Mon, 12 Jan 2009 10:09:23 -0800] rev 29457
correctness and uniqueness of synthetic division
Mon, 12 Jan 2009 09:35:15 -0800 add synthetic division algorithm for polynomials
huffman [Mon, 12 Jan 2009 09:35:15 -0800] rev 29456
add synthetic division algorithm for polynomials
Mon, 12 Jan 2009 09:04:25 -0800 add list-style syntax for pCons
huffman [Mon, 12 Jan 2009 09:04:25 -0800] rev 29455
add list-style syntax for pCons
Mon, 12 Jan 2009 08:46:07 -0800 add recursion combinator poly_rec; define poly function using poly_rec
huffman [Mon, 12 Jan 2009 08:46:07 -0800] rev 29454
add recursion combinator poly_rec; define poly function using poly_rec
Mon, 12 Jan 2009 08:15:07 -0800 add lemmas degree_{add,diff}_less
huffman [Mon, 12 Jan 2009 08:15:07 -0800] rev 29453
add lemmas degree_{add,diff}_less
Sun, 11 Jan 2009 21:50:05 +0100 merged
wenzelm [Sun, 11 Jan 2009 21:50:05 +0100] rev 29452
merged
Sun, 11 Jan 2009 12:05:50 -0800 new theory of polynomials
huffman [Sun, 11 Jan 2009 12:05:50 -0800] rev 29451
new theory of polynomials
Sun, 11 Jan 2009 21:49:59 +0100 tuned categories;
wenzelm [Sun, 11 Jan 2009 21:49:59 +0100] rev 29450
tuned categories;
(0) -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip