src/Doc/Logics/document/preface.tex
author wenzelm
Sun, 07 Jul 2013 20:23:09 +0200
changeset 52552 0260bdba4dd7
parent 48985 5386df44a037
child 68649 f849fc1cb65e
permissions -rw-r--r--
reduced number of old manuals: chapter HOL is back again to the Logics manual by Larry;
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
6120
f40d61cd6b32 removal of FOL and ZF
paulson
parents:
diff changeset
     1
\chapter*{Preface}
f40d61cd6b32 removal of FOL and ZF
paulson
parents:
diff changeset
     2
Several logics come with Isabelle.  Many of them are sufficiently developed
f40d61cd6b32 removal of FOL and ZF
paulson
parents:
diff changeset
     3
to serve as comfortable reasoning environments.  They are also good
f40d61cd6b32 removal of FOL and ZF
paulson
parents:
diff changeset
     4
starting points for defining new logics.  Each logic is distributed with
f40d61cd6b32 removal of FOL and ZF
paulson
parents:
diff changeset
     5
sample proofs, some of which are described in this document.
f40d61cd6b32 removal of FOL and ZF
paulson
parents:
diff changeset
     6
6582
75f31d45fb8b HOL part moved to 'logics-HOL' manual;
wenzelm
parents: 6148
diff changeset
     7
\texttt{HOL} is currently the best developed Isabelle object-logic, including
75f31d45fb8b HOL part moved to 'logics-HOL' manual;
wenzelm
parents: 6148
diff changeset
     8
an extensive library of (concrete) mathematics, and various packages for
75f31d45fb8b HOL part moved to 'logics-HOL' manual;
wenzelm
parents: 6148
diff changeset
     9
advanced definitional concepts (like (co-)inductive sets and types,
75f31d45fb8b HOL part moved to 'logics-HOL' manual;
wenzelm
parents: 6148
diff changeset
    10
well-founded recursion etc.). The distribution also includes some large
52552
0260bdba4dd7 reduced number of old manuals: chapter HOL is back again to the Logics manual by Larry;
wenzelm
parents: 48985
diff changeset
    11
applications.
6120
f40d61cd6b32 removal of FOL and ZF
paulson
parents:
diff changeset
    12
6582
75f31d45fb8b HOL part moved to 'logics-HOL' manual;
wenzelm
parents: 6148
diff changeset
    13
\texttt{ZF} provides another starting point for applications, with a slightly
75f31d45fb8b HOL part moved to 'logics-HOL' manual;
wenzelm
parents: 6148
diff changeset
    14
less developed library than \texttt{HOL}.  \texttt{ZF}'s definitional packages
75f31d45fb8b HOL part moved to 'logics-HOL' manual;
wenzelm
parents: 6148
diff changeset
    15
are similar to those of \texttt{HOL}. Untyped \texttt{ZF} set theory provides
75f31d45fb8b HOL part moved to 'logics-HOL' manual;
wenzelm
parents: 6148
diff changeset
    16
more advanced constructions for sets than simply-typed \texttt{HOL}.
75f31d45fb8b HOL part moved to 'logics-HOL' manual;
wenzelm
parents: 6148
diff changeset
    17
\texttt{ZF} is built on \texttt{FOL} (first-order logic), both are described
75f31d45fb8b HOL part moved to 'logics-HOL' manual;
wenzelm
parents: 6148
diff changeset
    18
in a separate manual \emph{Isabelle's Logics: FOL and ZF}~\cite{isabelle-ZF}.
75f31d45fb8b HOL part moved to 'logics-HOL' manual;
wenzelm
parents: 6148
diff changeset
    19
75f31d45fb8b HOL part moved to 'logics-HOL' manual;
wenzelm
parents: 6148
diff changeset
    20
\medskip There are some further logics distributed with Isabelle:
6120
f40d61cd6b32 removal of FOL and ZF
paulson
parents:
diff changeset
    21
\begin{ttdescription}
f40d61cd6b32 removal of FOL and ZF
paulson
parents:
diff changeset
    22
\item[\thydx{CCL}] is Martin Coen's Classical Computational Logic,
f40d61cd6b32 removal of FOL and ZF
paulson
parents:
diff changeset
    23
  which is the basis of a preliminary method for deriving programs from
9695
ec7d7f877712 proper setup of iman.sty/extra.sty/ttbox.sty;
wenzelm
parents: 6627
diff changeset
    24
  proofs~\cite{coen92}.  It is built upon classical~FOL.
6120
f40d61cd6b32 removal of FOL and ZF
paulson
parents:
diff changeset
    25
 
f40d61cd6b32 removal of FOL and ZF
paulson
parents:
diff changeset
    26
\item[\thydx{LCF}] is a version of Scott's Logic for Computable
f40d61cd6b32 removal of FOL and ZF
paulson
parents:
diff changeset
    27
  Functions, which is also implemented by the~{\sc lcf}
9695
ec7d7f877712 proper setup of iman.sty/extra.sty/ttbox.sty;
wenzelm
parents: 6627
diff changeset
    28
  system~\cite{paulson87}.  It is built upon classical~FOL.
6582
75f31d45fb8b HOL part moved to 'logics-HOL' manual;
wenzelm
parents: 6148
diff changeset
    29
  
75f31d45fb8b HOL part moved to 'logics-HOL' manual;
wenzelm
parents: 6148
diff changeset
    30
\item[\thydx{HOLCF}] is a version of {\sc lcf}, defined as an extension of
6627
c2511c9ea37e cite HOLCF;
wenzelm
parents: 6623
diff changeset
    31
  \texttt{HOL}\@. See \cite{MuellerNvOS99} for more details on \texttt{HOLCF}.
6120
f40d61cd6b32 removal of FOL and ZF
paulson
parents:
diff changeset
    32
 
f40d61cd6b32 removal of FOL and ZF
paulson
parents:
diff changeset
    33
\item[\thydx{CTT}] is a version of Martin-L\"of's Constructive Type
f40d61cd6b32 removal of FOL and ZF
paulson
parents:
diff changeset
    34
Theory~\cite{nordstrom90}, with extensional equality.  Universes are not
f40d61cd6b32 removal of FOL and ZF
paulson
parents:
diff changeset
    35
included.
f40d61cd6b32 removal of FOL and ZF
paulson
parents:
diff changeset
    36
f40d61cd6b32 removal of FOL and ZF
paulson
parents:
diff changeset
    37
\item[\thydx{Cube}] is Barendregt's $\lambda$-cube.
f40d61cd6b32 removal of FOL and ZF
paulson
parents:
diff changeset
    38
 \end{ttdescription}
f40d61cd6b32 removal of FOL and ZF
paulson
parents:
diff changeset
    39
f40d61cd6b32 removal of FOL and ZF
paulson
parents:
diff changeset
    40
The directory \texttt{Sequents} contains several logics based
f40d61cd6b32 removal of FOL and ZF
paulson
parents:
diff changeset
    41
  upon the sequent calculus.  Sequents have the form $A@1,\ldots,A@m\turn
f40d61cd6b32 removal of FOL and ZF
paulson
parents:
diff changeset
    42
B@1,\ldots,B@n$; rules are applied using associative matching.
f40d61cd6b32 removal of FOL and ZF
paulson
parents:
diff changeset
    43
\begin{ttdescription}
f40d61cd6b32 removal of FOL and ZF
paulson
parents:
diff changeset
    44
\item[\thydx{LK}] is classical first-order logic as a sequent calculus.
f40d61cd6b32 removal of FOL and ZF
paulson
parents:
diff changeset
    45
f40d61cd6b32 removal of FOL and ZF
paulson
parents:
diff changeset
    46
\item[\thydx{Modal}] implements the modal logics $T$, $S4$, and~$S43$.  
f40d61cd6b32 removal of FOL and ZF
paulson
parents:
diff changeset
    47
f40d61cd6b32 removal of FOL and ZF
paulson
parents:
diff changeset
    48
\item[\thydx{ILL}] implements intuitionistic linear logic.
f40d61cd6b32 removal of FOL and ZF
paulson
parents:
diff changeset
    49
\end{ttdescription}
f40d61cd6b32 removal of FOL and ZF
paulson
parents:
diff changeset
    50
6582
75f31d45fb8b HOL part moved to 'logics-HOL' manual;
wenzelm
parents: 6148
diff changeset
    51
The logics \texttt{CCL}, \texttt{LCF}, \texttt{Modal}, \texttt{ILL} and {\tt
75f31d45fb8b HOL part moved to 'logics-HOL' manual;
wenzelm
parents: 6148
diff changeset
    52
  Cube} are undocumented.  All object-logics' sources are distributed with
75f31d45fb8b HOL part moved to 'logics-HOL' manual;
wenzelm
parents: 6148
diff changeset
    53
Isabelle (see the directory \texttt{src}).  They are also available for
75f31d45fb8b HOL part moved to 'logics-HOL' manual;
wenzelm
parents: 6148
diff changeset
    54
browsing on the WWW at
6623
021728c71030 pdf setup;
wenzelm
parents: 6582
diff changeset
    55
021728c71030 pdf setup;
wenzelm
parents: 6582
diff changeset
    56
\begin{center}\small
021728c71030 pdf setup;
wenzelm
parents: 6582
diff changeset
    57
  \begin{tabular}{l}
021728c71030 pdf setup;
wenzelm
parents: 6582
diff changeset
    58
    \url{http://www.cl.cam.ac.uk/Research/HVG/Isabelle/library/} \\
021728c71030 pdf setup;
wenzelm
parents: 6582
diff changeset
    59
    \url{http://isabelle.in.tum.de/library/} \\
021728c71030 pdf setup;
wenzelm
parents: 6582
diff changeset
    60
  \end{tabular}
021728c71030 pdf setup;
wenzelm
parents: 6582
diff changeset
    61
\end{center}
021728c71030 pdf setup;
wenzelm
parents: 6582
diff changeset
    62
6120
f40d61cd6b32 removal of FOL and ZF
paulson
parents:
diff changeset
    63
Note that this is not necessarily consistent with your local sources!
f40d61cd6b32 removal of FOL and ZF
paulson
parents:
diff changeset
    64
6582
75f31d45fb8b HOL part moved to 'logics-HOL' manual;
wenzelm
parents: 6148
diff changeset
    65
\medskip Do not read the \emph{Isabelle's Logics} manuals before reading
75f31d45fb8b HOL part moved to 'logics-HOL' manual;
wenzelm
parents: 6148
diff changeset
    66
\emph{Isabelle/HOL --- The Tutorial} or \emph{Introduction to Isabelle}, and
75f31d45fb8b HOL part moved to 'logics-HOL' manual;
wenzelm
parents: 6148
diff changeset
    67
performing some Isabelle proofs.  Consult the {\em Reference Manual} for more
75f31d45fb8b HOL part moved to 'logics-HOL' manual;
wenzelm
parents: 6148
diff changeset
    68
information on tactics, packages, etc.
6120
f40d61cd6b32 removal of FOL and ZF
paulson
parents:
diff changeset
    69
f40d61cd6b32 removal of FOL and ZF
paulson
parents:
diff changeset
    70
6148
d97a944c6ea3 isabelle.in.tum.de;
wenzelm
parents: 6120
diff changeset
    71
%%% Local Variables: 
d97a944c6ea3 isabelle.in.tum.de;
wenzelm
parents: 6120
diff changeset
    72
%%% mode: latex
d97a944c6ea3 isabelle.in.tum.de;
wenzelm
parents: 6120
diff changeset
    73
%%% TeX-master: "logics"
d97a944c6ea3 isabelle.in.tum.de;
wenzelm
parents: 6120
diff changeset
    74
%%% End: