Girish Mahajan (Editor)

Kleene fixed point theorem

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit

In the mathematical areas of order and lattice theory, the Kleene fixed-point theorem, named after American mathematician Stephen Cole Kleene, states the following:

Kleene Fixed-Point Theorem. Suppose ( L , ) is a complete partial order, or CPO for short, and let f : L L be a Scott-continuous (and therefore monotone) function. Then f has a least fixed point, which is the supremum of the ascending Kleene chain of f .

The ascending Kleene chain of f is the chain

f ( ) f ( f ( ) ) f n ( )

obtained by iterating f on the least element ⊥ of L. Expressed in a formula, the theorem states that

lfp ( f ) = sup ( { f n ( ) n N } )

where lfp denotes the least fixed point.

This result is often attributed to Alfred Tarski, but Tarski's fixed point theorem does not consider how fixed points can be computed by iterating f from some seed (also, it pertains to monotone functions on complete lattices).

Proof

We first have to show that the ascending Kleene chain of f exists in L . To show that, we prove the following:

Lemma. If L is a CPO and f : L L is Scott-continuous, then f n ( ) f n + 1 ( ) , n N 0 Proof. We use induction:
  • Assume n = 0. Then f 0 ( ) = f 1 ( ) , since is the least element.
  • Assume n > 0. Then we have to show that f n ( ) f n + 1 ( ) . By rearranging we get f ( f n 1 ( ) ) f ( f n ( ) ) . By inductive assumption, we know that f n 1 ( ) f n ( ) holds, and because f is monotone (property of Scott-continuous functions), the result holds as well.
  • As a corollary of the Lemma we have the following directed ω-chain:

    M = { , f ( ) , f ( f ( ) ) , } .

    From the definition of CPO it follows that M has a supremum, call it m . What remains now is to show that m is the least fixed-point.

    First, we show that m is a fixed point, i.e. that f ( m ) = m . Because f is Scott-continuous, f ( sup ( M ) ) = sup ( f ( M ) ) , that is f ( m ) = sup ( f ( M ) ) . Also, since f ( M ) = M { } and because has no influence in determining the supremum we have: sup ( f ( M ) ) = sup ( M ) . It follows that f ( m ) = m , making m a fixed-point of f .

    The proof that m is in fact the least fixed point can be done by showing that any element in M is smaller than any fixed-point of f (because by property of supremum, if all elements of a set D L are smaller than an element of L then also sup ( D ) is smaller than that same element of L ). This is done by induction: Assume k is some fixed-point of f . We now prove by induction over i that i N : f i ( ) k . The base of the induction ( i = 0 ) obviously holds: f 0 ( ) = k , since is the least element of L . As the induction hypothesis, we may assume that f i ( ) k . We now do the induction step: From the induction hypothesis and the monotonicity of f (again, implied by the Scott-continuity of f ), we may conclude the following: f i ( ) k     f i + 1 ( ) f ( k ) . Now, by the assumption that k is a fixed-point of f , we know that f ( k ) = k , and from that we get f i + 1 ( ) k .

    References

    Kleene fixed-point theorem Wikipedia