src/FOL/ROOT
author wenzelm
Wed, 27 Mar 2013 18:04:21 +0100
changeset 51558 91f8bed6d0a4
parent 51403 2ff3a5589b05
child 52488 cd65ee49a8ba
permissions -rw-r--r--
allow build with skip_proofs enabled -- disable it for sessions that would fail due to embedded diagnostic commands, for example;

chapter FOL

session FOL = Pure +
  description {*
    First-Order Logic with Natural Deduction (constructive and classical
    versions). For a classical sequent calculus, see Isabelle/LK.

    Useful references on First-Order Logic:

    Simon Thompson, Type Theory and Functional Programming (Addison-Wesley,
    1991) (The first chapter is an excellent introduction to natural deduction
    in general.)

    Antony Galton, Logic for Information Technology (Wiley, 1990)

    Michael Dummett, Elements of Intuitionism (Oxford, 1977)
  *}
  options [proofs = 2]
  theories FOL
  files "document/root.tex"

session "FOL-ex" in ex = FOL +
  description {*
    Examples for First-Order Logic.
  *}
  theories
    First_Order_Logic
    Natural_Numbers
    Intro
    Nat
    Nat_Class
    Foundation
    Prolog
    Intuitionistic
    Propositional_Int
    Quantifiers_Int
    Classical
    Propositional_Cla
    Quantifiers_Cla
    Miniscope
    If
  theories [document = false, skip_proofs = false]
    "Locale_Test/Locale_Test"
  files "document/root.tex"