Fri, 22 Apr 2016 15:18:46 +0200 Linear_Algebra: generalize linear_independent_extend to all real vector spaces
hoelzl [Fri, 22 Apr 2016 15:18:46 +0200] rev 63052
Linear_Algebra: generalize linear_independent_extend to all real vector spaces
Fri, 22 Apr 2016 11:57:03 +0200 Linear_Algebra: alternative representation of linear combination
hoelzl [Fri, 22 Apr 2016 11:57:03 +0200] rev 63051
Linear_Algebra: alternative representation of linear combination
Fri, 22 Apr 2016 11:43:47 +0200 Linear_Algebra: move abstract concepts to front
hoelzl [Fri, 22 Apr 2016 11:43:47 +0200] rev 63050
Linear_Algebra: move abstract concepts to front
Mon, 25 Apr 2016 22:59:53 +0200 merge
blanchet [Mon, 25 Apr 2016 22:59:53 +0200] rev 63049
merge
Mon, 25 Apr 2016 21:09:02 +0200 avoid duplicate mixfix messages in '(co)datatype' type name
blanchet [Mon, 25 Apr 2016 21:09:02 +0200] rev 63048
avoid duplicate mixfix messages in '(co)datatype' type name
Mon, 25 Apr 2016 19:23:20 +0200 generalize code to avoid making assumptions about type variable names
blanchet [Mon, 25 Apr 2016 19:23:20 +0200] rev 63047
generalize code to avoid making assumptions about type variable names
Fri, 15 Apr 2016 21:33:47 +0200 intermediate definitions and caching in n2m to keep terms small
traytel [Fri, 15 Apr 2016 21:33:47 +0200] rev 63046
intermediate definitions and caching in n2m to keep terms small
Thu, 14 Apr 2016 20:29:42 +0200 n2m operates on (un)folds
traytel [Thu, 14 Apr 2016 20:29:42 +0200] rev 63045
n2m operates on (un)folds
Mon, 25 Apr 2016 21:32:23 +0200 clarified rendering;
wenzelm [Mon, 25 Apr 2016 21:32:23 +0200] rev 63044
clarified rendering;
Mon, 25 Apr 2016 19:41:39 +0200 old 'def' is legacy;
wenzelm [Mon, 25 Apr 2016 19:41:39 +0200] rev 63043
old 'def' is legacy;
Mon, 25 Apr 2016 17:37:36 +0200 more rigid check of lhs;
wenzelm [Mon, 25 Apr 2016 17:37:36 +0200] rev 63042
more rigid check of lhs;
Mon, 25 Apr 2016 16:54:48 +0200 clarified def binding position: reset for implicit/derived binding, keep for explicit binding;
wenzelm [Mon, 25 Apr 2016 16:54:48 +0200] rev 63041
clarified def binding position: reset for implicit/derived binding, keep for explicit binding;
Mon, 25 Apr 2016 16:09:26 +0200 eliminated old 'def';
wenzelm [Mon, 25 Apr 2016 16:09:26 +0200] rev 63040
eliminated old 'def'; tuned comments;
Sun, 24 Apr 2016 21:31:14 +0200 added Isar command 'define';
wenzelm [Sun, 24 Apr 2016 21:31:14 +0200] rev 63039
added Isar command 'define';
Sun, 24 Apr 2016 20:37:24 +0200 within a proof body context, undeclared frees are like global constants;
wenzelm [Sun, 24 Apr 2016 20:37:24 +0200] rev 63038
within a proof body context, undeclared frees are like global constants; tuned signature;
Sun, 24 Apr 2016 20:29:49 +0200 clarified modules;
wenzelm [Sun, 24 Apr 2016 20:29:49 +0200] rev 63037
clarified modules;
Fri, 22 Apr 2016 15:34:37 +0200 added "balanced" predicate
nipkow [Fri, 22 Apr 2016 15:34:37 +0200] rev 63036
added "balanced" predicate
Wed, 20 Apr 2016 16:50:20 +0200 fixed code equation for pdivmod, added improved code equation for pseudo_mod
Rene Thiemann <rene.thiemann@uibk.ac.at> [Wed, 20 Apr 2016 16:50:20 +0200] rev 63035
fixed code equation for pdivmod, added improved code equation for pseudo_mod
Wed, 20 Apr 2016 16:01:59 +0200 proper latex;
wenzelm [Wed, 20 Apr 2016 16:01:59 +0200] rev 63034
proper latex;
Wed, 20 Apr 2016 14:09:08 +0200 merged
wenzelm [Wed, 20 Apr 2016 14:09:08 +0200] rev 63033
merged
Wed, 20 Apr 2016 11:44:25 +0200 reactivated other_id reports (see also db929027e701, 8eda56033203);
wenzelm [Wed, 20 Apr 2016 11:44:25 +0200] rev 63032
reactivated other_id reports (see also db929027e701, 8eda56033203);
Wed, 20 Apr 2016 11:33:45 +0200 invisible context similar to interpretation;
wenzelm [Wed, 20 Apr 2016 11:33:45 +0200] rev 63031
invisible context similar to interpretation;
Wed, 20 Apr 2016 11:14:10 +0200 avoid massive multiplication of reports due to interpretation;
wenzelm [Wed, 20 Apr 2016 11:14:10 +0200] rev 63030
avoid massive multiplication of reports due to interpretation;
Tue, 19 Apr 2016 15:53:12 +0200 tuned comments;
wenzelm [Tue, 19 Apr 2016 15:53:12 +0200] rev 63029
tuned comments;
Tue, 19 Apr 2016 14:38:55 +0200 more thorough update;
wenzelm [Tue, 19 Apr 2016 14:38:55 +0200] rev 63028
more thorough update;
Fri, 15 Apr 2016 10:19:35 +0200 several updates on polynomial long division and pseudo division
Rene Thiemann <rene.thiemann@uibk.ac.at> [Fri, 15 Apr 2016 10:19:35 +0200] rev 63027
several updates on polynomial long division and pseudo division - division of polynomials is now available on idom_divide (was field before) - added polynomial pseudo division (on comm_ring_1) - improved code equation for polynomial (pseudo)-division (joint work of S. Joosten, R. Thiemann, and A. Yamada)
Mon, 18 Apr 2016 20:56:18 +0200 fragment of a HOL type class primer
haftmann [Mon, 18 Apr 2016 20:56:18 +0200] rev 63026
fragment of a HOL type class primer
Mon, 18 Apr 2016 20:56:13 +0200 capitalized GCD and LCM syntax
haftmann [Mon, 18 Apr 2016 20:56:13 +0200] rev 63025
capitalized GCD and LCM syntax
Mon, 18 Apr 2016 20:56:11 +0200 environment variable check has become pointless after 771b8ad5c7fc
haftmann [Mon, 18 Apr 2016 20:56:11 +0200] rev 63024
environment variable check has become pointless after 771b8ad5c7fc
Tue, 19 Apr 2016 13:05:50 +0200 unfold internal definitions before emitting a proof obligation
traytel [Tue, 19 Apr 2016 13:05:50 +0200] rev 63023
unfold internal definitions before emitting a proof obligation
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 tip