src/ZF/AC/Hartog.thy
author wenzelm
Sun, 29 Aug 1999 17:52:44 +0200
changeset 7383 9c4ef0d3f36c
parent 1478 2b8c2a7547ab
child 12776 249600a63ba9
permissions -rw-r--r--
added Isar_examples/MutilatedCheckerboard.thy;

(*  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