| author | berghofe |
| Tue, 07 Aug 2001 19:26:42 +0200 | |
| changeset 11470 | d3a3be6660f9 |
| parent 10835 | f4745d77e620 |
| child 12036 | 49f6c49454c2 |
| permissions | -rw-r--r-- |
(* Title: HOLCF/ex/Fix2.thy ID: $Id$ Author: Franz Regensburger Copyright 1995 Technische Universitaet Muenchen Show that fix is the unique least fixed-point operator. From axioms gix1_def,gix2_def it follows that fix = gix *) Fix2 = Fix + consts gix :: "('a->'a)->'a" rules gix1_def "F$(gix$F) = gix$F" gix2_def "F$y=y ==> gix$F << y" end