src/ZF/AC/Hartog.thy
author paulson
Fri, 20 Nov 1998 10:37:12 +0100
changeset 5941 1db9fad40a4f
parent 1478 2b8c2a7547ab
child 12776 249600a63ba9
permissions -rw-r--r--
better miniscoping rules: the premise C~={} is not good because Safe_tac eliminates such assumptions.

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