src/FOL/README.html
author clasohm
Wed, 15 Nov 1995 13:27:57 +0100
changeset 1331 70ee8d7b2233
child 3279 815ef5848324
permissions -rw-r--r--
HTML version of README

<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>