ex/Finite.thy
author lcp
Thu, 06 Apr 1995 11:47:00 +0200
changeset 245 63e249badea6
parent 0 7949f97df77a
permissions -rw-r--r--
Simplified some proofs and made them work for new hyp_subst_tac.

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