src/FOL/README.html
author wenzelm
Thu, 15 Nov 2001 18:20:13 +0100
changeset 12207 4dff931b852f
parent 11849 53e629437bc8
child 15283 f21466450330
permissions -rw-r--r--
added Induct/Binary_Trees.thy, Induct/Tree_Forest (converted from former ex/TF.ML ex/TF.thy ex/Term.ML ex/Term.thy);

<html><head><title>FOL/README</title></head><body>

<h2>FOL: First-Order Logic with Natural Deduction</h2>

This directory contains the ML sources of the Isabelle system for
First-Order Logic (constructive and classical versions).  For a
classical sequent calculus, see LK.<p>

The <tt>ex</tt> subdirectory contains some examples.<p>

Useful references on First-Order Logic:

<ul>
<li>Simon Thompson, Type Theory and Functional Programming (Addison-Wesley, 1991)<br>
(The first chapter is an excellent introduction to natural
deduction in general.)
<li>Antony Galton, Logic for Information Technology (Wiley, 1990)
<li>Michael Dummett, Elements of Intuitionism (Oxford, 1977)
</ul>
</body></html>