src/HOL/Lfp.thy
author clasohm
Mon, 27 Nov 1995 13:37:13 +0100
changeset 1368 f00280dff0dc
parent 1264 3eb91524b938
child 1370 7361ac9b024d
permissions -rw-r--r--
renamed make_chart to finish_html

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