Thu, 28 Apr 2016 11:31:36 +0200 clarified order: params/prems/concl interchangeable with !!/==> proposition;
wenzelm [Thu, 28 Apr 2016 11:31:36 +0200] rev 63065
clarified order: params/prems/concl interchangeable with !!/==> proposition;
Thu, 28 Apr 2016 09:43:11 +0200 support 'assumes' in specifications, e.g. 'definition', 'inductive';
wenzelm [Thu, 28 Apr 2016 09:43:11 +0200] rev 63064
support 'assumes' in specifications, e.g. 'definition', 'inductive'; tuned signatures;
Wed, 27 Apr 2016 10:03:35 +0200 tuned;
wenzelm [Wed, 27 Apr 2016 10:03:35 +0200] rev 63063
tuned;
Tue, 26 Apr 2016 22:59:25 +0200 merged
wenzelm [Tue, 26 Apr 2016 22:59:25 +0200] rev 63062
merged
Tue, 26 Apr 2016 22:59:03 +0200 updated subtle side-conditions;
wenzelm [Tue, 26 Apr 2016 22:59:03 +0200] rev 63061
updated subtle side-conditions;
Tue, 26 Apr 2016 22:44:31 +0200 some uses of 'obtain' with structure statement;
wenzelm [Tue, 26 Apr 2016 22:44:31 +0200] rev 63060
some uses of 'obtain' with structure statement;
Tue, 26 Apr 2016 22:39:17 +0200 'obtain' supports structured statements (similar to 'define');
wenzelm [Tue, 26 Apr 2016 22:39:17 +0200] rev 63059
'obtain' supports structured statements (similar to 'define');
Tue, 26 Apr 2016 21:46:12 +0200 more portable: GNU find no longer supports "-perm +mode";
wenzelm [Tue, 26 Apr 2016 21:46:12 +0200] rev 63058
more portable: GNU find no longer supports "-perm +mode";
Tue, 26 Apr 2016 19:37:47 +0200 more uniform operations for structured statements;
wenzelm [Tue, 26 Apr 2016 19:37:47 +0200] rev 63057
more uniform operations for structured statements;
Tue, 26 Apr 2016 16:20:28 +0200 defs are closed, which leads to proper auto_bind_facts;
wenzelm [Tue, 26 Apr 2016 16:20:28 +0200] rev 63056
defs are closed, which leads to proper auto_bind_facts; misc tuning;
Tue, 26 Apr 2016 11:56:06 +0200 tuned notation;
wenzelm [Tue, 26 Apr 2016 11:56:06 +0200] rev 63055
tuned notation;
Tue, 26 Apr 2016 11:38:19 +0200 misc tuning and modernization;
wenzelm [Tue, 26 Apr 2016 11:38:19 +0200] rev 63054
misc tuning and modernization;
Fri, 22 Apr 2016 17:22:29 +0200 Linear_Algebra: generalize linear_surjective_right/injective_left_inverse to real vector spaces
hoelzl [Fri, 22 Apr 2016 17:22:29 +0200] rev 63053
Linear_Algebra: generalize linear_surjective_right/injective_left_inverse to real vector spaces
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
Tue, 19 Apr 2016 12:06:34 +0200 more IDE support for Isabelle/Pure bootstrap;
wenzelm [Tue, 19 Apr 2016 12:06:34 +0200] rev 63022
more IDE support for Isabelle/Pure bootstrap;
Mon, 18 Apr 2016 22:51:32 +0200 merged
wenzelm [Mon, 18 Apr 2016 22:51:32 +0200] rev 63021
merged
Mon, 18 Apr 2016 20:43:37 +0200 tuned signature;
wenzelm [Mon, 18 Apr 2016 20:43:37 +0200] rev 63020
tuned signature;
Mon, 18 Apr 2016 20:24:19 +0200 prefer internal attribute source;
wenzelm [Mon, 18 Apr 2016 20:24:19 +0200] rev 63019
prefer internal attribute source;
Mon, 18 Apr 2016 16:50:19 +0100 tidying some proofs; getting rid of "nonempty_witness"
paulson <lp15@cam.ac.uk> [Mon, 18 Apr 2016 16:50:19 +0100] rev 63018
tidying some proofs; getting rid of "nonempty_witness"
Mon, 18 Apr 2016 15:51:48 +0100 Merge
paulson <lp15@cam.ac.uk> [Mon, 18 Apr 2016 15:51:48 +0100] rev 63017
Merge
Mon, 18 Apr 2016 15:40:55 +0100 numerous theorems about affine hulls, hyperplanes, etc.
paulson <lp15@cam.ac.uk> [Mon, 18 Apr 2016 15:40:55 +0100] rev 63016
numerous theorems about affine hulls, hyperplanes, etc.
Mon, 18 Apr 2016 15:41:08 +0200 merged
wenzelm [Mon, 18 Apr 2016 15:41:08 +0200] rev 63015
merged
Mon, 18 Apr 2016 15:40:41 +0200 proper LaTeX;
wenzelm [Mon, 18 Apr 2016 15:40:41 +0200] rev 63014
proper LaTeX;
Mon, 18 Apr 2016 15:13:46 +0200 tuned;
wenzelm [Mon, 18 Apr 2016 15:13:46 +0200] rev 63013
tuned;
Mon, 18 Apr 2016 14:47:27 +0200 clarified bindings;
wenzelm [Mon, 18 Apr 2016 14:47:27 +0200] rev 63012
clarified bindings;
Mon, 18 Apr 2016 14:30:24 +0200 clarified bindings;
wenzelm [Mon, 18 Apr 2016 14:30:24 +0200] rev 63011
clarified bindings;
Mon, 18 Apr 2016 14:26:42 +0200 tuned;
wenzelm [Mon, 18 Apr 2016 14:26:42 +0200] rev 63010
tuned;
Mon, 18 Apr 2016 14:26:21 +0200 tuned;
wenzelm [Mon, 18 Apr 2016 14:26:21 +0200] rev 63009
tuned;
Mon, 18 Apr 2016 11:02:07 +0200 avoid clash with function called "x";
wenzelm [Mon, 18 Apr 2016 11:02:07 +0200] rev 63008
avoid clash with function called "x";
Mon, 18 Apr 2016 14:30:32 +0100 new theorems about convex hulls, etc.; also, renamed some theorems
paulson <lp15@cam.ac.uk> [Mon, 18 Apr 2016 14:30:32 +0100] rev 63007
new theorems about convex hulls, etc.; also, renamed some theorems
Sun, 17 Apr 2016 22:38:50 +0200 clarified bindings;
wenzelm [Sun, 17 Apr 2016 22:38:50 +0200] rev 63006
clarified bindings;
Sun, 17 Apr 2016 22:10:09 +0200 clarified bindings;
wenzelm [Sun, 17 Apr 2016 22:10:09 +0200] rev 63005
clarified bindings;
Sun, 17 Apr 2016 20:54:17 +0200 prefer binding over base name;
wenzelm [Sun, 17 Apr 2016 20:54:17 +0200] rev 63004
prefer binding over base name;
Sun, 17 Apr 2016 20:11:02 +0200 clarified signature;
wenzelm [Sun, 17 Apr 2016 20:11:02 +0200] rev 63003
clarified signature;
Sun, 17 Apr 2016 16:36:47 +0200 removed pointless check (see Type_Infer.object_logic);
wenzelm [Sun, 17 Apr 2016 16:36:47 +0200] rev 63002
removed pointless check (see Type_Infer.object_logic);
Sun, 17 Apr 2016 16:28:35 +0200 prefer precise names for internal construction;
wenzelm [Sun, 17 Apr 2016 16:28:35 +0200] rev 63001
prefer precise names for internal construction;
Sun, 17 Apr 2016 16:02:44 +0200 remove "slow" session tags
Lars Hupel <lars.hupel@mytum.de> [Sun, 17 Apr 2016 16:02:44 +0200] rev 63000
remove "slow" session tags
Sun, 17 Apr 2016 12:59:55 +0200 misc tuning and modernization;
wenzelm [Sun, 17 Apr 2016 12:59:55 +0200] rev 62999
misc tuning and modernization;
Sun, 17 Apr 2016 12:40:48 +0200 clarified reported positions;
wenzelm [Sun, 17 Apr 2016 12:40:48 +0200] rev 62998
clarified reported positions;
Sun, 17 Apr 2016 12:26:22 +0200 operate on proper binding;
wenzelm [Sun, 17 Apr 2016 12:26:22 +0200] rev 62997
operate on proper binding; tuned;
Sun, 17 Apr 2016 11:53:29 +0200 tuned;
wenzelm [Sun, 17 Apr 2016 11:53:29 +0200] rev 62996
tuned;
Fri, 15 Apr 2016 18:05:57 +0200 add "slow" group to descendants of HOL-Proofs
Lars Hupel <lars.hupel@mytum.de> [Fri, 15 Apr 2016 18:05:57 +0200] rev 62995
add "slow" group to descendants of HOL-Proofs
Fri, 15 Apr 2016 16:50:23 +0200 merged
wenzelm [Fri, 15 Apr 2016 16:50:23 +0200] rev 62994
merged
Fri, 15 Apr 2016 16:06:47 +0200 support for Poly/ML entity ids;
wenzelm [Fri, 15 Apr 2016 16:06:47 +0200] rev 62993
support for Poly/ML entity ids;
Fri, 15 Apr 2016 15:08:43 +0200 clarified PIDE reports;
wenzelm [Fri, 15 Apr 2016 15:08:43 +0200] rev 62992
clarified PIDE reports;
Fri, 15 Apr 2016 14:27:59 +0200 clarified rendering wrt. hyperlinks;
wenzelm [Fri, 15 Apr 2016 14:27:59 +0200] rev 62991
clarified rendering wrt. hyperlinks;
Fri, 15 Apr 2016 13:02:23 +0200 tuned -- no position;
wenzelm [Fri, 15 Apr 2016 13:02:23 +0200] rev 62990
tuned -- no position;
Fri, 15 Apr 2016 13:01:45 +0200 clarified focus visibility;
wenzelm [Fri, 15 Apr 2016 13:01:45 +0200] rev 62989
clarified focus visibility;
Fri, 15 Apr 2016 12:07:53 +0200 tuned rendering;
wenzelm [Fri, 15 Apr 2016 12:07:53 +0200] rev 62988
tuned rendering;
Thu, 14 Apr 2016 23:31:10 +0200 highlighting of entity def/ref positions wrt. cursor;
wenzelm [Thu, 14 Apr 2016 23:31:10 +0200] rev 62987
highlighting of entity def/ref positions wrt. cursor;
Thu, 14 Apr 2016 22:55:53 +0200 background color for entity def/ref focus;
wenzelm [Thu, 14 Apr 2016 22:55:53 +0200] rev 62986
background color for entity def/ref focus;
Thu, 14 Apr 2016 20:47:44 +0200 tuned;
wenzelm [Thu, 14 Apr 2016 20:47:44 +0200] rev 62985
tuned;
Thu, 14 Apr 2016 17:03:55 +0200 more silence;
wenzelm [Thu, 14 Apr 2016 17:03:55 +0200] rev 62984
more silence;
Thu, 14 Apr 2016 16:59:47 +0200 avoid misleading Simplifier trace in quickcheck, notably in auto quickcheck;
wenzelm [Thu, 14 Apr 2016 16:59:47 +0200] rev 62983
avoid misleading Simplifier trace in quickcheck, notably in auto quickcheck;
Thu, 14 Apr 2016 16:02:22 +0200 tuned;
wenzelm [Thu, 14 Apr 2016 16:02:22 +0200] rev 62982
tuned;
Thu, 14 Apr 2016 15:56:30 +0200 tuned;
wenzelm [Thu, 14 Apr 2016 15:56:30 +0200] rev 62981
tuned;
Thu, 14 Apr 2016 15:48:28 +0200 clarified context;
wenzelm [Thu, 14 Apr 2016 15:48:28 +0200] rev 62980
clarified context;
Thu, 14 Apr 2016 15:33:51 +0200 misc tuning and standardization;
wenzelm [Thu, 14 Apr 2016 15:33:51 +0200] rev 62979
misc tuning and standardization;
Thu, 14 Apr 2016 15:33:23 +0200 tuned headers;
wenzelm [Thu, 14 Apr 2016 15:33:23 +0200] rev 62978
tuned headers;
Fri, 15 Apr 2016 11:15:40 +0200 fix HOL-Probability-ex
hoelzl [Fri, 15 Apr 2016 11:15:40 +0200] rev 62977
fix HOL-Probability-ex
Thu, 14 Apr 2016 15:55:00 +0200 change is incompatible
hoelzl [Thu, 14 Apr 2016 15:55:00 +0200] rev 62976
change is incompatible
Thu, 14 Apr 2016 15:48:11 +0200 Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl [Thu, 14 Apr 2016 15:48:11 +0200] rev 62975
Probability: move emeasure and nn_integral from ereal to ennreal
Thu, 14 Apr 2016 12:17:44 +0200 tuned;
wenzelm [Thu, 14 Apr 2016 12:17:44 +0200] rev 62974
tuned;
Thu, 14 Apr 2016 12:08:38 +0200 clarified modules;
wenzelm [Thu, 14 Apr 2016 12:08:38 +0200] rev 62973
clarified modules;
Thu, 14 Apr 2016 12:00:29 +0200 tuned;
wenzelm [Thu, 14 Apr 2016 12:00:29 +0200] rev 62972
tuned;
Thu, 14 Apr 2016 11:34:10 +0200 back to exact copy of non-text file (amending dcc8e1d34b18);
wenzelm [Thu, 14 Apr 2016 11:34:10 +0200] rev 62971
back to exact copy of non-text file (amending dcc8e1d34b18); explicit chmod, since Files.copy appears to copy permissions regardless of StandardCopyOption.COPY_ATTRIBUTES;
Wed, 13 Apr 2016 18:04:27 +0200 merged
wenzelm [Wed, 13 Apr 2016 18:04:27 +0200] rev 62970
merged
(0) -30000 -10000 -3000 -1000 -300 -100 -96 +96 +100 +300 +1000 +3000 +10000 tip