16233
|
1 |
<?xml version='1.0' encoding='iso-8859-1' ?>
|
|
2 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
16240
|
3 |
<!-- $Id$ -->
|
16233
|
4 |
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
5 |
|
|
6 |
<head>
|
|
7 |
<title>Isabelle</title>
|
|
8 |
<?include file="//include/htmlheader.include.html"?>
|
|
9 |
</head>
|
|
10 |
|
|
11 |
<body class="main">
|
|
12 |
<?include file="//include/header.include.html"?>
|
|
13 |
<div class="hr"><hr/></div>
|
|
14 |
<?include file="//include/navigation.include.html"?>
|
|
15 |
<div class="hr"><hr/></div>
|
|
16 |
<div id="content">
|
|
17 |
<h2>What is Isabelle?</h2>
|
|
18 |
<p>
|
|
19 |
Isabelle is a popular generic theorem proving environment
|
|
20 |
developed at Cambridge University (<a
|
|
21 |
href="http://www.cl.cam.ac.uk/users/lcp/">Larry Paulson</a>)
|
|
22 |
and TU Munich (<a href="http://www.in.tum.de/~nipkow/">Tobias
|
|
23 |
Nipkow</a>). See the <a href="overview.html">Isabelle
|
|
24 |
overview</a>.
|
|
25 |
</p>
|
|
26 |
<p>
|
17143
|
27 |
This site provides general information on Isabelle, more
|
16300
|
28 |
specific information is available from the local sites
|
16233
|
29 |
</p>
|
|
30 |
|
|
31 |
<ul>
|
|
32 |
|
|
33 |
<li><a href="http://www.cl.cam.ac.uk/Research/HVG/Isabelle/cambridge.html"><strong>Isabelle
|
|
34 |
at Cambridge</strong></a></li>
|
|
35 |
|
|
36 |
<li><a href="http://www4.in.tum.de/proj/theoremprov/group.html"><strong>Isabelle
|
|
37 |
at Munich</strong></a></li>
|
|
38 |
|
|
39 |
</ul>
|
|
40 |
|
|
41 |
<p>
|
|
42 |
See there for information on projects done with Isabelle,
|
|
43 |
mailing list archives, research papers, the Isabelle
|
|
44 |
bibliography, and Isabelle workshops and courses.
|
|
45 |
</p>
|
|
46 |
|
17661
|
47 |
<h2>Now available: Isabelle 2005</h2>
|
|
48 |
<p>Some notable highlights:</p>
|
16233
|
49 |
<ul>
|
17661
|
50 |
<li>Interpretation of locale expressions in theories, locales, and proof contexts.</li>
|
|
51 |
<li>Substantial library improvements (HOL, HOL-Complex, HOLCF).</li>
|
|
52 |
<li>Proof tools for transitivity reasoning.</li>
|
|
53 |
<li>General <code>find_theorems</code> command (by term patterns, as intro/elim/simp rules etc.).</li>
|
|
54 |
<li>Commands for generating adhoc draft documents.</li>
|
|
55 |
<li>Support for Unicode proof documents (UTF-8).</li>
|
|
56 |
<li>Major internal reorganizations and performance improvements.</li>
|
|
57 |
</ul>
|
16233
|
58 |
|
17661
|
59 |
<p><a href="//dist/packages/Isabelle/NEWS">[Cumulative NEWS]</a></p>
|
16233
|
60 |
|
|
61 |
<h2>Download</h2>
|
|
62 |
|
|
63 |
<p>
|
17661
|
64 |
Isabelle is distributed for free under the BSD license. It includes
|
|
65 |
source and binary packages and browsable documentation, see the <a
|
|
66 |
href="installation.html">installation instructions</a>. You can also
|
|
67 |
browse the <a href="//dist/library/index.html">Isabelle theory
|
|
68 |
library</a> online.
|
16233
|
69 |
</p>
|
|
70 |
|
|
71 |
<p>
|
16927
|
72 |
Use the mailing list <a href=
|
|
73 |
"mailto:isabelle-users@cl.cam.ac.uk">isabelle-users@cl.cam.ac.uk</a> and its
|
|
74 |
<a href="http://www.cl.cam.ac.uk/users/lcp/archive/">archive</a> to
|
|
75 |
discuss problems and results. To subscribe, <a href=
|
|
76 |
"mailto:Cl-isabelle-users-request@lists.cam.ac.uk?subject=subscribe">
|
|
77 |
contact our robot</a>.
|
16233
|
78 |
</p>
|
|
79 |
|
|
80 |
</div>
|
|
81 |
<div class="hr"><hr/></div>
|
|
82 |
<?include file="//include/footer.include.html"?>
|
|
83 |
</body>
|
|
84 |
|
|
85 |
</html>
|