5790
|
1 |
<html>
|
|
2 |
|
|
3 |
<head>
|
5794
|
4 |
<!-- $Id$ -->
|
5790
|
5 |
<title>Isabelle</title>
|
5795
|
6 |
</head>
|
5790
|
7 |
|
|
8 |
<body>
|
|
9 |
|
6148
|
10 |
<h1>Isabelle </h1> <a href="http://isabelle.in.tum.de/logo/"><img
|
5790
|
11 |
src="isabelle.gif" width=100 align=right alt="[Isabelle logo]"></a>
|
|
12 |
|
|
13 |
<p>
|
|
14 |
|
|
15 |
<strong>Isabelle</strong> is a popular generic theorem proving
|
|
16 |
environment developed at Cambridge University (<a
|
|
17 |
href="http://www.cl.cam.ac.uk/users/lcp/">Larry Paulson</a>) and TU
|
|
18 |
Munich (<a href="http://www.in.tum.de/~nipkow/">Tobias Nipkow</a>).
|
|
19 |
|
|
20 |
<p>
|
5805
|
21 |
|
|
22 |
<a
|
|
23 |
href="http://www.cl.cam.ac.uk/Research/HVG/Isabelle/cambridge.html"><img
|
6150
|
24 |
src="cambridge.gif" width=145 border=0 align=right
|
|
25 |
alt="[Cambridge logo]"></a> <a
|
|
26 |
href="http://isabelle.in.tum.de/munich.html"><img src="munich.gif"
|
|
27 |
width=48 border=0 align=right alt="[Munich logo]"></a> This page
|
|
28 |
provides general information on Isabelle, more specific information is
|
|
29 |
available from the local pages
|
6149
|
30 |
|
|
31 |
<ul>
|
|
32 |
|
|
33 |
<li> <a
|
|
34 |
href="http://www.cl.cam.ac.uk/Research/HVG/Isabelle/cambridge.html"><strong>Isabelle
|
|
35 |
at Cambridge</strong></a>
|
|
36 |
|
|
37 |
<li> <a href="http://isabelle.in.tum.de/munich.html"><strong>Isabelle
|
|
38 |
at Munich</strong></a>
|
|
39 |
|
|
40 |
</ul>
|
6150
|
41 |
|
6149
|
42 |
See there for information on projects done with Isabelle, mailing list
|
5807
|
43 |
archives, research papers, the Isabelle bibliography, and Isabelle
|
|
44 |
workshops and courses.
|
5803
|
45 |
|
|
46 |
|
5806
|
47 |
<h2>Obtaining Isabelle</h2>
|
5803
|
48 |
|
7948
|
49 |
The current version is <strong>Isabelle99</strong>. Several mirror
|
|
50 |
sites provide the Isabelle <a href="dist/">distribution</a>, which
|
|
51 |
includes sources, documentation, and binary packages.
|
5803
|
52 |
|
|
53 |
|
|
54 |
<h2>What is Isabelle?</h2>
|
5806
|
55 |
|
5790
|
56 |
Isabelle can be viewed from two main perspectives. On the one hand it
|
|
57 |
may serve as a generic framework for rapid prototyping of deductive
|
5803
|
58 |
systems. On the other hand, major existing logics like
|
5791
|
59 |
<strong>Isabelle/HOL</strong> provide a theorem proving environment
|
5790
|
60 |
ready to use for sizable applications.
|
|
61 |
|
|
62 |
|
5803
|
63 |
<h3>Isabelle's Logics</h3>
|
5790
|
64 |
|
5791
|
65 |
The Isabelle distribution includes a large body of object logics and
|
5801
|
66 |
other examples (see the <a href="library/">Isabelle theory
|
5791
|
67 |
library</a>).
|
5790
|
68 |
|
|
69 |
<dl>
|
|
70 |
|
5806
|
71 |
<dt><a href="library/HOL/"><strong>Isabelle/HOL</strong></a><dd> is a
|
|
72 |
version of classical higher-order logic resembling that of the <A
|
|
73 |
HREF="http://www.cl.cam.ac.uk/Research/HVG/HOL/HOL.html">HOL
|
|
74 |
System</A>.
|
5790
|
75 |
|
5801
|
76 |
<dt><a href="library/HOLCF/"><strong>Isabelle/HOLCF</strong></a><dd>
|
|
77 |
adds Scott's Logic for Computable Functions (domain theory) to HOL.
|
5790
|
78 |
|
5801
|
79 |
<dt><a href="library/FOL/"><strong>Isabelle/FOL</strong></a><dd>
|
5806
|
80 |
provides basic classical and intuitionistic first-order logic. It is
|
|
81 |
polymorphic.
|
5790
|
82 |
|
5806
|
83 |
<dt><a href="library/ZF/"><strong>Isabelle/ZF</strong></a><dd> offers
|
|
84 |
a formulation of Zermelo-Fraenkel set theory on top of FOL.
|
5790
|
85 |
|
|
86 |
</dl>
|
|
87 |
|
|
88 |
<p>
|
|
89 |
|
|
90 |
Isabelle/HOL is currently the best developed object logic, including
|
|
91 |
an extensive library of (concrete) mathematics, and various packages
|
|
92 |
for advanced definitional concepts (like (co-)inductive sets and
|
|
93 |
types, well-founded recursion etc.). The distribution also includes
|
|
94 |
some large applications, for example correctness proofs of
|
5806
|
95 |
cryptographic protocols (<a href="library/HOL/Auth/">HOL/Auth</a>) or
|
|
96 |
communication protocols (<a href="library/HOLCF/IOA/">HOLCF/IOA</a>).
|
5790
|
97 |
|
|
98 |
<p>
|
|
99 |
|
|
100 |
Isabelle/ZF provides another starting point for applications, with a
|
5806
|
101 |
slightly less developed library. Its definitional packages are
|
|
102 |
similar to those of Isabelle/HOL. Untyped ZF provides more advanced
|
|
103 |
constructions for sets than simply-typed HOL.
|
5790
|
104 |
|
|
105 |
<p>
|
|
106 |
|
5798
|
107 |
There are a few minor object logics that may serve as further
|
5806
|
108 |
examples: <a href="library/CTT/">CTT</a> is an extensional version of
|
|
109 |
Martin-Löf's Type Theory, <a href="library/Cube/">Cube</a> is
|
5790
|
110 |
Barendregt's Lambda Cube. There are also some sequent calculus
|
5806
|
111 |
examples under <a href="library/Sequents/">Sequents</a>, including
|
|
112 |
modal and linear logics. Again see the <a href="library/">Isabelle
|
|
113 |
theory library</a> for other examples.
|
5790
|
114 |
|
|
115 |
|
5803
|
116 |
<h3>Defining Logics</h3>
|
5790
|
117 |
|
|
118 |
Logics are not hard-wired into Isabelle, but formulated within
|
|
119 |
Isabelle's meta logic: <strong>Isabelle/Pure</strong>. There are
|
5791
|
120 |
quite a lot of syntactic and deductive tools available in generic
|
|
121 |
Isabelle. Thus defining new logics or extending existing ones
|
|
122 |
basically works as follows:
|
5790
|
123 |
|
|
124 |
<ol>
|
|
125 |
|
|
126 |
<li> declare concrete syntax (via mixfix grammar and syntax macros),
|
|
127 |
|
|
128 |
<li> declare abstract syntax (as higher-order constants),
|
|
129 |
|
|
130 |
<li> declare inference rules (as meta-logical propositions),
|
|
131 |
|
5800
|
132 |
<li> instantiate generic automatic proof tools (simplifier, classical
|
|
133 |
tableau prover etc.),
|
5790
|
134 |
|
5792
|
135 |
<li> manually code special proof procedures (via tacticals or
|
|
136 |
hand-written ML).
|
5790
|
137 |
|
|
138 |
</ol>
|
|
139 |
|
5798
|
140 |
The first three steps above are fully declarative and involve no ML
|
5791
|
141 |
programming at all. Thus one already gets a decent deductive
|
|
142 |
environment based on primitive inferences (by employing the built-in
|
|
143 |
mechanisms of Isabelle/Pure, in particular higher-order unification
|
|
144 |
and resolution).
|
5790
|
145 |
|
|
146 |
For sizable applications some degree of automated reasoning is
|
|
147 |
essential. Instantiating existing tools like the classical tableau
|
5791
|
148 |
prover involves only minimal ML-based setup. One may also write
|
5790
|
149 |
arbitrary proof procedures or even theory extension packages in ML,
|
|
150 |
without breaching system soundness (Isabelle follows the well-known
|
5792
|
151 |
<em>LCF system approach</em> to achieve a secure system).
|
5790
|
152 |
|
5806
|
153 |
|
|
154 |
<h2>Mailing list</h2>
|
5790
|
155 |
|
5806
|
156 |
Use the mailing list <a href="mailto:
|
|
157 |
isabelle-users@cl.cam.ac.uk">isabelle-users@cl.cam.ac.uk</a> to
|
5808
|
158 |
discuss problems and results.
|
6411
|
159 |
(Why not <A HREF="mailto:lcp@cl.cam.ac.uk">subscribe</A>?)
|
5808
|
160 |
|
5801
|
161 |
|
5795
|
162 |
</body>
|
|
163 |
|
5790
|
164 |
</html>
|