src/HOL/Lfp.thy
author clasohm
Fri, 08 Sep 1995 13:23:04 +0200
changeset 1251 81fc4d8e3eda
parent 1114 c8dfb56a7e95
child 1264 3eb91524b938
permissions -rw-r--r--
added nested types on right hand side of datatype definitions

(*  Title: 	HOL/lfp.thy
    ID:         $Id$
    Author: 	Lawrence C Paulson, Cambridge University Computer Laboratory
    Copyright   1992  University of Cambridge

The Knaster-Tarski Theorem
*)

Lfp = mono + Prod +
consts lfp :: "['a set=>'a set] => 'a set"
defs
 (*least fixed point*)
 lfp_def "lfp(f) == Inter({u. f(u) <= u})"
end