-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathREADME
57 lines (35 loc) · 1.57 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
Contribution Rocq/ZF
====================
This directory contains:
- An encoding of Zermelo-Fraenkel Set Theory in Coq
Author & Date: Benjamin WERNER
INRIA-Rocquencourt
October 1996
Installation procedure:
-----------------------
To get this contribution compiled, type
make
or
make opt
Which will compile the proof file.
Description:
------------
The encoding of Zermelo-Fraenkel Set Theory is largely inspired by
Peter Aczel's work dating back to the eighties. A type Ens is defined,
which represents sets. Two predicates IN and EQ stand for membership
and extensional equality between sets. The axioms of ZFC are then
proved and thus appear as theorems in the development.
A main motivation for this work is the comparison of the respective
expressive power of Coq and ZFC.
A non-computational type-theoretical axiom of choice is necessary to
prove the replacement schemata and the set-theoretical AC.
The main difference between this work and Peter Aczel's, is that
propositions are defined on the impredicative level Prop. Since the
definition of Ens is, however, still unchanged, I also added most of
Peter Aczel's definition. The main advantage of Aczel's approach, is a
more constructive vision of the existential quantifier (which gives
the set-theoretical axiom of choice for free).
Further information on this contribution:
-----------------------------------------
See "The encoding of Zermelo-Fraenkel Set Theory in Coq", in the Proceedings
of TACS'97.