src/ZF/README
author lcp
Tue, 21 Jun 1994 17:20:34 +0200
changeset 435 ca5356bd315a
parent 0 a5a9c433f639
child 488 52f7447d4f1b
permissions -rw-r--r--
Addition of cardinals and order types, various tidying
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
     1
		ZF: Zermelo-Fraenkel Set Theory
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
     2
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
     3
This directory contains the Standard ML sources of the Isabelle system for
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
     4
ZF Set Theory.  It is loaded upon FOL, not Pure Isabelle.  Important files
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
     5
include
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
     6
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
     7
ROOT.ML -- loads all source files.  Enter an ML image containing FOL and
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
     8
type: use "ROOT.ML";
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
     9
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
    10
Makefile -- compiles the files under Poly/ML or SML of New Jersey
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
    11
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
    12
ex -- subdirectory containing examples.  To execute them, enter an ML image
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
    13
containing ZF and type:    use "ex/ROOT.ML";
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
    14
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
    15
Useful references on ZF set theory:
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
    16
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
    17
	Paul R. Halmos, Naive Set Theory (Van Nostrand, 1960)
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
    18
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
    19
	Patrick Suppes, Axiomatic Set Theory (Dover, 1972)
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
    20
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
    21
	Keith J. Devlin,
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
    22
	Fundamentals of Contemporary Set Theory (Springer, 1979)