New documentation for examples
authorpaulson
Tue, 05 Mar 1996 16:50:17 +0100
changeset 1543 53fe25620a03
parent 1542 03e727af711d
child 1544 ad47d58ecb37
New documentation for examples
src/ZF/AC/README.html
src/ZF/Coind/README.html
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/ZF/AC/README.html	Tue Mar 05 16:50:17 1996 +0100
@@ -0,0 +1,24 @@
+<!-- $Id$ -->
+<HTML><HEAD><TITLE>HOL/AC</TITLE></HEAD><BODY>
+
+<H2>AC -- Equivalents of the Axiom of Choice</H2>
+
+Krzysztof Grabczewski has mechanized the first two chapters of the book
+
+<P>
+<PRE>
+@book{rubin&rubin,
+  author	= "Herman Rubin and Jean E. Rubin",
+  title		= "Equivalents of the Axiom of Choice, {II}",
+  publisher	= "North-Holland",
+  year		= 1985}
+</PRE>
+
+<P>
+The report
+<A HREF="http://www.cl.cam.ac.uk/Research/Reports/TR377-lcp-mechanising-set-theory.ps.gz">Mechanizing Set Theory</A>, by Paulson and Grabczewski, describes both this development and ZF's theories of cardinals.
+<P>
+
+<HR>
+
+<P>Last modified 5 March 1996
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/ZF/Coind/README.html	Tue Mar 05 16:50:17 1996 +0100
@@ -0,0 +1,33 @@
+<!-- $Id$ -->
+<HTML><HEAD><TITLE>HOL/Coind</TITLE></HEAD><BODY>
+
+<H2>Coind -- A Coinduction Example</H2>
+
+Jacob Frost has mechanized the proofs from the article
+
+<P>
+<PRE>
+@Article{milner-coind,
+  author	= "Robin Milner and Mads Tofte",
+  title		= "Co-induction in Relational Semantics",
+  journal	= TCS,
+  year		= 1991,
+  volume	= 87,
+  pages		= "209--220"}
+</PRE>
+
+<P> It involves proving the consistency of the dynamic and static semantics
+for a small functional language.  A codatatype definition specifies values and
+value environments in mutual recursion: non-well-founded values represent
+recursive functions; value environments are variant functions from variables
+into values.
+
+<P>
+Frost's
+<A
+HREF="http://www.cl.cam.ac.uk:80/ftp/papers/reports/TR359-jf10008-co-induction-in-isabelle.dvi.gz">report</A> describes this development.
+<P>
+
+<HR>
+
+<P>Last modified 5 March 1996