src/HOL/Lfp.thy
author paulson
Mon, 22 May 2000 12:29:02 +0200
changeset 8913 0bc13d5e60b8
parent 8882 9df44a4f1bf7
child 10212 33fe2d701ddd
permissions -rw-r--r--
psubsetI is a safe rule

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