| author | wenzelm | 
| Sat, 23 Apr 2005 19:49:08 +0200 | |
| changeset 15821 | ac7ea72c463b | 
| parent 15481 | fc075ae929e4 | 
| child 16483 | ace3c2b95353 | 
| 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: 
5diff
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 | |
| 0 | 16 | print_depth 1; | 
| 17 | ||
| 12175 | 18 | (*syntax for old-style theory sections*) | 
| 19 | use "thy_syntax"; | |
| 516 | 20 | |
| 12552 
d2d2ab3f1f37
separation of the AC part of Main into Main_ZFC, plus a few new lemmas
 paulson parents: 
12183diff
changeset | 21 | with_path "Integ" use_thy "Main_ZFC"; | 
| 8127 
68c6159440f1
new lemmas for Ntree recursor example;  more simprules;  more lemmas borrowed
 paulson parents: 
6349diff
changeset | 22 | |
| 0 | 23 | print_depth 8; | 
| 24 | ||
| 5511 | 25 | Goal "True"; (*leave subgoal package empty*) |