src/ZF/AC/Hartog.thy
author clasohm
Tue, 24 Oct 1995 13:53:09 +0100
changeset 1291 e173be970d27
parent 1203 a39bec971684
child 1401 0c439768f45c
permissions -rw-r--r--
added generation of HTML files to thy_read.ML; removed old HTML package

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