2080
|
1 |
<!-- $Id$ -->
|
3279
|
2 |
<HTML><HEAD><TITLE>HOL/README</TITLE></HEAD><BODY>
|
1339
|
3 |
|
3279
|
4 |
<H2>HOL: Higher-Order Logic</H2>
|
1339
|
5 |
|
3279
|
6 |
This directory contains the ML sources of the Isabelle system for
|
|
7 |
Higher-Order Logic.<P>
|
1339
|
8 |
|
3279
|
9 |
There are several subdirectories with examples:
|
2080
|
10 |
<DL>
|
1339
|
11 |
<DT>ex
|
2080
|
12 |
<DD>general examples
|
|
13 |
|
|
14 |
<DT>Auth
|
|
15 |
<DD>a new approach to verifying authentication protocols
|
|
16 |
|
7303
|
17 |
<DT>AxClasses
|
|
18 |
<DD>a few axiomatic type class examples:
|
|
19 |
<DL>
|
|
20 |
|
|
21 |
<DT> Tutorial <DD> Some simple axclass demos that go along with the
|
|
22 |
<em>axclass</em> Isabelle document (<tt>isatool doc axclass</tt>).
|
|
23 |
|
|
24 |
<DT> Group
|
|
25 |
<DD> Some bits of group theory.
|
|
26 |
|
|
27 |
<DT> Lattice
|
|
28 |
<DD> Basic theory of lattices and orders.
|
|
29 |
|
|
30 |
</DL>
|
|
31 |
|
7291
|
32 |
<DT>Hoare
|
|
33 |
<DD>verification of imperative programs; verification conditions are
|
|
34 |
generated automatically from pre/post conditions and loop invariants.
|
|
35 |
|
2080
|
36 |
<DT>IMP
|
|
37 |
<DD>mechanization of a large part of a semantics text by Glynn Winskel
|
|
38 |
|
3125
|
39 |
<DT>Induct
|
|
40 |
<DD>examples of (co)inductive definitions
|
|
41 |
|
7290
|
42 |
<DT>Integ
|
|
43 |
<DD>a development of the integers including efficient integer
|
|
44 |
calculations (part of the standard HOL environment)
|
2080
|
45 |
|
|
46 |
<DT>IOA
|
7291
|
47 |
<DD>a simple theory of Input/Output Automata
|
2080
|
48 |
|
7303
|
49 |
<DT>Isar_examples
|
7662
|
50 |
<DD>several Isabelle/Isar example proof documents
|
7303
|
51 |
|
2080
|
52 |
<DT>Lambda
|
|
53 |
<DD>a proof of the Church-Rosser theorem for lambda-calculus
|
1339
|
54 |
|
7291
|
55 |
<DT>Lex
|
|
56 |
<DD>verification of a simple lexical analyzer generator
|
|
57 |
|
|
58 |
<DT>MiniML
|
|
59 |
<DD>formalization of type inference for the language Mini-ML
|
|
60 |
|
7290
|
61 |
<DT>Real
|
|
62 |
<DD>a development of the reals and hyper-reals, which are used in
|
|
63 |
non-standard analysis. Also includes the positive rationals. Used to build
|
|
64 |
the image HOL-Real.
|
|
65 |
|
7662
|
66 |
<DT>Real/HahnBanach
|
|
67 |
<DD>the Hahn-Banach theorem for real vectorspaces (Isabelle/Isar).
|
|
68 |
|
1339
|
69 |
<DT>Subst
|
7290
|
70 |
<DD>defines a theory of substitution and unification.
|
|
71 |
|
7291
|
72 |
<DT>TLA
|
|
73 |
<DD>Lamport's Temporal Logic of Actions
|
|
74 |
|
7290
|
75 |
<DT>Tools
|
|
76 |
<DD>holds code used to provide support for records, datatypes, induction, etc.
|
|
77 |
|
|
78 |
<DT>UNITY
|
|
79 |
<DD>Chandy and Misra's UNITY formalism.
|
7291
|
80 |
|
|
81 |
<DT>W0
|
|
82 |
<DD>a precursor of MiniML, without let-expressions
|
1339
|
83 |
</DL>
|
|
84 |
|
|
85 |
Useful references on Higher-Order Logic:
|
|
86 |
|
|
87 |
<UL>
|
4622
|
88 |
|
|
89 |
<LI> P. B. Andrews,<BR>
|
1341
|
90 |
An Introduction to Mathematical Logic and Type Theory<BR>
|
|
91 |
(Academic Press, 1986).
|
1339
|
92 |
|
4622
|
93 |
<P>
|
|
94 |
|
|
95 |
<LI> A. Church,<BR>
|
|
96 |
A Formulation of the Simple Theory of Types<BR>
|
|
97 |
(Journal of Symbolic Logic, 1940).
|
|
98 |
|
|
99 |
<P>
|
|
100 |
|
|
101 |
<LI> M. J. C. Gordon and T. F. Melham (editors),<BR>
|
|
102 |
Introduction to HOL: A theorem proving environment for higher order logic<BR>
|
|
103 |
(Cambridge University Press, 1993).
|
|
104 |
|
|
105 |
<P>
|
|
106 |
|
|
107 |
<LI> J. Lambek and P. J. Scott,<BR>
|
|
108 |
Introduction to Higher Order Categorical Logic<BR>
|
|
109 |
(Cambridge University Press, 1986).
|
|
110 |
|
1339
|
111 |
</UL>
|
|
112 |
|
|
113 |
</BODY></HTML>
|