ex/Finite.thy
author nipkow
Wed, 31 Aug 1994 16:25:19 +0200
changeset 132 47be9d22a0d6
parent 0 7949f97df77a
permissions -rw-r--r--
Renamed a few types and vars

Finite = Lfp +
consts Fin :: "'a set => 'a set set"
rules
 Fin_def "Fin(A) == lfp(%F. insert({}, UN x:A. insert(x)``F))"
end