Gfp.thy
author wenzelm
Mon, 04 Oct 1993 15:43:54 +0100
changeset 4 d199410f1db1
parent 0 7949f97df77a
child 116 ab4328bbff70
permissions -rw-r--r--
HOL/hol.thy renamed mk_alt_ast_tr' to alt_ast_tr'; added alternative quantifier THE; replaced Ast by Syntax; HOL/set.thy replaced HOL.mk_alt_ast_tr' by HOL.alt_ast_tr';

(*  Title: 	HOL/gfp.thy
    ID:         $Id$
    Author: 	Lawrence C Paulson, Cambridge University Computer Laboratory
    Copyright   1992  University of Cambridge

Greatest fixed points
*)

Gfp = Lfp +
consts gfp :: "['a set=>'a set] => 'a set"
rules
 (*greatest fixed point*)
 gfp_def "gfp(f) == Union({u. u <= f(u)})"
end