blanchet [Sat, 15 Sep 2012 21:10:26 +0200] rev 49389
tuning
haftmann [Sat, 15 Sep 2012 20:14:29 +0200] rev 49388
typeclass formalising bounded subtraction
haftmann [Sat, 15 Sep 2012 20:13:25 +0200] rev 49387
dropped some unused identifiers
traytel [Sat, 15 Sep 2012 16:09:53 +0200] rev 49386
export rel_mono theorem
blanchet [Fri, 14 Sep 2012 22:23:11 +0200] rev 49385
merged two unfold steps
blanchet [Fri, 14 Sep 2012 22:23:11 +0200] rev 49384
took out one rotate_tac
blanchet [Fri, 14 Sep 2012 22:23:11 +0200] rev 49383
killed spurious rotate_tac; use auto instead of blast
blanchet [Fri, 14 Sep 2012 22:23:11 +0200] rev 49382
moved blast tactic to where it is actually needed
blanchet [Fri, 14 Sep 2012 22:23:11 +0200] rev 49381
fixed bug in "mk_map" for the "fun" case
blanchet [Fri, 14 Sep 2012 22:23:11 +0200] rev 49380
correct generalization to 3 or more mutually recursive datatypes
blanchet [Fri, 14 Sep 2012 22:23:11 +0200] rev 49379
provide more guidance, exploiting our knowledge of the goal
blanchet [Fri, 14 Sep 2012 22:23:10 +0200] rev 49378
fixed issue with bound variables in prem prems + tuning
blanchet [Fri, 14 Sep 2012 22:23:10 +0200] rev 49377
use right version of "mk_UnIN"
blanchet [Fri, 14 Sep 2012 22:23:10 +0200] rev 49376
select the right premise in "mk_induct_discharge_prem_prems_tac" instead of relying on backtracking
blanchet [Fri, 14 Sep 2012 22:23:10 +0200] rev 49375
tuned code before fixing "mk_induct_discharge_prem_prems_tac"
wenzelm [Fri, 14 Sep 2012 21:26:01 +0200] rev 49374
tuned proofs;
wenzelm [Fri, 14 Sep 2012 21:23:06 +0200] rev 49373
merged
blanchet [Fri, 14 Sep 2012 12:09:27 +0200] rev 49372
polished the induction
blanchet [Fri, 14 Sep 2012 12:09:27 +0200] rev 49371
put the flat at the right place (to avoid exceptions)
blanchet [Fri, 14 Sep 2012 12:09:27 +0200] rev 49370
fixed variable exporting problem
blanchet [Fri, 14 Sep 2012 12:09:27 +0200] rev 49369
compile
blanchet [Fri, 14 Sep 2012 12:09:27 +0200] rev 49368
added induct tactic
blanchet [Fri, 14 Sep 2012 12:09:27 +0200] rev 49367
tuning
blanchet [Fri, 14 Sep 2012 12:09:27 +0200] rev 49366
renamed "mk_UnN" to "mk_UnIN"
blanchet [Fri, 14 Sep 2012 12:09:27 +0200] rev 49365
merged two commands
blanchet [Fri, 14 Sep 2012 12:09:27 +0200] rev 49364
allow default values to refer to selector arguments -- this is useful, e.g. for tllist: ttl (TNil x) = TNil x (example by Andreas Lochbihler)
blanchet [Fri, 14 Sep 2012 12:09:27 +0200] rev 49363
distinguish between nested and nesting BNFs
blanchet [Fri, 14 Sep 2012 12:09:27 +0200] rev 49362
make tactic more robust in the case where "asm_simp_tac" already finishes the job
blanchet [Fri, 14 Sep 2012 12:09:27 +0200] rev 49361
derive induction via backward proof, to ensure that the premises are in the right order for constructors like "X x y x" where x and y are mutually recursive
wenzelm [Fri, 14 Sep 2012 21:15:59 +0200] rev 49360
no longer react on global_settings (cf. 34ac36642a31);
wenzelm [Fri, 14 Sep 2012 20:49:54 +0200] rev 49359
refined output panel: more value-oriented approach to update and caret focus;
wenzelm [Fri, 14 Sep 2012 18:12:41 +0200] rev 49358
clarified markup names;
wenzelm [Fri, 14 Sep 2012 17:37:19 +0200] rev 49357
more general Document_Model.point_range;
more general Document_View.Active_Area;
eliminated dead popup material;
wenzelm [Fri, 14 Sep 2012 13:52:16 +0200] rev 49356
more static handling of rendering options;
wenzelm [Fri, 14 Sep 2012 12:46:33 +0200] rev 49355
tuned options (again);
wenzelm [Fri, 14 Sep 2012 12:29:02 +0200] rev 49354
more scalable option-group;
nipkow [Fri, 14 Sep 2012 10:01:42 +0200] rev 49353
tuned
wenzelm [Thu, 13 Sep 2012 17:20:44 +0200] rev 49352
merged
wenzelm [Thu, 13 Sep 2012 17:20:04 +0200] rev 49351
tuned proofs;
hoelzl [Thu, 13 Sep 2012 17:15:04 +0200] rev 49350
remove theory Real_Integration, not needed since 44e42d392c6e when Euclidean spaces where introduced
wenzelm [Thu, 13 Sep 2012 16:43:33 +0200] rev 49349
workaround for HOL-Mirabelle-ex oddities;
wenzelm [Thu, 13 Sep 2012 16:10:20 +0200] rev 49348
instructions for quick start in 20min;
wenzelm [Thu, 13 Sep 2012 16:09:35 +0200] rev 49347
more liberal init_components: base dir may get created later when resolving missing components;
wenzelm [Thu, 13 Sep 2012 16:01:42 +0200] rev 49346
more efficient painting based on cached result;
wenzelm [Thu, 13 Sep 2012 11:13:00 +0200] rev 49345
more standard init_components -- particularly important to pick up correct jdk/scala version;
nipkow [Thu, 13 Sep 2012 10:28:48 +0200] rev 49344
tuned
wenzelm [Wed, 12 Sep 2012 23:38:12 +0200] rev 49343
merged
blanchet [Wed, 12 Sep 2012 23:06:39 +0200] rev 49342
rough and ready induction