src/HOL/README.html
author nipkow
Thu, 19 Aug 1999 17:06:05 +0200
changeset 7291 8aa66ddc0bea
parent 7290 f1a37c379317
child 7303 96bc013c8987
permissions -rw-r--r--
new entriues.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2080
12eed4cec935 Fuller description of examples
paulson
parents: 1341
diff changeset
     1
<!-- $Id$ -->
3279
815ef5848324 tuned all READMEs;
wenzelm
parents: 3125
diff changeset
     2
<HTML><HEAD><TITLE>HOL/README</TITLE></HEAD><BODY>
1339
f1a3a7b44ff1 converted README to HTLM; replaced "CHOL" by "HOL"
clasohm
parents:
diff changeset
     3
3279
815ef5848324 tuned all READMEs;
wenzelm
parents: 3125
diff changeset
     4
<H2>HOL: Higher-Order Logic</H2>
1339
f1a3a7b44ff1 converted README to HTLM; replaced "CHOL" by "HOL"
clasohm
parents:
diff changeset
     5
3279
815ef5848324 tuned all READMEs;
wenzelm
parents: 3125
diff changeset
     6
This directory contains the ML sources of the Isabelle system for
815ef5848324 tuned all READMEs;
wenzelm
parents: 3125
diff changeset
     7
Higher-Order Logic.<P>
1339
f1a3a7b44ff1 converted README to HTLM; replaced "CHOL" by "HOL"
clasohm
parents:
diff changeset
     8
3279
815ef5848324 tuned all READMEs;
wenzelm
parents: 3125
diff changeset
     9
There are several subdirectories with examples:
2080
12eed4cec935 Fuller description of examples
paulson
parents: 1341
diff changeset
    10
<DL>
1339
f1a3a7b44ff1 converted README to HTLM; replaced "CHOL" by "HOL"
clasohm
parents:
diff changeset
    11
<DT>ex
2080
12eed4cec935 Fuller description of examples
paulson
parents: 1341
diff changeset
    12
<DD>general examples
12eed4cec935 Fuller description of examples
paulson
parents: 1341
diff changeset
    13
12eed4cec935 Fuller description of examples
paulson
parents: 1341
diff changeset
    14
<DT>Auth
12eed4cec935 Fuller description of examples
paulson
parents: 1341
diff changeset
    15
<DD>a new approach to verifying authentication protocols 
12eed4cec935 Fuller description of examples
paulson
parents: 1341
diff changeset
    16
7291
8aa66ddc0bea new entriues.
nipkow
parents: 7290
diff changeset
    17
<DT>Hoare
8aa66ddc0bea new entriues.
nipkow
parents: 7290
diff changeset
    18
<DD>verification of imperative programs; verification conditions are
8aa66ddc0bea new entriues.
nipkow
parents: 7290
diff changeset
    19
generated automatically from pre/post conditions and loop invariants.
8aa66ddc0bea new entriues.
nipkow
parents: 7290
diff changeset
    20
2080
12eed4cec935 Fuller description of examples
paulson
parents: 1341
diff changeset
    21
<DT>IMP
12eed4cec935 Fuller description of examples
paulson
parents: 1341
diff changeset
    22
<DD>mechanization of a large part of a semantics text by Glynn Winskel
12eed4cec935 Fuller description of examples
paulson
parents: 1341
diff changeset
    23
3125
3f0ab2c306f7 Moved induction examples to directory Induct
paulson
parents: 2080
diff changeset
    24
<DT>Induct
3f0ab2c306f7 Moved induction examples to directory Induct
paulson
parents: 2080
diff changeset
    25
<DD>examples of (co)inductive definitions
3f0ab2c306f7 Moved induction examples to directory Induct
paulson
parents: 2080
diff changeset
    26
7290
f1a37c379317 updated
paulson
parents: 4622
diff changeset
    27
<DT>Integ 
f1a37c379317 updated
paulson
parents: 4622
diff changeset
    28
<DD>a development of the integers including efficient integer
f1a37c379317 updated
paulson
parents: 4622
diff changeset
    29
calculations (part of the standard HOL environment)
2080
12eed4cec935 Fuller description of examples
paulson
parents: 1341
diff changeset
    30
12eed4cec935 Fuller description of examples
paulson
parents: 1341
diff changeset
    31
<DT>IOA
7291
8aa66ddc0bea new entriues.
nipkow
parents: 7290
diff changeset
    32
<DD>a simple theory of Input/Output Automata
2080
12eed4cec935 Fuller description of examples
paulson
parents: 1341
diff changeset
    33
12eed4cec935 Fuller description of examples
paulson
parents: 1341
diff changeset
    34
<DT>Lambda
12eed4cec935 Fuller description of examples
paulson
parents: 1341
diff changeset
    35
<DD>a proof of the Church-Rosser theorem for lambda-calculus
1339
f1a3a7b44ff1 converted README to HTLM; replaced "CHOL" by "HOL"
clasohm
parents:
diff changeset
    36
7291
8aa66ddc0bea new entriues.
nipkow
parents: 7290
diff changeset
    37
<DT>Lex
8aa66ddc0bea new entriues.
nipkow
parents: 7290
diff changeset
    38
<DD>verification of a simple lexical analyzer generator
8aa66ddc0bea new entriues.
nipkow
parents: 7290
diff changeset
    39
8aa66ddc0bea new entriues.
nipkow
parents: 7290
diff changeset
    40
<DT>MiniML
8aa66ddc0bea new entriues.
nipkow
parents: 7290
diff changeset
    41
<DD>formalization of type inference for the language Mini-ML
8aa66ddc0bea new entriues.
nipkow
parents: 7290
diff changeset
    42
7290
f1a37c379317 updated
paulson
parents: 4622
diff changeset
    43
<DT>Real 
f1a37c379317 updated
paulson
parents: 4622
diff changeset
    44
<DD>a development of the reals and hyper-reals, which are used in
f1a37c379317 updated
paulson
parents: 4622
diff changeset
    45
non-standard analysis.  Also includes the positive rationals.  Used to build
f1a37c379317 updated
paulson
parents: 4622
diff changeset
    46
the image HOL-Real.
f1a37c379317 updated
paulson
parents: 4622
diff changeset
    47
1339
f1a3a7b44ff1 converted README to HTLM; replaced "CHOL" by "HOL"
clasohm
parents:
diff changeset
    48
<DT>Subst
7290
f1a37c379317 updated
paulson
parents: 4622
diff changeset
    49
<DD>defines a theory of substitution and unification.
f1a37c379317 updated
paulson
parents: 4622
diff changeset
    50
7291
8aa66ddc0bea new entriues.
nipkow
parents: 7290
diff changeset
    51
<DT>TLA
8aa66ddc0bea new entriues.
nipkow
parents: 7290
diff changeset
    52
<DD>Lamport's Temporal Logic of Actions
8aa66ddc0bea new entriues.
nipkow
parents: 7290
diff changeset
    53
7290
f1a37c379317 updated
paulson
parents: 4622
diff changeset
    54
<DT>Tools
f1a37c379317 updated
paulson
parents: 4622
diff changeset
    55
<DD>holds code used to provide support for records, datatypes, induction, etc.
f1a37c379317 updated
paulson
parents: 4622
diff changeset
    56
f1a37c379317 updated
paulson
parents: 4622
diff changeset
    57
<DT>UNITY
f1a37c379317 updated
paulson
parents: 4622
diff changeset
    58
<DD>Chandy and Misra's UNITY formalism.
7291
8aa66ddc0bea new entriues.
nipkow
parents: 7290
diff changeset
    59
8aa66ddc0bea new entriues.
nipkow
parents: 7290
diff changeset
    60
<DT>W0
8aa66ddc0bea new entriues.
nipkow
parents: 7290
diff changeset
    61
<DD>a precursor of MiniML, without let-expressions
1339
f1a3a7b44ff1 converted README to HTLM; replaced "CHOL" by "HOL"
clasohm
parents:
diff changeset
    62
</DL>
f1a3a7b44ff1 converted README to HTLM; replaced "CHOL" by "HOL"
clasohm
parents:
diff changeset
    63
f1a3a7b44ff1 converted README to HTLM; replaced "CHOL" by "HOL"
clasohm
parents:
diff changeset
    64
Useful references on Higher-Order Logic:
f1a3a7b44ff1 converted README to HTLM; replaced "CHOL" by "HOL"
clasohm
parents:
diff changeset
    65
f1a3a7b44ff1 converted README to HTLM; replaced "CHOL" by "HOL"
clasohm
parents:
diff changeset
    66
<UL>
4622
wenzelm
parents: 3279
diff changeset
    67
wenzelm
parents: 3279
diff changeset
    68
<LI> P. B. Andrews,<BR>
1341
69fec018854c HTML version of README
clasohm
parents: 1339
diff changeset
    69
    An Introduction to Mathematical Logic and Type Theory<BR>
69fec018854c HTML version of README
clasohm
parents: 1339
diff changeset
    70
    (Academic Press, 1986).
1339
f1a3a7b44ff1 converted README to HTLM; replaced "CHOL" by "HOL"
clasohm
parents:
diff changeset
    71
4622
wenzelm
parents: 3279
diff changeset
    72
<P>
wenzelm
parents: 3279
diff changeset
    73
wenzelm
parents: 3279
diff changeset
    74
<LI> A. Church,<BR>
wenzelm
parents: 3279
diff changeset
    75
    A Formulation of the Simple Theory of Types<BR>
wenzelm
parents: 3279
diff changeset
    76
    (Journal of Symbolic Logic, 1940).
wenzelm
parents: 3279
diff changeset
    77
wenzelm
parents: 3279
diff changeset
    78
<P>
wenzelm
parents: 3279
diff changeset
    79
wenzelm
parents: 3279
diff changeset
    80
<LI> M. J. C. Gordon and T. F. Melham (editors),<BR>
wenzelm
parents: 3279
diff changeset
    81
    Introduction to HOL: A theorem proving environment for higher order logic<BR>
wenzelm
parents: 3279
diff changeset
    82
    (Cambridge University Press, 1993).
wenzelm
parents: 3279
diff changeset
    83
wenzelm
parents: 3279
diff changeset
    84
<P>
wenzelm
parents: 3279
diff changeset
    85
wenzelm
parents: 3279
diff changeset
    86
<LI> J. Lambek and P. J. Scott,<BR>
wenzelm
parents: 3279
diff changeset
    87
    Introduction to Higher Order Categorical Logic<BR>
wenzelm
parents: 3279
diff changeset
    88
    (Cambridge University Press, 1986).
wenzelm
parents: 3279
diff changeset
    89
1339
f1a3a7b44ff1 converted README to HTLM; replaced "CHOL" by "HOL"
clasohm
parents:
diff changeset
    90
</UL>
f1a3a7b44ff1 converted README to HTLM; replaced "CHOL" by "HOL"
clasohm
parents:
diff changeset
    91
f1a3a7b44ff1 converted README to HTLM; replaced "CHOL" by "HOL"
clasohm
parents:
diff changeset
    92
</BODY></HTML>