wenzelm [Fri, 23 Feb 2018 14:32:59 +0100] rev 67703
tuned signature -- eliminated clones;
wenzelm [Fri, 23 Feb 2018 14:12:48 +0100] rev 67702
command 'interpret' no longer exposes resulting theorems as literal facts;
wenzelm [Fri, 23 Feb 2018 13:09:45 +0100] rev 67701
more robust normalization of witness, e.g. relevant for proofs of transfer_existence_ivl0, transfer_flow0 in AFP/thys/Ordinary_Differential_Equations/Numerics/Transfer_Euclidean_Space_Vector.thy;
wenzelm [Thu, 22 Feb 2018 14:28:05 +0100] rev 67700
tuned;
wenzelm [Wed, 21 Feb 2018 20:13:42 +0100] rev 67699
more standard instantiate operations, where substitutions are already certified and stored with trimmed theory certificate;
wenzelm [Wed, 21 Feb 2018 18:41:41 +0100] rev 67698
explicit operations to instantiate frees: typ, term, thm, morphism;
wenzelm [Wed, 21 Feb 2018 18:37:04 +0100] rev 67697
more operations for ctyp, cterm;
wenzelm [Wed, 21 Feb 2018 16:26:42 +0100] rev 67696
minor tuning and clarification;
wenzelm [Tue, 20 Feb 2018 23:23:40 +0100] rev 67695
minor tuning and clarification;
wenzelm [Tue, 20 Feb 2018 23:03:28 +0100] rev 67694
tuned signature;
paulson <lp15@cam.ac.uk> [Fri, 23 Feb 2018 10:52:31 +0000] rev 67693
fixed the proof of pair_measure_count_space
paulson [Fri, 23 Feb 2018 09:28:26 +0000] rev 67692
merged
paulson <lp15@cam.ac.uk> [Fri, 23 Feb 2018 09:28:14 +0000] rev 67691
fixing ennreal using add_mono1; shifting results from linordered_semidom to linordered_nonzero_semiring
paulson [Thu, 22 Feb 2018 22:58:38 +0000] rev 67690
merged
paulson <lp15@cam.ac.uk> [Thu, 22 Feb 2018 22:58:27 +0000] rev 67689
type class linordered_nonzero_semiring has new axiom to guarantee characteristic 0
nipkow [Fri, 23 Feb 2018 08:02:56 +0100] rev 67688
simplified Radix_Sort
immler [Thu, 22 Feb 2018 20:05:30 +0100] rev 67687
merged
immler [Thu, 22 Feb 2018 18:01:08 +0100] rev 67686
merged
immler [Thu, 22 Feb 2018 15:17:25 +0100] rev 67685
moved theorems from AFP/Affine_Arithmetic and AFP/Ordinary_Differential_Equations
nipkow [Thu, 22 Feb 2018 19:48:01 +0100] rev 67684
simplified def of stable
paulson <lp15@cam.ac.uk> [Wed, 21 Feb 2018 12:57:49 +0000] rev 67683
Lots of new material about matrices, etc.
wenzelm [Tue, 20 Feb 2018 22:25:23 +0100] rev 67682
tuned proofs -- prefer explicit names for facts from 'interpret';
wenzelm [Tue, 20 Feb 2018 22:04:04 +0100] rev 67681
merged
wenzelm [Tue, 20 Feb 2018 16:29:37 +0100] rev 67680
eliminated questionable Par_List.map -- locale interpretation is mostly lazy (see also b81f1de9f57e);
wenzelm [Tue, 20 Feb 2018 16:20:36 +0100] rev 67679
tuned signature;
wenzelm [Tue, 20 Feb 2018 16:20:14 +0100] rev 67678
tuned;
wenzelm [Tue, 20 Feb 2018 14:03:31 +0100] rev 67677
use lazy notes for locale context init and later additions of facts;
wenzelm [Tue, 20 Feb 2018 14:02:36 +0100] rev 67676
avoid premature Lazy.force due to strict "?" operator;