src/HOL/Lfp.thy
author paulson
Thu, 18 Jan 1996 10:38:29 +0100
changeset 1444 23ceb1dc9755
parent 1370 7361ac9b024d
child 1475 7f5a4cd08209
permissions -rw-r--r--
trivial updates

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