src/FOL/README.html
author paulson
Tue, 20 May 1997 11:34:26 +0200
changeset 3233 16a24111ab5a
parent 1331 70ee8d7b2233
child 3279 815ef5848324
permissions -rw-r--r--
new treatment of Prover files

<HTML><HEAD><TITLE>FOL/ReadMe</TITLE></HEAD><BODY>

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

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

<DL>
<DT>ROOT.ML
<DD>loads all source files.  Enter an ML image containing Pure
Isabelle and type: use "ROOT.ML";<P>

<DT>Makefile
<DD>compiles the files under Poly/ML or SML of New Jersey<P>

<DT>ex
<DD>subdirectory containing examples.  To execute them, enter an ML image
containing FOL and type: use "ex/ROOT.ML";<P>
</DL>

Useful references on First-Order Logic:

<UL>
<LI>Antony Galton, Logic for Information Technology (Wiley, 1990)
<LI>Michael Dummett, Elements of Intuitionism (Oxford, 1977)
</UL>
</BODY></HTML>