src/FOL/README.html
author paulson
Thu, 03 Jul 2003 10:37:25 +0200
changeset 14087 cb07c3948668
parent 11849 53e629437bc8
child 15283 f21466450330
permissions -rw-r--r--
Conversion of UNITY/Comp/Priority.thy to a linear Isar script
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
11849
wenzelm
parents: 3279
diff changeset
     1
<html><head><title>FOL/README</title></head><body>
1331
70ee8d7b2233 HTML version of README
clasohm
parents:
diff changeset
     2
11849
wenzelm
parents: 3279
diff changeset
     3
<h2>FOL: First-Order Logic with Natural Deduction</h2>
1331
70ee8d7b2233 HTML version of README
clasohm
parents:
diff changeset
     4
3279
815ef5848324 tuned all READMEs;
wenzelm
parents: 1331
diff changeset
     5
This directory contains the ML sources of the Isabelle system for
815ef5848324 tuned all READMEs;
wenzelm
parents: 1331
diff changeset
     6
First-Order Logic (constructive and classical versions).  For a
815ef5848324 tuned all READMEs;
wenzelm
parents: 1331
diff changeset
     7
classical sequent calculus, see LK.<p>
1331
70ee8d7b2233 HTML version of README
clasohm
parents:
diff changeset
     8
3279
815ef5848324 tuned all READMEs;
wenzelm
parents: 1331
diff changeset
     9
The <tt>ex</tt> subdirectory contains some examples.<p>
1331
70ee8d7b2233 HTML version of README
clasohm
parents:
diff changeset
    10
70ee8d7b2233 HTML version of README
clasohm
parents:
diff changeset
    11
Useful references on First-Order Logic:
70ee8d7b2233 HTML version of README
clasohm
parents:
diff changeset
    12
11849
wenzelm
parents: 3279
diff changeset
    13
<ul>
wenzelm
parents: 3279
diff changeset
    14
<li>Simon Thompson, Type Theory and Functional Programming (Addison-Wesley, 1991)<br>
wenzelm
parents: 3279
diff changeset
    15
(The first chapter is an excellent introduction to natural
3279
815ef5848324 tuned all READMEs;
wenzelm
parents: 1331
diff changeset
    16
deduction in general.)
11849
wenzelm
parents: 3279
diff changeset
    17
<li>Antony Galton, Logic for Information Technology (Wiley, 1990)
wenzelm
parents: 3279
diff changeset
    18
<li>Michael Dummett, Elements of Intuitionism (Oxford, 1977)
wenzelm
parents: 3279
diff changeset
    19
</ul>
wenzelm
parents: 3279
diff changeset
    20
</body></html>