src/ZF/AC.thy
author paulson
Tue, 22 Sep 1998 15:24:39 +0200
changeset 5533 bce36a019b03
parent 2469 b50b8c0eec01
child 6053 8a1059aa01f0
permissions -rw-r--r--
re-organized for the new directory Integ

(*  Title:      ZF/AC.thy
    ID:         $Id$
    Author:     Lawrence C Paulson, Cambridge University Computer Laboratory
    Copyright   1994  University of Cambridge

The Axiom of Choice

This definition comes from Halmos (1960), page 59.
*)

AC = func +
rules
  AC    "[| a: A;  !!x. x:A ==> (EX y. y:B(x)) |] ==> EX z. z : Pi(A,B)"
end