src/ZF/AC/Hartog.thy
author paulson
Fri, 04 Apr 1997 11:27:02 +0200
changeset 2893 2ee005e46d6d
parent 1478 2b8c2a7547ab
child 12776 249600a63ba9
permissions -rw-r--r--
Calls Blast_tac. Tidied some proofs

(*  Title:      ZF/AC/Hartog.thy
    ID:         $Id$
    Author:     Krzysztof Grabczewski

Hartog's function.
*)

Hartog = Cardinal +

consts

  Hartog :: i => i

defs

  Hartog_def "Hartog(X) == LEAST i. ~i lepoll X"

end