Lfp.thy
author nipkow
Fri, 03 Feb 1995 16:21:45 +0100
changeset 209 cc7ad90039b9
parent 178 12dd5d2e266b
permissions -rw-r--r--
Add dependence on ex/String.thy/ML

(*  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 + 
consts lfp :: "['a set=>'a set] => 'a set"
defs
 (*least fixed point*)
 lfp_def "lfp(f) == Inter({u. f(u) <= u})"
end