src/HOL/Lfp.thy
author wenzelm
Sat, 01 Jul 2000 19:55:22 +0200
changeset 9230 17ae63f82ad8
parent 8882 9df44a4f1bf7
child 10212 33fe2d701ddd
permissions -rw-r--r--
GPLed;

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

constdefs
  lfp :: ['a set=>'a set] => 'a set
  "lfp(f) == Inter({u. f(u) <= u})"    (*least fixed point*)

end