author | berghofe |
Tue, 01 Jun 2004 15:02:05 +0200 | |
changeset 14861 | ca5cae7fb65a |
parent 14667 | 5a899cd54366 |
child 15137 | 8a17799687e7 |
permissions | -rw-r--r-- |
8056 | 1 |
%title% |
2 |
Isabelle |
|
3 |
||
4 |
%body% |
|
5 |
||
6 |
<p> |
|
7 |
||
10050
c8e0bd7a1e9c
added headline, "quick download", and mailing list archive
kleing
parents:
10041
diff
changeset
|
8 |
<h2>What is Isabelle?</h2> |
c8e0bd7a1e9c
added headline, "quick download", and mailing list archive
kleing
parents:
10041
diff
changeset
|
9 |
|
10019 | 10 |
Isabelle is a popular generic theorem proving environment developed at |
11 |
Cambridge University (<a |
|
8056 | 12 |
href="http://www.cl.cam.ac.uk/users/lcp/">Larry Paulson</a>) and TU |
13 |
Munich (<a href="http://www.in.tum.de/~nipkow/">Tobias Nipkow</a>). |
|
14230 | 14 |
See the <a href="overview.html">Isabelle overview</a>. |
8056 | 15 |
|
16 |
<p> |
|
17 |
||
9285 | 18 |
These pages provide general information on Isabelle, more specific |
8056 | 19 |
information is available from the local pages |
20 |
||
21 |
<ul> |
|
22 |
||
11109 | 23 |
<li><a |
8056 | 24 |
href="http://www.cl.cam.ac.uk/Research/HVG/Isabelle/cambridge.html"><strong>Isabelle |
11109 | 25 |
at Cambridge</strong></a> |
8056 | 26 |
|
13087 | 27 |
<li><a href="http://www4.in.tum.de/proj/theoremprov/group.html"><strong>Isabelle |
11109 | 28 |
at Munich</strong></a> |
8056 | 29 |
|
30 |
</ul> |
|
31 |
||
32 |
See there for information on projects done with Isabelle, mailing list |
|
33 |
archives, research papers, the Isabelle bibliography, and Isabelle |
|
34 |
workshops and courses. |
|
35 |
||
10050
c8e0bd7a1e9c
added headline, "quick download", and mailing list archive
kleing
parents:
10041
diff
changeset
|
36 |
<p> |
8056 | 37 |
|
14667 | 38 |
<h2>AFP - The Archive of Formal Proofs</h2> |
39 |
||
40 |
The <a href="http://afp.sf.net">Archive of Formal Proofs</a> is a |
|
41 |
collection of proof libraries, examples, and larger scientifc |
|
42 |
developments, mechanically checked in Isabelle. It is organized in the |
|
43 |
way of a scientific journal. Submissions are refereed. |
|
44 |
||
45 |
<p> |
|
46 |
||
14576 | 47 |
<h2><!-- _GP_ distname --></h2> |
48 |
New features in <strong><!-- _GP_ distname --></strong> include |
|
49 |
<ul> |
|
14624 | 50 |
<li>New image HOL4 with imported library from HOL4 system on top of |
51 |
HOL-Complex (about 2500 additional theorems).</li> |
|
52 |
||
14576 | 53 |
<li>New theory Ring_and_Field with over 250 basic numerical laws, |
54 |
all proved in axiomatic type classes for semirings, rings and fields.</li> |
|
55 |
||
56 |
<li>New locale <code>ring</code> for non-commutative rings in HOL-Algebra.</li> |
|
57 |
||
58 |
<li>Type <code>rat</code> of the rational numbers available in HOL-Complex.</li> |
|
59 |
||
14611 | 60 |
<li>New theory of matrices with an application to linear programming in HOL-Matrix.</li> |
61 |
||
14576 | 62 |
<li>Improved locales (named proof contexts), instantiation of locales.</li> |
63 |
||
64 |
<li>Improved handling of linear and partial orders in simplifier.</li> |
|
65 |
||
66 |
<li>New <code>specification</code> command for definition by specification.</li> |
|
67 |
||
68 |
<li>New Isar command <code>finalconsts</code> prevents constants being given a definition later.</li> |
|
69 |
||
70 |
<li><code>arith</code> now generates counterexamples for reals as well.</li> |
|
71 |
||
14580 | 72 |
<li>New <code>quickcheck</code> command |
14615 | 73 |
to search for counterexamples of executable goals. |
74 |
(see HOL/ex/Quickcheck_Examples.thy)</li> |
|
14580 | 75 |
<li>New <code>refute</code> command |
14615 | 76 |
to search for finite countermodels of goals. |
77 |
(see HOL/ex/Refute_Examples.thy) |
|
78 |
</li> |
|
14576 | 79 |
|
14615 | 80 |
<li>Presentation and x-symbol enhancements, greek letters and |
81 |
sub/superscripts allowed in identifiers.</li> |
|
14576 | 82 |
</ul> |
83 |
<a href="dist/<!-- _GP_ distname -->/NEWS">[Complete Changelog]</a> |
|
84 |
<p> |
|
85 |
The <strong><!-- _GP_ distname --></strong> distribution is available |
|
86 |
from several <a href="dist/index.html">mirror sites</a>. It includes |
|
14637 | 87 |
source and binary packages and browsable documentation. You can also |
88 |
browse the <a href="library/index.html">Isabelle theory library</a> |
|
89 |
online. For the curious, there is a nightly generated <a |
|
90 |
href="http://isabelle.in.tum.de/devel/">development snapshot</a> |
|
91 |
available. |
|
8070 | 92 |
|
10050
c8e0bd7a1e9c
added headline, "quick download", and mailing list archive
kleing
parents:
10041
diff
changeset
|
93 |
<p> |
8056 | 94 |
|
95 |
<h2>Mailing list</h2> |
|
96 |
||
97 |
Use the mailing list <a href="mailto: |
|
10050
c8e0bd7a1e9c
added headline, "quick download", and mailing list archive
kleing
parents:
10041
diff
changeset
|
98 |
isabelle-users@cl.cam.ac.uk">isabelle-users@cl.cam.ac.uk</a> |
14379 | 99 |
and its <a href="http://www.cl.cam.ac.uk/users/lcp/archive/">archive</a> to |
10162 | 100 |
discuss problems and results. Why not <a |
101 |
href="mailto:lcp@cl.cam.ac.uk">subscribe</a>? |
|
10050
c8e0bd7a1e9c
added headline, "quick download", and mailing list archive
kleing
parents:
10041
diff
changeset
|
102 |