src/ZF/AC/Hartog.thy
author nipkow
Mon, 27 Apr 1998 16:45:11 +0200
changeset 4830 bd73675adbed
parent 1478 2b8c2a7547ab
child 12776 249600a63ba9
permissions -rw-r--r--
Added a few lemmas. Renamed expand_const -> split_const.

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