15283
|
1 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
|
2 |
|
15582
|
3 |
<HTML>
|
|
4 |
|
|
5 |
<HEAD>
|
|
6 |
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
|
7 |
<TITLE>HOL/Induct/README</TITLE>
|
|
8 |
</HEAD>
|
|
9 |
|
|
10 |
<BODY>
|
3122
|
11 |
|
|
12 |
<H2>Induct--Examples of (Co)Inductive Definitions</H2>
|
|
13 |
|
|
14 |
<P>This directory is a collection of small examples to demonstrate
|
|
15 |
Isabelle/HOL's (co)inductive definitions package. Large examples appear on
|
|
16 |
many other directories, such as Auth, IMP and Lambda.
|
|
17 |
|
|
18 |
<UL>
|
5417
|
19 |
|
3122
|
20 |
<LI><KBD>Comb</KBD> proves the Church-Rosser theorem for combinators (<A
|
|
21 |
HREF="http://www.cl.cam.ac.uk/ftp/papers/reports/TR396-lcp-generic-automatic-proof-tools.ps.gz">paper
|
|
22 |
available</A>).
|
|
23 |
|
|
24 |
<LI><KBD>Mutil</KBD> is the famous Mutilated Chess Board problem (<A
|
|
25 |
HREF="http://www.cl.cam.ac.uk/ftp/papers/reports/TR394-lcp-mutilated-chess-board.dvi.gz">paper
|
|
26 |
available</A>).
|
|
27 |
|
|
28 |
<LI><KBD>PropLog</KBD> proves the completeness of a formalization of
|
|
29 |
propositional logic (<A
|
|
30 |
HREF="http://www.cl.cam.ac.uk/Research/Reports/TR312-lcp-set-II.ps.gz">paper
|
|
31 |
available</A>).
|
|
32 |
|
|
33 |
<LI><KBD>Exp</KBD> demonstrates the use of iterated inductive definitions to
|
|
34 |
reason about mutually recursive relations.
|
|
35 |
</UL>
|
|
36 |
|
|
37 |
<HR>
|
|
38 |
|
|
39 |
<ADDRESS>
|
|
40 |
<A NAME="lcp@cl.cam.ac.uk" HREF="mailto:lcp@cl.cam.ac.uk">lcp@cl.cam.ac.uk</A>
|
|
41 |
</ADDRESS>
|
|
42 |
</BODY></HTML>
|