15283
|
1 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
|
2 |
|
15582
|
3 |
<!-- $Id$ -->
|
|
4 |
|
|
5 |
<html>
|
|
6 |
|
|
7 |
<head>
|
|
8 |
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
|
9 |
<title>FOL/README</title>
|
|
10 |
</head>
|
|
11 |
|
|
12 |
<body>
|
1331
|
13 |
|
11849
|
14 |
<h2>FOL: First-Order Logic with Natural Deduction</h2>
|
1331
|
15 |
|
3279
|
16 |
This directory contains the ML sources of the Isabelle system for
|
|
17 |
First-Order Logic (constructive and classical versions). For a
|
|
18 |
classical sequent calculus, see LK.<p>
|
1331
|
19 |
|
3279
|
20 |
The <tt>ex</tt> subdirectory contains some examples.<p>
|
1331
|
21 |
|
|
22 |
Useful references on First-Order Logic:
|
|
23 |
|
11849
|
24 |
<ul>
|
|
25 |
<li>Simon Thompson, Type Theory and Functional Programming (Addison-Wesley, 1991)<br>
|
|
26 |
(The first chapter is an excellent introduction to natural
|
3279
|
27 |
deduction in general.)
|
11849
|
28 |
<li>Antony Galton, Logic for Information Technology (Wiley, 1990)
|
|
29 |
<li>Michael Dummett, Elements of Intuitionism (Oxford, 1977)
|
|
30 |
</ul>
|
15582
|
31 |
</body>
|
|
32 |
</html>
|