author | wenzelm |
Sun, 03 Mar 2019 20:13:25 +0100 | |
changeset 69859 | e18ba60a1cf8 |
parent 69814 | 5929b172c6fe |
child 69907 | 4343c1bfa52d |
permissions | -rw-r--r-- |
24799 | 1 |
For the purposes of the license agreement in the file COPYRIGHT, a |
62098 | 2 |
'contributor' is anybody who is listed in this file (CONTRIBUTORS) or who is |
3 |
listed as an author in one of the source files of this Isabelle distribution. |
|
4 |
||
23382 | 5 |
|
68683 | 6 |
Contributions to this Isabelle version |
7 |
-------------------------------------- |
|
8 |
||
69814 | 9 |
* January 2019: Florian Haftmann |
10 |
Clarified syntax and congruence rules for big operators on sets |
|
11 |
involving the image operator. |
|
12 |
||
13 |
* January 2919: Florian Haftmann |
|
14 |
Renovation of code generation, particularly proper strings for OCaml |
|
15 |
end export into session data. |
|
16 |
||
69791
195aeee8b30a
Formal Laurent series and overhaul of Formal power series (due to Jeremy Sylvestre)
Manuel Eberl <eberlm@in.tum.de>
parents:
69790
diff
changeset
|
17 |
* February 2019: Jeremy Sylvestre |
195aeee8b30a
Formal Laurent series and overhaul of Formal power series (due to Jeremy Sylvestre)
Manuel Eberl <eberlm@in.tum.de>
parents:
69790
diff
changeset
|
18 |
Formal Laurent Series and overhaul of Formal power series. |
195aeee8b30a
Formal Laurent series and overhaul of Formal power series (due to Jeremy Sylvestre)
Manuel Eberl <eberlm@in.tum.de>
parents:
69790
diff
changeset
|
19 |
|
69785
9e326f6f8a24
More material for HOL-Number_Theory: ord, Carmichael's function, primitive roots
Manuel Eberl <eberlm@in.tum.de>
parents:
69568
diff
changeset
|
20 |
* February 2019: Manuel Eberl |
69790
154cf64e403e
Exponentiation by squaring, fast modular exponentiation
Manuel Eberl <eberlm@in.tum.de>
parents:
69785
diff
changeset
|
21 |
Exponentiation by squaring, used to implement "power" in monoid_mult and |
154cf64e403e
Exponentiation by squaring, fast modular exponentiation
Manuel Eberl <eberlm@in.tum.de>
parents:
69785
diff
changeset
|
22 |
fast modular exponentiation. |
154cf64e403e
Exponentiation by squaring, fast modular exponentiation
Manuel Eberl <eberlm@in.tum.de>
parents:
69785
diff
changeset
|
23 |
|
154cf64e403e
Exponentiation by squaring, fast modular exponentiation
Manuel Eberl <eberlm@in.tum.de>
parents:
69785
diff
changeset
|
24 |
* February 2019: Manuel Eberl |
69785
9e326f6f8a24
More material for HOL-Number_Theory: ord, Carmichael's function, primitive roots
Manuel Eberl <eberlm@in.tum.de>
parents:
69568
diff
changeset
|
25 |
Carmichael's function, primitive roots in residue rings, more properties |
9e326f6f8a24
More material for HOL-Number_Theory: ord, Carmichael's function, primitive roots
Manuel Eberl <eberlm@in.tum.de>
parents:
69568
diff
changeset
|
26 |
of the order in residue rings. |
9e326f6f8a24
More material for HOL-Number_Theory: ord, Carmichael's function, primitive roots
Manuel Eberl <eberlm@in.tum.de>
parents:
69568
diff
changeset
|
27 |
|
69568
de09a7261120
new implementation for case_of_simps based on Code_Lazy's pattern matching elimination algorithm
Andreas Lochbihler
parents:
69205
diff
changeset
|
28 |
* January 2019: Andreas Lochbihler |
de09a7261120
new implementation for case_of_simps based on Code_Lazy's pattern matching elimination algorithm
Andreas Lochbihler
parents:
69205
diff
changeset
|
29 |
New implementation for case_of_simps based on Code_Lazy's |
de09a7261120
new implementation for case_of_simps based on Code_Lazy's pattern matching elimination algorithm
Andreas Lochbihler
parents:
69205
diff
changeset
|
30 |
pattern matching elimination algorithm. |
de09a7261120
new implementation for case_of_simps based on Code_Lazy's pattern matching elimination algorithm
Andreas Lochbihler
parents:
69205
diff
changeset
|
31 |
|
69814 | 32 |
* December 2018: Florian Haftmann |
33 |
Generic executable sorting algorithms based on executable comparators. |
|
34 |
||
69205
8050734eee3e
add reconstruction by veriT in method smt
fleury <Mathias.Fleury@mpi-inf.mpg.de>
parents:
68683
diff
changeset
|
35 |
* October 2018: Mathias Fleury |
69814 | 36 |
Proof reconstruction for the SMT solver veriT in the smt method. |
69205
8050734eee3e
add reconstruction by veriT in method smt
fleury <Mathias.Fleury@mpi-inf.mpg.de>
parents:
68683
diff
changeset
|
37 |
|
68683 | 38 |
|
68391 | 39 |
Contributions to Isabelle2018 |
40 |
----------------------------- |
|
66651 | 41 |
|
68630 | 42 |
* July 2018: Manuel Eberl |
43 |
"real_asymp" proof method for automatic proofs of real limits, "Big-O" |
|
44 |
statements, etc. |
|
45 |
||
68522
d9cbc1e8644d
example for Types_To_Sets: transfer from type-based linear algebra to subspaces
immler
parents:
68466
diff
changeset
|
46 |
* June 2018: Fabian Immler |
d9cbc1e8644d
example for Types_To_Sets: transfer from type-based linear algebra to subspaces
immler
parents:
68466
diff
changeset
|
47 |
More tool support for HOL-Types_To_Sets. |
d9cbc1e8644d
example for Types_To_Sets: transfer from type-based linear algebra to subspaces
immler
parents:
68466
diff
changeset
|
48 |
|
68466 | 49 |
* June 2018: Martin Baillon and Paulo Emílio de Vilhena |
50 |
A variety of contributions to HOL-Algebra. |
|
51 |
||
68532
f8b98d31ad45
Incorporating new/strengthened proofs from Library and AFP entries
paulson <lp15@cam.ac.uk>
parents:
68522
diff
changeset
|
52 |
* June 2018: Wenda Li |
f8b98d31ad45
Incorporating new/strengthened proofs from Library and AFP entries
paulson <lp15@cam.ac.uk>
parents:
68522
diff
changeset
|
53 |
New/strengthened results involving analysis, topology, etc. |
f8b98d31ad45
Incorporating new/strengthened proofs from Library and AFP entries
paulson <lp15@cam.ac.uk>
parents:
68522
diff
changeset
|
54 |
|
68545 | 55 |
* May/June 2018: Makarius Wenzel |
56 |
System infrastructure to export blobs as theory presentation, and to dump |
|
57 |
PIDE database content in batch mode. |
|
58 |
||
68246
b48bab511939
Moved Landau_Symbols from the AFP to HOL-Library
Manuel Eberl <eberlm@in.tum.de>
parents:
68200
diff
changeset
|
59 |
* May 2018: Manuel Eberl |
68391 | 60 |
Landau symbols and asymptotic equivalence (moved from the AFP). |
68246
b48bab511939
Moved Landau_Symbols from the AFP to HOL-Library
Manuel Eberl <eberlm@in.tum.de>
parents:
68200
diff
changeset
|
61 |
|
68073
fad29d2a17a5
merged; resolved conflicts manually (esp. lemmas that have been moved from Linear_Algebra and Cartesian_Euclidean_Space)
immler
diff
changeset
|
62 |
* May 2018: Jose Divasón (Universidad de la Rioja), |
68072
493b818e8e10
added Johannes' generalizations Modules.thy and Vector_Spaces.thy; adapted HOL and HOL-Analysis accordingly
immler
parents:
67928
diff
changeset
|
63 |
Jesús Aransay (Universidad de la Rioja), Johannes Hölzl (VU Amsterdam), |
493b818e8e10
added Johannes' generalizations Modules.thy and Vector_Spaces.thy; adapted HOL and HOL-Analysis accordingly
immler
parents:
67928
diff
changeset
|
64 |
Fabian Immler (TUM) |
493b818e8e10
added Johannes' generalizations Modules.thy and Vector_Spaces.thy; adapted HOL and HOL-Analysis accordingly
immler
parents:
67928
diff
changeset
|
65 |
Generalizations in the formalization of linear algebra. |
493b818e8e10
added Johannes' generalizations Modules.thy and Vector_Spaces.thy; adapted HOL and HOL-Analysis accordingly
immler
parents:
67928
diff
changeset
|
66 |
|
68028 | 67 |
* May 2018: Florian Haftmann |
68 |
Consolidation of string-like types in HOL. |
|
69 |
||
68200
5859c688102a
NEWS and CONTRIBUTORS for 8b50f29a1992
Andreas Lochbihler
parents:
68073
diff
changeset
|
70 |
* May 2018: Andreas Lochbihler (Digital Asset), |
5859c688102a
NEWS and CONTRIBUTORS for 8b50f29a1992
Andreas Lochbihler
parents:
68073
diff
changeset
|
71 |
Pascal Stoop (ETH Zurich) |
5859c688102a
NEWS and CONTRIBUTORS for 8b50f29a1992
Andreas Lochbihler
parents:
68073
diff
changeset
|
72 |
Code generation with lazy evaluation semantics. |
5859c688102a
NEWS and CONTRIBUTORS for 8b50f29a1992
Andreas Lochbihler
parents:
68073
diff
changeset
|
73 |
|
67928 | 74 |
* March 2018: Florian Haftmann |
68391 | 75 |
Abstract bit operations push_bit, take_bit, drop_bit, alongside with an |
76 |
algebraic foundation for bit strings and word types in HOL-ex. |
|
67928 | 77 |
|
67831
07f5588f2735
Removed stray 'sledgehammer' invocation
Manuel Eberl <eberlm@in.tum.de>
parents:
67456
diff
changeset
|
78 |
* March 2018: Viorel Preoteasa |
07f5588f2735
Removed stray 'sledgehammer' invocation
Manuel Eberl <eberlm@in.tum.de>
parents:
67456
diff
changeset
|
79 |
Generalisation of complete_distrib_lattice |
07f5588f2735
Removed stray 'sledgehammer' invocation
Manuel Eberl <eberlm@in.tum.de>
parents:
67456
diff
changeset
|
80 |
|
68531 | 81 |
* February 2018: Wenda Li |
68548 | 82 |
A unified definition for the order of zeros and poles. Improved reasoning |
83 |
around non-essential singularities. |
|
68531 | 84 |
|
67456 | 85 |
* January 2018: Sebastien Gouezel |
86 |
Various small additions to HOL-Analysis |
|
87 |
||
67224 | 88 |
* December 2017: Jan Gilcher, Andreas Lochbihler, Dmitriy Traytel |
67279 | 89 |
A new conditional parametricity prover. |
67224 | 90 |
|
66893
ced164fe3bbd
derived axiom iffI as a lemma (thanks to Alexander Maletzky)
nipkow
parents:
66651
diff
changeset
|
91 |
* October 2017: Alexander Maletzky |
68391 | 92 |
Derivation of axiom "iff" in theory HOL.HOL from the other axioms. |
93 |
||
66651 | 94 |
|
66475 | 95 |
Contributions to Isabelle2017 |
66482 | 96 |
----------------------------- |
64439 | 97 |
|
66648 | 98 |
* September 2017: Lawrence Paulson |
99 |
HOL-Analysis, e.g. simplicial complexes, Jordan Curve Theorem. |
|
100 |
||
101 |
* September 2017: Jasmin Blanchette |
|
102 |
Further integration of Nunchaku model finder. |
|
103 |
||
66475 | 104 |
* November 2016 - June 2017: Makarius Wenzel |
105 |
New Isabelle/VSCode, with underlying restructuring of Isabelle/PIDE. |
|
106 |
||
107 |
* 2017: Makarius Wenzel |
|
108 |
Session-qualified theory names (theory imports and ROOT files). |
|
109 |
Prover IDE improvements. |
|
110 |
Support for SQL databases in Isabelle/Scala: SQLite and PostgreSQL. |
|
111 |
||
66563 | 112 |
* August 2017: Andreas Lochbihler, ETH Zurich |
113 |
type of unordered pairs (HOL-Library.Uprod) |
|
114 |
||
66480
4b8d1df8933b
HOL-Analysis: Convergent FPS and infinite sums
Manuel Eberl <eberlm@in.tum.de>
parents:
66475
diff
changeset
|
115 |
* August 2017: Manuel Eberl, TUM |
4b8d1df8933b
HOL-Analysis: Convergent FPS and infinite sums
Manuel Eberl <eberlm@in.tum.de>
parents:
66475
diff
changeset
|
116 |
HOL-Analysis: infinite products over natural numbers, |
4b8d1df8933b
HOL-Analysis: Convergent FPS and infinite sums
Manuel Eberl <eberlm@in.tum.de>
parents:
66475
diff
changeset
|
117 |
infinite sums over arbitrary sets, connection between formal |
4b8d1df8933b
HOL-Analysis: Convergent FPS and infinite sums
Manuel Eberl <eberlm@in.tum.de>
parents:
66475
diff
changeset
|
118 |
power series and analytic complex functions |
4b8d1df8933b
HOL-Analysis: Convergent FPS and infinite sums
Manuel Eberl <eberlm@in.tum.de>
parents:
66475
diff
changeset
|
119 |
|
65330 | 120 |
* March 2017: Alasdair Armstrong, University of Sheffield and |
121 |
Simon Foster, University of York |
|
65099
30d0b2f1df76
Knaster-Tarski fixed point theorem and Galois Connections.
ballarin
parents:
65042
diff
changeset
|
122 |
Fixed-point theory and Galois Connections in HOL-Algebra. |
30d0b2f1df76
Knaster-Tarski fixed point theorem and Galois Connections.
ballarin
parents:
65042
diff
changeset
|
123 |
|
65041 | 124 |
* February 2017: Florian Haftmann, TUM |
65042 | 125 |
Statically embedded computations implemented by generated code. |
65041 | 126 |
|
64439 | 127 |
|
64072 | 128 |
Contributions to Isabelle2016-1 |
129 |
------------------------------- |
|
62216 | 130 |
|
64551 | 131 |
* December 2016: Ondřej Kunčar, TUM |
132 |
Types_To_Sets: experimental extension of Higher-Order Logic to allow |
|
133 |
translation of types to sets. |
|
134 |
||
64393 | 135 |
* October 2016: Jasmin Blanchette |
136 |
Integration of Nunchaku model finder. |
|
137 |
||
138 |
* October 2016: Jaime Mendizabal Roche, TUM |
|
139 |
Ported remaining theories of session Old_Number_Theory to the new |
|
140 |
Number_Theory and removed Old_Number_Theory. |
|
141 |
||
142 |
* September 2016: Sascha Boehme |
|
143 |
Proof method "argo" based on SMT technology for a combination of |
|
144 |
quantifier-free propositional logic, equality and linear real arithmetic |
|
145 |
||
146 |
* July 2016: Daniel Stuewe |
|
147 |
Height-size proofs in HOL-Data_Structures. |
|
148 |
||
149 |
* July 2016: Manuel Eberl, TUM |
|
150 |
Algebraic foundation for primes; generalization from nat to general |
|
151 |
factorial rings. |
|
152 |
||
153 |
* June 2016: Andreas Lochbihler, ETH Zurich |
|
154 |
Formalisation of discrete subprobability distributions. |
|
155 |
||
156 |
* June 2016: Florian Haftmann, TUM |
|
157 |
Improvements to code generation: optional timing measurements, more succint |
|
158 |
closures for static evaluation, less ambiguities concering Scala implicits. |
|
159 |
||
160 |
* May 2016: Manuel Eberl, TUM |
|
161 |
Code generation for Probability Mass Functions. |
|
62343
24106dc44def
prefer abbreviations for compound operators INFIMUM and SUPREMUM
haftmann
parents:
62284
diff
changeset
|
162 |
|
64011 | 163 |
* March 2016: Florian Haftmann, TUM |
62499 | 164 |
Abstract factorial rings with unique factorization. |
165 |
||
64011 | 166 |
* March 2016: Florian Haftmann, TUM |
64393 | 167 |
Reworking of the HOL char type as special case of a finite numeral type. |
62216 | 168 |
|
64393 | 169 |
* March 2016: Andreas Lochbihler, ETH Zurich |
170 |
Reasoning support for monotonicity, continuity and admissibility in |
|
171 |
chain-complete partial orders. |
|
64011 | 172 |
|
64393 | 173 |
* February - October 2016: Makarius Wenzel |
174 |
Prover IDE improvements. |
|
175 |
ML IDE improvements: bootstrap of Pure. |
|
176 |
Isar language consolidation. |
|
177 |
Notational modernization of HOL. |
|
178 |
Tight Poly/ML integration. |
|
179 |
More Isabelle/Scala system programming modules (e.g. SSH, Mercurial). |
|
63552 | 180 |
|
64433 | 181 |
* Winter 2016: Jasmin Blanchette, Inria & LORIA & MPII, Aymeric Bouzy, |
182 |
Ecole polytechnique, Andreas Lochbihler, ETH Zurich, Andrei Popescu, |
|
183 |
Middlesex University, and Dmitriy Traytel, ETH Zurich |
|
184 |
'corec' command and friends. |
|
185 |
||
64393 | 186 |
* January 2016: Florian Haftmann, TUM |
187 |
Abolition of compound operators INFIMUM and SUPREMUM for complete lattices. |
|
64389 | 188 |
|
189 |
||
62016 | 190 |
Contributions to Isabelle2016 |
191 |
----------------------------- |
|
60138 | 192 |
|
62201
eca7b38c8ee5
Added approximation of powr to NEWS/CONTRIBUTORS
Manuel Eberl <eberlm@in.tum.de>
parents:
62138
diff
changeset
|
193 |
* Winter 2016: Manuel Eberl, TUM |
eca7b38c8ee5
Added approximation of powr to NEWS/CONTRIBUTORS
Manuel Eberl <eberlm@in.tum.de>
parents:
62138
diff
changeset
|
194 |
Support for real exponentiation ("powr") in the "approximation" method. |
62693 | 195 |
(This was removed in Isabelle 2015 due to a changed definition of "powr".) |
62201
eca7b38c8ee5
Added approximation of powr to NEWS/CONTRIBUTORS
Manuel Eberl <eberlm@in.tum.de>
parents:
62138
diff
changeset
|
196 |
|
62138 | 197 |
* Summer 2015 - Winter 2016: Lawrence C Paulson, Cambridge |
198 |
General, homology form of Cauchy's integral theorem and supporting material |
|
62205 | 199 |
(ported from HOL Light). |
62138 | 200 |
|
62118 | 201 |
* Winter 2015/16: Gerwin Klein, NICTA |
62205 | 202 |
New print_record command. |
62118 | 203 |
|
62236 | 204 |
* May - December 2015: Makarius Wenzel |
205 |
Prover IDE improvements. |
|
206 |
More Isar language elements. |
|
207 |
Document language refinements. |
|
208 |
Poly/ML debugger integration. |
|
209 |
Improved multi-platform and multi-architecture support. |
|
210 |
||
62060
b75764fc4c35
Added summability/Gamma/etc. to NEWS and CONTRIBUTORS
eberlm
parents:
62016
diff
changeset
|
211 |
* Winter 2015: Manuel Eberl, TUM |
b75764fc4c35
Added summability/Gamma/etc. to NEWS and CONTRIBUTORS
eberlm
parents:
62016
diff
changeset
|
212 |
The radius of convergence of power series and various summability tests. |
62064 | 213 |
Harmonic numbers and the Euler-Mascheroni constant. |
62060
b75764fc4c35
Added summability/Gamma/etc. to NEWS and CONTRIBUTORS
eberlm
parents:
62016
diff
changeset
|
214 |
The Generalised Binomial Theorem. |
62064 | 215 |
The complex and real Gamma/log-Gamma/Digamma/Polygamma functions and their |
216 |
most important properties. |
|
62138 | 217 |
|
62086
1c0246456ab9
Added formal power series updates to NEWS/CONTRIBUTORS
Manuel Eberl <eberlm@in.tum.de>
parents:
62084
diff
changeset
|
218 |
* Autumn 2015: Manuel Eberl, TUM |
1c0246456ab9
Added formal power series updates to NEWS/CONTRIBUTORS
Manuel Eberl <eberlm@in.tum.de>
parents:
62084
diff
changeset
|
219 |
Proper definition of division (with remainder) for formal power series; |
1c0246456ab9
Added formal power series updates to NEWS/CONTRIBUTORS
Manuel Eberl <eberlm@in.tum.de>
parents:
62084
diff
changeset
|
220 |
Euclidean Ring and GCD instance for formal power series. |
62060
b75764fc4c35
Added summability/Gamma/etc. to NEWS and CONTRIBUTORS
eberlm
parents:
62016
diff
changeset
|
221 |
|
61891
76189756ff65
documentation on last state of the art concerning interpretation
haftmann
parents:
61766
diff
changeset
|
222 |
* Autumn 2015: Florian Haftmann, TUM |
62064 | 223 |
Rewrite definitions for global interpretations and sublocale declarations. |
61891
76189756ff65
documentation on last state of the art concerning interpretation
haftmann
parents:
61766
diff
changeset
|
224 |
|
61766
507b39df1a57
add formalisation of Bourbaki-Witt fixpoint theorem
Andreas Lochbihler
parents:
61552
diff
changeset
|
225 |
* Autumn 2015: Andreas Lochbihler |
62064 | 226 |
Bourbaki-Witt fixpoint theorem for increasing functions on chain-complete |
227 |
partial orders. |
|
61766
507b39df1a57
add formalisation of Bourbaki-Witt fixpoint theorem
Andreas Lochbihler
parents:
61552
diff
changeset
|
228 |
|
61552
980dd46a03fb
Added binomial identities to CONTRIBUTORS; small lemmas on of_int/pochhammer
eberlm
parents:
60920
diff
changeset
|
229 |
* Autumn 2015: Chaitanya Mangla, Lawrence C Paulson, and Manuel Eberl |
980dd46a03fb
Added binomial identities to CONTRIBUTORS; small lemmas on of_int/pochhammer
eberlm
parents:
60920
diff
changeset
|
230 |
A large number of additional binomial identities. |
980dd46a03fb
Added binomial identities to CONTRIBUTORS; small lemmas on of_int/pochhammer
eberlm
parents:
60920
diff
changeset
|
231 |
|
60632 | 232 |
* Summer 2015: Daniel Matichuk, NICTA and Makarius Wenzel |
62064 | 233 |
Isar subgoal command for proof structure within unstructured proof scripts. |
60632 | 234 |
|
60434 | 235 |
* Summer 2015: Florian Haftmann, TUM |
60632 | 236 |
Generic partial division in rings as inverse operation of multiplication. |
60434 | 237 |
|
60517
f16e4fb20652
separate class for notions specific for integral (semi)domains, in contrast to fields where these are trivial
haftmann
parents:
60434
diff
changeset
|
238 |
* Summer 2015: Manuel Eberl and Florian Haftmann, TUM |
62064 | 239 |
Type class hierarchy with common algebraic notions of integral (semi)domains |
240 |
like units, associated elements and normalization wrt. units. |
|
60517
f16e4fb20652
separate class for notions specific for integral (semi)domains, in contrast to fields where these are trivial
haftmann
parents:
60434
diff
changeset
|
241 |
|
60804 | 242 |
* Summer 2015: Florian Haftmann, TUM |
243 |
Fundamentals of abstract type class for factorial rings. |
|
244 |
||
60920 | 245 |
* Summer 2015: Julian Biendarra, TUM and Dmitriy Traytel, ETH Zurich |
62064 | 246 |
Command to lift a BNF structure on the raw type to the abstract type for |
247 |
typedefs. |
|
60920 | 248 |
|
62236 | 249 |
* Summer 2014: Jeremy Avigad, Luke Serafin, CMU, and Johannes Hölzl, TUM |
250 |
Proof of the central limit theorem: includes weak convergence, |
|
251 |
characteristic functions, and Levy's uniqueness and continuity theorem. |
|
252 |
||
60138 | 253 |
|
60012 | 254 |
Contributions to Isabelle2015 |
255 |
----------------------------- |
|
57695 | 256 |
|
60119
54bea620e54f
added Eisbach, using version 3752768caa17 of its Bitbucket repository;
wenzelm
parents:
60012
diff
changeset
|
257 |
* 2014/2015: Daniel Matichuk, Toby Murray, NICTA and Makarius Wenzel |
54bea620e54f
added Eisbach, using version 3752768caa17 of its Bitbucket repository;
wenzelm
parents:
60012
diff
changeset
|
258 |
The Eisbach proof method language and "match" method. |
54bea620e54f
added Eisbach, using version 3752768caa17 of its Bitbucket repository;
wenzelm
parents:
60012
diff
changeset
|
259 |
|
60260 | 260 |
* Winter 2014 and Spring 2015: Ondrej Kuncar, TUM |
60261 | 261 |
Extension of lift_definition to execute lifted functions that have as a |
262 |
return type a datatype containing a subtype. |
|
60260 | 263 |
|
59980 | 264 |
* March 2015: Jasmin Blanchette, Inria & LORIA & MPII, Mathias Fleury, MPII, |
265 |
and Dmitriy Traytel, TUM |
|
59813 | 266 |
More multiset theorems, syntax, and operations. |
267 |
||
59980 | 268 |
* December 2014: Johannes Hölzl, Manuel Eberl, Sudeep Kanav, TUM, and |
269 |
Jeremy Avigad, Luke Serafin, CMU |
|
270 |
Various integration theorems: mostly integration on intervals and |
|
271 |
substitution. |
|
59092
d469103c0737
add integral substitution theorems from Manuel Eberl, Jeremy Avigad, Luke Serafin, and Sudeep Kanav
hoelzl
parents:
58626
diff
changeset
|
272 |
|
58196
1b3fbfb85980
theory about lexicographic ordering on functions
haftmann
parents:
58023
diff
changeset
|
273 |
* September 2014: Florian Haftmann, TUM |
1b3fbfb85980
theory about lexicographic ordering on functions
haftmann
parents:
58023
diff
changeset
|
274 |
Lexicographic order on functions and |
1b3fbfb85980
theory about lexicographic ordering on functions
haftmann
parents:
58023
diff
changeset
|
275 |
sum/product over function bodies. |
1b3fbfb85980
theory about lexicographic ordering on functions
haftmann
parents:
58023
diff
changeset
|
276 |
|
58626 | 277 |
* August 2014: Andreas Lochbihler, ETH Zurich |
59980 | 278 |
Test infrastructure for executing generated code in target languages. |
58626 | 279 |
|
58023
62826b36ac5e
generic euclidean algorithm (due to Manuel Eberl)
haftmann
parents:
57882
diff
changeset
|
280 |
* August 2014: Manuel Eberl, TUM |
59980 | 281 |
Generic euclidean algorithms for GCD et al. |
58023
62826b36ac5e
generic euclidean algorithm (due to Manuel Eberl)
haftmann
parents:
57882
diff
changeset
|
282 |
|
57695 | 283 |
|
57452 | 284 |
Contributions to Isabelle2014 |
285 |
----------------------------- |
|
54055 | 286 |
|
57513 | 287 |
* July 2014: Thomas Sewell, NICTA |
57516 | 288 |
Preserve equality hypotheses in "clarify" and friends. New |
289 |
"hypsubst_thin" method configuration option. |
|
57513 | 290 |
|
57519 | 291 |
* Summer 2014: Florian Haftmann, TUM |
292 |
Consolidation and generalization of facts concerning (abelian) |
|
293 |
semigroups and monoids, particularly products (resp. sums) on |
|
294 |
finite sets. |
|
57419 | 295 |
|
57216 | 296 |
* Summer 2014: Mathias Fleury, ENS Rennes, and Albert Steckermeier, TUM |
57452 | 297 |
Work on exotic automatic theorem provers for Sledgehammer (LEO-II, |
298 |
veriT, Waldmeister, etc.). |
|
57216 | 299 |
|
57875 | 300 |
* June 2014: Florian Haftmann, TUM |
301 |
Internal reorganisation of the local theory / named target stack. |
|
302 |
||
57254
d3d91422f408
lemmas about the moments of the normal distribution
hoelzl
parents:
57252
diff
changeset
|
303 |
* June 2014: Sudeep Kanav, TUM, Jeremy Avigad, CMU, and Johannes Hölzl, TUM |
57452 | 304 |
Various properties of exponentially, Erlang, and normal distributed |
305 |
random variables. |
|
57235
b0b9a10e4bf4
properties of Erlang and exponentially distributed random variables (by Sudeep Kanav)
hoelzl
parents:
57216
diff
changeset
|
306 |
|
57452 | 307 |
* May 2014: Cezary Kaliszyk, University of Innsbruck, and |
308 |
Jasmin Blanchette, TUM |
|
57030 | 309 |
SML-based engines for MaSh. |
310 |
||
55913 | 311 |
* March 2014: René Thiemann |
55895 | 312 |
Improved code generation for multisets. |
313 |
||
56416 | 314 |
* February 2014: Florian Haftmann, TUM |
57452 | 315 |
Permanent interpretation inside theory, locale and class targets |
316 |
with mixin definitions. |
|
317 |
||
57474 | 318 |
* Spring 2014: Lawrence C Paulson, Cambridge |
319 |
Theory Complex_Basic_Analysis. Tidying up Number_Theory vs Old_Number_Theory |
|
320 |
||
57827 | 321 |
* Winter 2013 and Spring 2014: Ondrej Kuncar, TUM |
322 |
Various improvements to Lifting/Transfer, integration with the BNF package. |
|
323 |
||
57452 | 324 |
* Winter 2013 and Spring 2014: Makarius Wenzel, Université Paris-Sud / LRI |
325 |
Improvements of Isabelle/Scala and Isabelle/jEdit Prover IDE. |
|
56416 | 326 |
|
57452 | 327 |
* Fall 2013 and Winter 2014: Martin Desharnais, Lorenz Panny, |
328 |
Dmitriy Traytel, and Jasmin Blanchette, TUM |
|
329 |
Various improvements to the BNF-based (co)datatype package, |
|
330 |
including a more polished "primcorec" command, optimizations, and |
|
331 |
integration in the "HOL" session. |
|
56118
d3967fdc800a
updated NEWS and CONTRIBUTORS (BNF, SMT2, Sledgehammer)
blanchet
parents:
55913
diff
changeset
|
332 |
|
57452 | 333 |
* Winter/Spring 2014: Sascha Boehme, QAware GmbH, and |
334 |
Jasmin Blanchette, TUM |
|
335 |
"SMT2" module and "smt2" proof method, based on SMT-LIB 2 and |
|
336 |
Z3 4.3. |
|
56118
d3967fdc800a
updated NEWS and CONTRIBUTORS (BNF, SMT2, Sledgehammer)
blanchet
parents:
55913
diff
changeset
|
337 |
|
55316
885500f4aa6a
interactive simplifier trace: new panel in Isabelle/jEdit to inspect and modify simplification state
Lars Hupel <lars.hupel@mytum.de>
parents:
54384
diff
changeset
|
338 |
* January 2014: Lars Hupel, TUM |
885500f4aa6a
interactive simplifier trace: new panel in Isabelle/jEdit to inspect and modify simplification state
Lars Hupel <lars.hupel@mytum.de>
parents:
54384
diff
changeset
|
339 |
An improved, interactive simplifier trace with integration into the |
885500f4aa6a
interactive simplifier trace: new panel in Isabelle/jEdit to inspect and modify simplification state
Lars Hupel <lars.hupel@mytum.de>
parents:
54384
diff
changeset
|
340 |
Isabelle/jEdit Prover IDE. |
54055 | 341 |
|
56416 | 342 |
* December 2013: Florian Haftmann, TUM |
343 |
Consolidation of abstract interpretations concerning min and max. |
|
344 |
||
345 |
* November 2013: Florian Haftmann, TUM |
|
56418 | 346 |
Abolition of negative numeral literals in the logic. |
56416 | 347 |
|
55913 | 348 |
|
53984 | 349 |
Contributions to Isabelle2013-1 |
350 |
------------------------------- |
|
50994 | 351 |
|
54363 | 352 |
* September 2013: Lars Noschinski, TUM |
54364 | 353 |
Conversion between function definitions as list of equations and |
354 |
case expressions in HOL. |
|
355 |
New library Simps_Case_Conv with commands case_of_simps, |
|
356 |
simps_of_case. |
|
54363 | 357 |
|
53396 | 358 |
* September 2013: Nik Sultana, University of Cambridge |
359 |
Improvements to HOL/TPTP parser and import facilities. |
|
360 |
||
54029 | 361 |
* September 2013: Johannes Hölzl and Dmitriy Traytel, TUM |
362 |
New "coinduction" method (residing in HOL-BNF) to avoid boilerplate. |
|
363 |
||
53984 | 364 |
* Summer 2013: Makarius Wenzel, Université Paris-Sud / LRI |
365 |
Improvements of Isabelle/Scala and Isabelle/jEdit Prover IDE. |
|
366 |
||
53613 | 367 |
* Summer 2013: Manuel Eberl, TUM |
368 |
Generation of elimination rules in the function package. |
|
369 |
New command "fun_cases". |
|
370 |
||
54051 | 371 |
* Summer 2013: Christian Sternagel, JAIST |
372 |
Improved support for ad hoc overloading of constants, including |
|
373 |
documentation and examples. |
|
374 |
||
53396 | 375 |
* Spring and Summer 2013: Lorenz Panny, Dmitriy Traytel, and |
376 |
Jasmin Blanchette, TUM |
|
56118
d3967fdc800a
updated NEWS and CONTRIBUTORS (BNF, SMT2, Sledgehammer)
blanchet
parents:
55913
diff
changeset
|
377 |
Various improvements to the BNF-based (co)datatype package, including |
54010 | 378 |
"primrec_new" and "primcorec" commands and a compatibility layer. |
53307 | 379 |
|
54021 | 380 |
* Spring and Summer 2013: Ondrej Kuncar, TUM |
54035 | 381 |
Various improvements of Lifting and Transfer packages. |
54021 | 382 |
|
383 |
* Spring 2013: Brian Huffman, Galois Inc. |
|
54035 | 384 |
Improvements of the Transfer package. |
54051 | 385 |
|
53728 | 386 |
* Summer 2013: Daniel Kühlwein, ICIS, Radboud University Nijmegen |
387 |
Jasmin Blanchette, TUM |
|
388 |
Various improvements to MaSh, including a server mode. |
|
389 |
||
390 |
* First half of 2013: Steffen Smolka, TUM |
|
391 |
Further improvements to Sledgehammer's Isar proof generator. |
|
392 |
||
52485 | 393 |
* May 2013: Florian Haftmann, TUM |
394 |
Ephemeral interpretation in local theories. |
|
395 |
||
52266 | 396 |
* May 2013: Lukas Bulwahn and Nicolai Schaffroth, TUM |
53164
beb4ee344c22
clarified position of Spec_Check for Isabelle/ML -- it is unrelated to Isabelle/HOL;
wenzelm
parents:
52896
diff
changeset
|
397 |
Spec_Check: A Quickcheck tool for Isabelle/ML. |
52266 | 398 |
|
51682 | 399 |
* April 2013: Stefan Berghofer, secunet Security Networks AG |
400 |
Dmitriy Traytel, TUM |
|
401 |
Makarius Wenzel, Université Paris-Sud / LRI |
|
402 |
Case translations as a separate check phase independent of the |
|
403 |
datatype package. |
|
404 |
||
51487 | 405 |
* March 2013: Florian Haftmann, TUM |
51489 | 406 |
Reform of "big operators" on sets. |
407 |
||
408 |
* March 2013: Florian Haftmann, TUM |
|
51487 | 409 |
Algebraic locale hierarchy for orderings and (semi)lattices. |
410 |
||
52503 | 411 |
* February 2013: Florian Haftmann, TUM |
412 |
Reworking and consolidation of code generation for target language |
|
413 |
numerals. |
|
51167 | 414 |
|
52503 | 415 |
* February 2013: Florian Haftmann, TUM |
51173 | 416 |
Sieve of Eratosthenes. |
417 |
||
51167 | 418 |
|
50993 | 419 |
Contributions to Isabelle2013 |
420 |
----------------------------- |
|
47887 | 421 |
|
49532 | 422 |
* 2012: Makarius Wenzel, Université Paris-Sud / LRI |
423 |
Improvements of Isabelle/Scala and Isabelle/jEdit Prover IDE. |
|
424 |
||
50648 | 425 |
* Fall 2012: Daniel Kühlwein, ICIS, Radboud University Nijmegen |
50222 | 426 |
Jasmin Blanchette, TUM |
427 |
Implemented Machine Learning for Sledgehammer (MaSh). |
|
428 |
||
50219 | 429 |
* Fall 2012: Steffen Smolka, TUM |
50648 | 430 |
Various improvements to Sledgehammer's Isar proof generator, |
431 |
including a smart type annotation algorithm and proof shrinking. |
|
50219 | 432 |
|
50573 | 433 |
* December 2012: Alessandro Coglio, Kestrel |
50991 | 434 |
Contributions to HOL's Lattice library. |
50573 | 435 |
|
50142 | 436 |
* November 2012: Fabian Immler, TUM |
50184 | 437 |
"Symbols" dockable for Isabelle/jEdit. |
438 |
||
439 |
* November 2012: Fabian Immler, TUM |
|
440 |
Proof of the Daniell-Kolmogorov theorem: the existence of the limit |
|
441 |
of projective families. |
|
50142 | 442 |
|
49770
cf6a78acf445
efficient construction of red black trees from sorted associative lists
Andreas Lochbihler
parents:
49532
diff
changeset
|
443 |
* October 2012: Andreas Lochbihler, KIT |
50184 | 444 |
Efficient construction of red-black trees from sorted associative |
445 |
lists. |
|
49770
cf6a78acf445
efficient construction of red black trees from sorted associative lists
Andreas Lochbihler
parents:
49532
diff
changeset
|
446 |
|
49190 | 447 |
* September 2012: Florian Haftmann, TUM |
448 |
Lattice instances for type option. |
|
449 |
||
49145 | 450 |
* September 2012: Christian Sternagel, JAIST |
451 |
Consolidated HOL/Library (theories: Prefix_Order, Sublist, and |
|
452 |
Sublist_Order) w.r.t. prefixes, suffixes, and embedding on lists. |
|
453 |
||
48977 | 454 |
* August 2012: Dmitriy Traytel, Andrei Popescu, Jasmin Blanchette, TUM |
49510
ba50d204095e
renamed "Codatatype" directory "BNF" (and corresponding session) -- this opens the door to no-nonsense session names like "HOL-BNF-LFP"
blanchet
parents:
49481
diff
changeset
|
455 |
New BNF-based (co)datatype package. |
48977 | 456 |
|
457 |
* August 2012: Andrei Popescu and Dmitriy Traytel, TUM |
|
458 |
Theories of ordinals and cardinals. |
|
459 |
||
48585
a82910dd2270
announce advanced support for Isabelle sessions and build management;
wenzelm
parents:
48124
diff
changeset
|
460 |
* July 2012: Makarius Wenzel, Université Paris-Sud / LRI |
a82910dd2270
announce advanced support for Isabelle sessions and build management;
wenzelm
parents:
48124
diff
changeset
|
461 |
Advanced support for Isabelle sessions and build management, notably |
a82910dd2270
announce advanced support for Isabelle sessions and build management;
wenzelm
parents:
48124
diff
changeset
|
462 |
"isabelle build". |
a82910dd2270
announce advanced support for Isabelle sessions and build management;
wenzelm
parents:
48124
diff
changeset
|
463 |
|
48111 | 464 |
* June 2012: Felix Kuperjans, Lukas Bulwahn, TUM and Rafal Kolanski, NICTA |
48585
a82910dd2270
announce advanced support for Isabelle sessions and build management;
wenzelm
parents:
48124
diff
changeset
|
465 |
Simproc for rewriting set comprehensions into pointfree expressions. |
47887 | 466 |
|
49481
818bf31759e7
NEWS and CONTRIBUTORS for a5377f6d9f14 and f0ecc1550998
Andreas Lochbihler
parents:
49190
diff
changeset
|
467 |
* May 2012: Andreas Lochbihler, KIT |
818bf31759e7
NEWS and CONTRIBUTORS for a5377f6d9f14 and f0ecc1550998
Andreas Lochbihler
parents:
49190
diff
changeset
|
468 |
Theory of almost everywhere constant functions. |
48124 | 469 |
|
50648 | 470 |
* 2010-2012: Markus Kaiser and Lukas Bulwahn, TUM |
471 |
Graphview in Scala/Swing. |
|
472 |
||
473 |
||
47462 | 474 |
Contributions to Isabelle2012 |
475 |
----------------------------- |
|
45109 | 476 |
|
47695 | 477 |
* April 2012: Johannes Hölzl, TUM |
47808 | 478 |
Probability: Introduced type to represent measures instead of |
479 |
locales. |
|
47695 | 480 |
|
481 |
* April 2012: Johannes Hölzl, Fabian Immler, TUM |
|
482 |
Float: Moved to Dyadic rationals to represent floating point numers. |
|
483 |
||
47808 | 484 |
* April 2012: Thomas Sewell, NICTA and |
485 |
2010: Sascha Boehme, TUM |
|
486 |
Theory HOL/Word/WordBitwise: logic/circuit expansion of bitvector |
|
487 |
equalities/inequalities. |
|
47567
407cabf66f21
New tactic "word_bitwise" expands word equalities/inequalities into logic.
Thomas Sewell <thomas.sewell@nicta.com.au>
parents:
47563
diff
changeset
|
488 |
|
47808 | 489 |
* March 2012: Christian Sternagel, JAIST |
47448 | 490 |
Consolidated theory of relation composition. |
491 |
||
47413 | 492 |
* March 2012: Nik Sultana, University of Cambridge |
493 |
HOL/TPTP parser and import facilities. |
|
494 |
||
47462 | 495 |
* March 2012: Cezary Kaliszyk, University of Innsbruck and |
496 |
Alexander Krauss, QAware GmbH |
|
497 |
Faster and more scalable Import mechanism for HOL Light proofs. |
|
498 |
||
47563 | 499 |
* January 2012: Florian Haftmann, TUM, et al. |
46596 | 500 |
(Re-)Introduction of the "set" type constructor. |
501 |
||
47700 | 502 |
* 2012: Ondrej Kuncar, TUM |
47808 | 503 |
New package Lifting, various improvements and refinements to the |
504 |
Quotient package. |
|
47700 | 505 |
|
47563 | 506 |
* 2011/2012: Jasmin Blanchette, TUM |
507 |
Various improvements to Sledgehammer, notably: tighter integration |
|
47808 | 508 |
with SPASS, support for more provers (Alt-Ergo, iProver, |
509 |
iProver-Eq). |
|
47563 | 510 |
|
47462 | 511 |
* 2011/2012: Makarius Wenzel, Université Paris-Sud / LRI |
47485 | 512 |
Various refinements of local theory infrastructure. |
47462 | 513 |
Improvements of Isabelle/Scala layer and Isabelle/jEdit Prover IDE. |
47265 | 514 |
|
45109 | 515 |
|
44801 | 516 |
Contributions to Isabelle2011-1 |
517 |
------------------------------- |
|
41651 | 518 |
|
44818
27ba81ad0890
theory of saturated naturals contributed by Peter Gammie
haftmann
parents:
41651
diff
changeset
|
519 |
* September 2011: Peter Gammie |
44908 | 520 |
Theory HOL/Library/Saturated: numbers with saturated arithmetic. |
44818
27ba81ad0890
theory of saturated naturals contributed by Peter Gammie
haftmann
parents:
41651
diff
changeset
|
521 |
|
27ba81ad0890
theory of saturated naturals contributed by Peter Gammie
haftmann
parents:
41651
diff
changeset
|
522 |
* August 2011: Florian Haftmann, Johannes Hölzl and Lars Noschinski, TUM |
27ba81ad0890
theory of saturated naturals contributed by Peter Gammie
haftmann
parents:
41651
diff
changeset
|
523 |
Refined theory on complete lattices. |
27ba81ad0890
theory of saturated naturals contributed by Peter Gammie
haftmann
parents:
41651
diff
changeset
|
524 |
|
44967 | 525 |
* August 2011: Brian Huffman, Portland State University |
526 |
Miscellaneous cleanup of Complex_Main and Multivariate_Analysis. |
|
527 |
||
528 |
* June 2011: Brian Huffman, Portland State University |
|
529 |
Proof method "countable_datatype" for theory Library/Countable. |
|
530 |
||
531 |
* 2011: Jasmin Blanchette, TUM |
|
532 |
Various improvements to Sledgehammer, notably: use of sound |
|
533 |
translations, support for more provers (Waldmeister, LEO-II, |
|
534 |
Satallax). Further development of Nitpick and 'try' command. |
|
535 |
||
536 |
* 2011: Andreas Lochbihler, Karlsruhe Institute of Technology |
|
537 |
Theory HOL/Library/Cset_Monad allows do notation for computable sets |
|
538 |
(cset) via the generic monad ad-hoc overloading facility. |
|
539 |
||
540 |
* 2011: Johannes Hölzl, Armin Heller, TUM and |
|
541 |
Bogdan Grechuk, University of Edinburgh |
|
542 |
Theory HOL/Library/Extended_Reals: real numbers extended with plus |
|
543 |
and minus infinity. |
|
544 |
||
44882 | 545 |
* 2011: Makarius Wenzel, Université Paris-Sud / LRI |
546 |
Various building blocks for Isabelle/Scala layer and Isabelle/jEdit |
|
547 |
Prover IDE. |
|
548 |
||
44908 | 549 |
|
41512 | 550 |
Contributions to Isabelle2011 |
551 |
----------------------------- |
|
37383 | 552 |
|
41567 | 553 |
* January 2011: Stefan Berghofer, secunet Security Networks AG |
554 |
HOL-SPARK: an interactive prover back-end for SPARK. |
|
555 |
||
40379 | 556 |
* October 2010: Bogdan Grechuk, University of Edinburgh |
557 |
Extended convex analysis in Multivariate Analysis. |
|
558 |
||
40287 | 559 |
* October 2010: Dmitriy Traytel, TUM |
560 |
Coercive subtyping via subtype constraints. |
|
561 |
||
41531 | 562 |
* October 2010: Alexander Krauss, TUM |
563 |
Command partial_function for function definitions based on complete |
|
564 |
partial orders in HOL. |
|
565 |
||
39644 | 566 |
* September 2010: Florian Haftmann, TUM |
41596 | 567 |
Refined concepts for evaluation, i.e., normalization of terms using |
41531 | 568 |
different techniques. |
40120 | 569 |
|
570 |
* September 2010: Florian Haftmann, TUM |
|
39644 | 571 |
Code generation for Scala. |
572 |
||
38656 | 573 |
* August 2010: Johannes Hoelzl, Armin Heller, and Robert Himmelmann, TUM |
41596 | 574 |
Improved Probability theory in HOL. |
38656 | 575 |
|
38461 | 576 |
* July 2010: Florian Haftmann, TUM |
39644 | 577 |
Reworking and extension of the Imperative HOL framework. |
38461 | 578 |
|
41596 | 579 |
* July 2010: Alexander Krauss, TUM and Christian Sternagel, University |
580 |
of Innsbruck |
|
41531 | 581 |
Ad-hoc overloading. Generic do notation for monads. |
582 |
||
37383 | 583 |
|
37144 | 584 |
Contributions to Isabelle2009-2 |
41512 | 585 |
------------------------------- |
33951 | 586 |
|
37303 | 587 |
* 2009/2010: Stefan Berghofer, Alexander Krauss, and Andreas Schropp, TUM, |
588 |
Makarius Wenzel, TUM / LRI |
|
589 |
Elimination of type classes from proof terms. |
|
590 |
||
37144 | 591 |
* April 2010: Florian Haftmann, TUM |
36416 | 592 |
Reorganization of abstract algebra type classes. |
593 |
||
37144 | 594 |
* April 2010: Florian Haftmann, TUM |
36416 | 595 |
Code generation for data representations involving invariants; |
596 |
various collections avaiable in theories Fset, Dlist, RBT, |
|
597 |
Mapping and AssocList. |
|
598 |
||
37144 | 599 |
* March 2010: Sascha Boehme, TUM |
600 |
Efficient SHA1 library for Poly/ML. |
|
601 |
||
37282 | 602 |
* February 2010: Cezary Kaliszyk and Christian Urban, TUM |
603 |
Quotient type package for Isabelle/HOL. |
|
604 |
||
26874 | 605 |
|
33842 | 606 |
Contributions to Isabelle2009-1 |
607 |
------------------------------- |
|
33649
854173fcd21c
added a tabled implementation of the reflexive transitive closure
bulwahn
parents:
33627
diff
changeset
|
608 |
|
33862 | 609 |
* November 2009, Brian Huffman, PSU |
610 |
New definitional domain package for HOLCF. |
|
611 |
||
33759
b369324fc244
Added the contributions of Robert Himmelmann to CONTRIBUTIONS and NEWS
hoelzl
parents:
33649
diff
changeset
|
612 |
* November 2009: Robert Himmelmann, TUM |
33862 | 613 |
Derivation and Brouwer's fixpoint theorem in Multivariate Analysis. |
33759
b369324fc244
Added the contributions of Robert Himmelmann to CONTRIBUTIONS and NEWS
hoelzl
parents:
33649
diff
changeset
|
614 |
|
33842 | 615 |
* November 2009: Stefan Berghofer and Lukas Bulwahn, TUM |
616 |
A tabled implementation of the reflexive transitive closure. |
|
33649
854173fcd21c
added a tabled implementation of the reflexive transitive closure
bulwahn
parents:
33627
diff
changeset
|
617 |
|
33627
ffb4a811e34d
announcing the predicate compiler in NEWS and CONTRIBUTORS
bulwahn
parents:
33419
diff
changeset
|
618 |
* November 2009: Lukas Bulwahn, TUM |
33842 | 619 |
Predicate Compiler: a compiler for inductive predicates to |
33843 | 620 |
equational specifications. |
48977 | 621 |
|
33897 | 622 |
* November 2009: Sascha Boehme, TUM and Burkhart Wolff, LRI Paris |
33842 | 623 |
HOL-Boogie: an interactive prover back-end for Boogie and VCC. |
33419 | 624 |
|
33192
08a39a957ed7
added Nitpick's theory and ML files to Isabelle/HOL;
blanchet
parents:
33010
diff
changeset
|
625 |
* October 2009: Jasmin Blanchette, TUM |
33842 | 626 |
Nitpick: yet another counterexample generator for Isabelle/HOL. |
33192
08a39a957ed7
added Nitpick's theory and ML files to Isabelle/HOL;
blanchet
parents:
33010
diff
changeset
|
627 |
|
33010 | 628 |
* October 2009: Sascha Boehme, TUM |
33182 | 629 |
Extension of SMT method: proof-reconstruction for the SMT solver Z3. |
33010 | 630 |
|
631 |
* October 2009: Florian Haftmann, TUM |
|
33182 | 632 |
Refinement of parts of the HOL datatype package. |
33005 | 633 |
|
33010 | 634 |
* October 2009: Florian Haftmann, TUM |
33182 | 635 |
Generic term styles for term antiquotations. |
33005 | 636 |
|
32762
5f485f98652f
Thomas Sewell, NICTA: more efficient HOL/record implementation;
wenzelm
parents:
32618
diff
changeset
|
637 |
* September 2009: Thomas Sewell, NICTA |
33182 | 638 |
More efficient HOL/record implementation. |
32762
5f485f98652f
Thomas Sewell, NICTA: more efficient HOL/record implementation;
wenzelm
parents:
32618
diff
changeset
|
639 |
|
32618
42865636d006
added new method "smt": an oracle-based connection to external SMT solvers
boehmes
parents:
32600
diff
changeset
|
640 |
* September 2009: Sascha Boehme, TUM |
33182 | 641 |
SMT method using external SMT solvers. |
32618
42865636d006
added new method "smt": an oracle-based connection to external SMT solvers
boehmes
parents:
32600
diff
changeset
|
642 |
|
32600 | 643 |
* September 2009: Florian Haftmann, TUM |
33182 | 644 |
Refinement of sets and lattices. |
32600 | 645 |
|
646 |
* July 2009: Jeremy Avigad and Amine Chaieb |
|
33182 | 647 |
New number theory. |
32600 | 648 |
|
32268
d50f0cb67578
Functionality for sum of squares to call a remote csdp prover
Philipp Meyer
parents:
31997
diff
changeset
|
649 |
* July 2009: Philipp Meyer, TUM |
33182 | 650 |
HOL/Library/Sum_Of_Squares: functionality to call a remote csdp |
651 |
prover. |
|
32268
d50f0cb67578
Functionality for sum of squares to call a remote csdp prover
Philipp Meyer
parents:
31997
diff
changeset
|
652 |
|
31997 | 653 |
* July 2009: Florian Haftmann, TUM |
33182 | 654 |
New quickcheck implementation using new code generator. |
31997 | 655 |
|
656 |
* July 2009: Florian Haftmann, TUM |
|
39644 | 657 |
HOL/Library/Fset: an explicit type of sets; finite sets ready to use |
33182 | 658 |
for code generation. |
31466 | 659 |
|
660 |
* June 2009: Florian Haftmann, TUM |
|
33843 | 661 |
HOL/Library/Tree: search trees implementing mappings, ready to use |
33182 | 662 |
for code generation. |
30978 | 663 |
|
32268
d50f0cb67578
Functionality for sum of squares to call a remote csdp prover
Philipp Meyer
parents:
31997
diff
changeset
|
664 |
* March 2009: Philipp Meyer, TUM |
33843 | 665 |
Minimization tool for results from Sledgehammer. |
33182 | 666 |
|
32268
d50f0cb67578
Functionality for sum of squares to call a remote csdp prover
Philipp Meyer
parents:
31997
diff
changeset
|
667 |
|
30978 | 668 |
Contributions to Isabelle2009 |
669 |
----------------------------- |
|
670 |
||
30383 | 671 |
* March 2009: Robert Himmelmann, TUM and Amine Chaieb, University of |
672 |
Cambridge |
|
673 |
Elementary topology in Euclidean space. |
|
674 |
||
30886
dda08b76fa99
updated official title of contribution by Johannes Hoelzl;
wenzelm
parents:
30383
diff
changeset
|
675 |
* March 2009: Johannes Hoelzl, TUM |
dda08b76fa99
updated official title of contribution by Johannes Hoelzl;
wenzelm
parents:
30383
diff
changeset
|
676 |
Method "approximation", which proves real valued inequalities by |
dda08b76fa99
updated official title of contribution by Johannes Hoelzl;
wenzelm
parents:
30383
diff
changeset
|
677 |
computation. |
dda08b76fa99
updated official title of contribution by Johannes Hoelzl;
wenzelm
parents:
30383
diff
changeset
|
678 |
|
30179 | 679 |
* February 2009: Filip Maric, Univ. of Belgrade |
680 |
A Serbian theory. |
|
681 |
||
30162 | 682 |
* February 2009: Jasmin Christian Blanchette, TUM |
30154 | 683 |
Misc cleanup of HOL/refute. |
684 |
||
30162 | 685 |
* February 2009: Timothy Bourke, NICTA |
29883 | 686 |
New find_consts command. |
687 |
||
30162 | 688 |
* February 2009: Timothy Bourke, NICTA |
29861
3c348f5873f3
updated NEWS etc with "solves" criterion and auto_solves
kleing
parents:
29398
diff
changeset
|
689 |
"solves" criterion for find_theorems and auto_solve option |
3c348f5873f3
updated NEWS etc with "solves" criterion and auto_solves
kleing
parents:
29398
diff
changeset
|
690 |
|
29398 | 691 |
* December 2008: Clemens Ballarin, TUM |
692 |
New locale implementation. |
|
693 |
||
29182 | 694 |
* December 2008: Armin Heller, TUM and Alexander Krauss, TUM |
695 |
Method "sizechange" for advanced termination proofs. |
|
696 |
||
28901 | 697 |
* November 2008: Timothy Bourke, NICTA |
698 |
Performance improvement (factor 50) for find_theorems. |
|
699 |
||
29398 | 700 |
* 2008: Florian Haftmann, TUM |
701 |
Various extensions and restructurings in HOL, improvements |
|
702 |
in evaluation mechanisms, new module binding.ML for name bindings. |
|
703 |
||
28604
f36496b73227
generic ATP manager based on threads (by Fabian Immler);
wenzelm
parents:
28474
diff
changeset
|
704 |
* October 2008: Fabian Immler, TUM |
f36496b73227
generic ATP manager based on threads (by Fabian Immler);
wenzelm
parents:
28474
diff
changeset
|
705 |
ATP manager for Sledgehammer, based on ML threads instead of Posix |
f36496b73227
generic ATP manager based on threads (by Fabian Immler);
wenzelm
parents:
28474
diff
changeset
|
706 |
processes. Additional ATP wrappers, including remote SystemOnTPTP |
f36496b73227
generic ATP manager based on threads (by Fabian Immler);
wenzelm
parents:
28474
diff
changeset
|
707 |
services. |
f36496b73227
generic ATP manager based on threads (by Fabian Immler);
wenzelm
parents:
28474
diff
changeset
|
708 |
|
30162 | 709 |
* September 2008: Stefan Berghofer, TUM and Marc Bezem, Univ. Bergen |
710 |
Prover for coherent logic. |
|
711 |
||
28474
d0b8b0a1fca5
Vampire wrapper script for remote SystemOnTPTP service (by Fabian Immler);
wenzelm
parents:
27009
diff
changeset
|
712 |
* August 2008: Fabian Immler, TUM |
d0b8b0a1fca5
Vampire wrapper script for remote SystemOnTPTP service (by Fabian Immler);
wenzelm
parents:
27009
diff
changeset
|
713 |
Vampire wrapper script for remote SystemOnTPTP service. |
d0b8b0a1fca5
Vampire wrapper script for remote SystemOnTPTP service (by Fabian Immler);
wenzelm
parents:
27009
diff
changeset
|
714 |
|
d0b8b0a1fca5
Vampire wrapper script for remote SystemOnTPTP service (by Fabian Immler);
wenzelm
parents:
27009
diff
changeset
|
715 |
|
d0b8b0a1fca5
Vampire wrapper script for remote SystemOnTPTP service (by Fabian Immler);
wenzelm
parents:
27009
diff
changeset
|
716 |
Contributions to Isabelle2008 |
d0b8b0a1fca5
Vampire wrapper script for remote SystemOnTPTP service (by Fabian Immler);
wenzelm
parents:
27009
diff
changeset
|
717 |
----------------------------- |
d0b8b0a1fca5
Vampire wrapper script for remote SystemOnTPTP service (by Fabian Immler);
wenzelm
parents:
27009
diff
changeset
|
718 |
|
27009 | 719 |
* 2007/2008: |
720 |
Alexander Krauss, TUM and Florian Haftmann, TUM and Stefan Berghofer, TUM |
|
721 |
HOL library improvements. |
|
25468 | 722 |
|
27009 | 723 |
* 2007/2008: Brian Huffman, PSU |
724 |
HOLCF library improvements. |
|
725 |
||
726 |
* 2007/2008: Stefan Berghofer, TUM |
|
30179 | 727 |
HOL-Nominal package improvements. |
27009 | 728 |
|
729 |
* March 2008: Markus Reiter, TUM |
|
730 |
HOL/Library/RBT: red-black trees. |
|
26728 | 731 |
|
26874 | 732 |
* February 2008: Alexander Krauss, TUM and Florian Haftmann, TUM and |
733 |
Lukas Bulwahn, TUM and John Matthews, Galois: |
|
734 |
HOL/Library/Imperative_HOL: Haskell-style imperative data structures |
|
735 |
for HOL. |
|
26728 | 736 |
|
27009 | 737 |
* December 2007: Norbert Schirmer, Uni Saarbruecken |
738 |
Misc improvements of record package in HOL. |
|
739 |
||
740 |
* December 2007: Florian Haftmann, TUM |
|
741 |
Overloading and class instantiation target. |
|
742 |
||
743 |
* December 2007: Florian Haftmann, TUM |
|
744 |
New version of primrec package for local theories. |
|
745 |
||
746 |
* December 2007: Alexander Krauss, TUM |
|
747 |
Method "induction_scheme" in HOL. |
|
748 |
||
749 |
* November 2007: Peter Lammich, Uni Muenster |
|
750 |
HOL-Lattice: some more lemmas. |
|
26198 | 751 |
|
26874 | 752 |
|
25454 | 753 |
Contributions to Isabelle2007 |
754 |
----------------------------- |
|
23252 | 755 |
|
25409 | 756 |
* October 2007: Norbert Schirmer, TUM / Uni Saarbruecken |
25398 | 757 |
State Spaces: The Locale Way (in HOL). |
758 |
||
25057
021fcbe2aaa5
Mark A. Hillebrand, DFKI: Robust sub/superscripts in LaTeX document output.
wenzelm
parents:
24803
diff
changeset
|
759 |
* October 2007: Mark A. Hillebrand, DFKI |
021fcbe2aaa5
Mark A. Hillebrand, DFKI: Robust sub/superscripts in LaTeX document output.
wenzelm
parents:
24803
diff
changeset
|
760 |
Robust sub/superscripts in LaTeX document output. |
021fcbe2aaa5
Mark A. Hillebrand, DFKI: Robust sub/superscripts in LaTeX document output.
wenzelm
parents:
24803
diff
changeset
|
761 |
|
24799 | 762 |
* August 2007: Jeremy Dawson, NICTA and Paul Graunke, Galois and Brian |
763 |
Huffman, PSU and Gerwin Klein, NICTA and John Matthews, Galois |
|
24333 | 764 |
HOL-Word: a library for fixed-size machine words in Isabelle. |
765 |
||
24332
e3a2b75b1cf9
boolean algebras as locales and numbers as types by Brian Huffman
kleing
parents:
23449
diff
changeset
|
766 |
* August 2007: Brian Huffman, PSU |
24799 | 767 |
HOL/Library/Boolean_Algebra and HOL/Library/Numeral_Type. |
24332
e3a2b75b1cf9
boolean algebras as locales and numbers as types by Brian Huffman
kleing
parents:
23449
diff
changeset
|
768 |
|
23252 | 769 |
* June 2007: Amine Chaieb, TUM |
24799 | 770 |
Semiring normalization and Groebner Bases. |
25449 | 771 |
Support for dense linear orders. |
17866 | 772 |
|
23449 | 773 |
* June 2007: Joe Hurd, Oxford |
24799 | 774 |
Metis theorem-prover. |
775 |
||
776 |
* 2007: Kong W. Susanto, Cambridge |
|
777 |
HOL: Metis prover integration. |
|
23449 | 778 |
|
24799 | 779 |
* 2007: Stefan Berghofer, TUM |
25449 | 780 |
HOL: inductive predicates and sets. |
24799 | 781 |
|
24803 | 782 |
* 2007: Norbert Schirmer, TUM |
783 |
HOL/record: misc improvements. |
|
784 |
||
24799 | 785 |
* 2006/2007: Alexander Krauss, TUM |
786 |
HOL: function package and related theories on termination. |
|
23449 | 787 |
|
22449 | 788 |
* 2006/2007: Florian Haftmann, TUM |
789 |
Pure: generic code generator framework. |
|
790 |
Pure: class package. |
|
24799 | 791 |
HOL: theory reorganization, code generator setup. |
792 |
||
25449 | 793 |
* 2006/2007: Christian Urban, TUM and Stefan Berghofer, TUM and |
794 |
Julien Narboux, TUM |
|
24799 | 795 |
HOL/Nominal package and related tools. |
22449 | 796 |
|
21242
d73735bb33c1
* November 2006: Lukas Bulwahn, TUM -- HOL/function: method "lexicographic_order".
wenzelm
parents:
21169
diff
changeset
|
797 |
* November 2006: Lukas Bulwahn, TUM |
24799 | 798 |
HOL: method "lexicographic_order" for function package. |
21242
d73735bb33c1
* November 2006: Lukas Bulwahn, TUM -- HOL/function: method "lexicographic_order".
wenzelm
parents:
21169
diff
changeset
|
799 |
|
21169 | 800 |
* October 2006: Stefan Hohe, TUM |
801 |
HOL-Algebra: ideals and quotients over rings. |
|
802 |
||
20340
6afc1c133b86
Amine Chaieb: experimental generic reflection and reification in HOL;
wenzelm
parents:
20067
diff
changeset
|
803 |
* August 2006: Amine Chaieb, TUM |
6afc1c133b86
Amine Chaieb: experimental generic reflection and reification in HOL;
wenzelm
parents:
20067
diff
changeset
|
804 |
Experimental support for generic reflection and reification in HOL. |
6afc1c133b86
Amine Chaieb: experimental generic reflection and reification in HOL;
wenzelm
parents:
20067
diff
changeset
|
805 |
|
20067
26bac504ef90
hex and binary numerals (contributed by Rafal Kolanski)
kleing
parents:
19896
diff
changeset
|
806 |
* July 2006: Rafal Kolanski, NICTA |
26bac504ef90
hex and binary numerals (contributed by Rafal Kolanski)
kleing
parents:
19896
diff
changeset
|
807 |
Hex (0xFF) and binary (0b1011) numerals. |
26bac504ef90
hex and binary numerals (contributed by Rafal Kolanski)
kleing
parents:
19896
diff
changeset
|
808 |
|
19896 | 809 |
* May 2006: Klaus Aehlig, LMU |
810 |
Command 'normal_form': normalization by evaluation. |
|
811 |
||
19650 | 812 |
* May 2006: Amine Chaieb, TUM |
813 |
HOL-Complex: Ferrante and Rackoff Algorithm for linear real |
|
814 |
arithmetic. |
|
19470 | 815 |
|
816 |
* February 2006: Benjamin Porter, NICTA |
|
23382 | 817 |
HOL and HOL-Complex: generalised mean value theorem, continuum is |
19470 | 818 |
not denumerable, harmonic and arithmetic series, and denumerability |
819 |
of rationals. |
|
17532 | 820 |
|
19650 | 821 |
* October 2005: Martin Wildmoser, TUM |
822 |
Sketch for Isar 'guess' element. |
|
823 |
||
824 |
||
25454 | 825 |
Contributions to Isabelle2005 |
826 |
----------------------------- |
|
17382 | 827 |
|
17640 | 828 |
* September 2005: Lukas Bulwahn and Bernhard Haeupler, TUM |
829 |
HOL-Complex: Formalization of Taylor series. |
|
830 |
||
831 |
* September 2005: Stephan Merz, Alwen Tiu, QSL Loria |
|
832 |
Components for SAT solver method using zChaff. |
|
833 |
||
17534 | 834 |
* September 2005: Ning Zhang and Christian Urban, LMU Munich |
835 |
A Chinese theory. |
|
836 |
||
17562 | 837 |
* September 2005: Bernhard Haeupler, TUM |
17382 | 838 |
Method comm_ring for proving equalities in commutative rings. |
16892 | 839 |
|
17532 | 840 |
* July/August 2005: Jeremy Avigad, Carnegie Mellon University |
16892 | 841 |
Various improvements of the HOL and HOL-Complex library. |
16868 | 842 |
|
16892 | 843 |
* July 2005: Florian Zuleger, Johannes Hoelzl, and Simon Funke, TUM |
844 |
Some structured proofs about completeness of real numbers. |
|
845 |
||
17532 | 846 |
* May 2005: Rafal Kolanski and Gerwin Klein, NICTA |
847 |
Improved retrieval of facts from theory/proof context. |
|
15994 | 848 |
|
16252 | 849 |
* February 2005: Lucas Dixon, University of Edinburgh |
17532 | 850 |
Improved subst method. |
851 |
||
852 |
* 2005: Brian Huffman, OGI |
|
853 |
Various improvements of HOLCF. |
|
854 |
Some improvements of the HOL-Complex library. |
|
855 |
||
856 |
* 2005: Claire Quigley and Jia Meng, University of Cambridge |
|
857 |
Some support for asynchronous communication with external provers |
|
858 |
(experimental). |
|
859 |
||
860 |
* 2005: Florian Haftmann, TUM |
|
17543 | 861 |
Contributions to document 'sugar'. |
17532 | 862 |
Various ML combinators, notably linear functional transformations. |
863 |
Some cleanup of ML legacy. |
|
864 |
Additional antiquotations. |
|
865 |
Improved Isabelle web site. |
|
866 |
||
867 |
* 2004/2005: David Aspinall, University of Edinburgh |
|
868 |
Various elements of XML and PGIP based communication with user |
|
869 |
interfaces (experimental). |
|
870 |
||
871 |
* 2004/2005: Gerwin Klein, NICTA |
|
872 |
Contributions to document 'sugar'. |
|
873 |
Improved Isabelle web site. |
|
874 |
Improved HTML presentation of theories. |
|
875 |
||
876 |
* 2004/2005: Clemens Ballarin, TUM |
|
877 |
Provers: tools for transitive relations and quasi orders. |
|
878 |
Improved version of locales, notably interpretation of locales. |
|
879 |
Improved version of HOL-Algebra. |
|
880 |
||
881 |
* 2004/2005: Amine Chaieb, TUM |
|
882 |
Improved version of HOL presburger method. |
|
883 |
||
884 |
* 2004/2005: Steven Obua, TUM |
|
885 |
Improved version of HOL/Import, support for HOL-Light. |
|
886 |
Improved version of HOL-Complex-Matrix. |
|
17572 | 887 |
Pure/defs: more sophisticated checks on well-formedness of overloading. |
17543 | 888 |
Pure/Tools: an experimental evaluator for lambda terms. |
17532 | 889 |
|
890 |
* 2004/2005: Norbert Schirmer, TUM |
|
891 |
Contributions to document 'sugar'. |
|
892 |
Improved version of HOL/record. |
|
893 |
||
894 |
* 2004/2005: Sebastian Skalberg, TUM |
|
895 |
Improved version of HOL/Import. |
|
896 |
Some internal ML reorganizations. |
|
897 |
||
898 |
* 2004/2005: Tjark Weber, TUM |
|
17640 | 899 |
SAT solver method using zChaff. |
17532 | 900 |
Improved version of HOL/refute. |
62098 | 901 |
|
902 |
:maxLineLen=78: |