author | huffman |
Thu, 22 Sep 2005 18:59:41 +0200 | |
changeset 17584 | 6eab0f1cb0fe |
parent 16483 | ace3c2b95353 |
child 17935 | c6f1442ce949 |
permissions | -rw-r--r-- |
12175 | 1 |
(* Title: ZF/ROOT.ML |
6
8ce8c4d13d4d
Installation of new simplifier for ZF. Deleted all congruence rules not
lcp
parents:
5
diff
changeset
|
2 |
ID: $Id$ |
1461 | 3 |
Author: Lawrence C Paulson, Cambridge University Computer Laboratory |
0 | 4 |
Copyright 1993 University of Cambridge |
5 |
||
12175 | 6 |
Zermelo-Fraenkel Set Theory on top of classical First-Order Logic. |
7 |
This theory is the work of Martin Coen, Philippe Noel and Lawrence |
|
8 |
Paulson. |
|
0 | 9 |
*) |
10 |
||
11 |
val banner = "ZF Set Theory (in FOL)"; |
|
12 |
writeln banner; |
|
13 |
||
12175 | 14 |
reset eta_contract; |
2469 | 15 |
|
12175 | 16 |
(*syntax for old-style theory sections*) |
17 |
use "thy_syntax"; |
|
516 | 18 |
|
12552
d2d2ab3f1f37
separation of the AC part of Main into Main_ZFC, plus a few new lemmas
paulson
parents:
12183
diff
changeset
|
19 |
with_path "Integ" use_thy "Main_ZFC"; |
8127
68c6159440f1
new lemmas for Ntree recursor example; more simprules; more lemmas borrowed
paulson
parents:
6349
diff
changeset
|
20 |
|
5511 | 21 |
Goal "True"; (*leave subgoal package empty*) |