ex/Finite.thy
author nipkow
Tue, 04 Jan 1994 18:33:20 +0100
changeset 28 3e32fa0e779a
parent 0 7949f97df77a
permissions -rw-r--r--
shortened use_thy section taking advantage of dependencies

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