src/ZF/ROOT.ML
author huffman
Sat, 16 Sep 2006 19:14:37 +0200
changeset 20556 2e8227b81bf1
parent 17935 c6f1442ce949
child 23146 0bc590051d95
permissions -rw-r--r--
add instance for real_algebra_1 and real_normed_div_algebra

(*  Title:      ZF/ROOT.ML
    ID:         $Id$
    Author:     Lawrence C Paulson, Cambridge University Computer Laboratory
    Copyright   1993  University of Cambridge

Zermelo-Fraenkel Set Theory on top of classical First-Order Logic.
This theory is the work of Martin Coen, Philippe Noel and Lawrence
Paulson.
*)

val banner = "ZF Set Theory (in FOL)";
writeln banner;

reset eta_contract;

with_path "Integ" use_thy "Main_ZFC";

Goal "True";  (*leave subgoal package empty*)