Suvarna Garge (Editor)

Knaster–Tarski 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 Knaster–Tarski theorem, named after Bronisław Knaster and Alfred Tarski, states the following:

Contents

Let L be a complete lattice and let f : L → L be an order-preserving function. Then the set of fixed points of f in L is also a complete lattice.

It was Tarski who stated the result in its most general form, and so the theorem is often known as Tarski's fixed point theorem. Some time earlier, Knaster and Tarski established the result for the special case where L is the lattice of subsets of a set, the power set lattice.

The theorem has important applications in formal semantics of programming languages and abstract interpretation.

A kind of converse of this theorem was proved by Anne C. Davis: If every order preserving function f : L → L on a lattice L has a fixed point, then L is a complete lattice.

Consequences: least and greatest fixed points

Since complete lattices cannot be empty (they must contain supremum of empty set), the theorem in particular guarantees the existence of at least one fixed point of f, and even the existence of a least (or greatest) fixed point. In many practical cases, this is the most important implication of the theorem.

The least fixpoint of f is the least element x such that f(x) = x, or, equivalently, such that f(x) ≤ x; the dual holds for the greatest fixpoint, the greatest element x such that f(x) = x.

If f(lim xn)=lim f(xn) for all ascending sequences xn, then the least fixpoint of f is lim fn(0) where 0 is the least element of L, thus giving a more "constructive" version of the theorem. (See: Kleene fixed-point theorem.) More generally, if f is monotonic, then the least fixpoint of f is the stationary limit of fα(0), taking α over the ordinals, where fα is defined by transfinite induction: fα+1 = f ( fα) and fγ for a limit ordinal γ is the least upper bound of the fβ for all β ordinals less than γ. The dual theorem holds for the greatest fixpoint.

For example, in theoretical computer science, least fixed points of monotone functions are used to define program semantics. Often a more specialized version of the theorem is used, where L is assumed to be the lattice of all subsets of a certain set ordered by subset inclusion. This reflects the fact that in many applications only such lattices are considered. One then usually is looking for the smallest set that has the property of being a fixed point of the function f. Abstract interpretation makes ample use of the Knaster–Tarski theorem and the formulas giving the least and greatest fixpoints.

Knaster–Tarski theorem can be used for a simple proof of Cantor–Bernstein–Schroeder theorem.

Weaker versions of the theorem

Weaker versions of the Knaster–Tarski theorem can be formulated for ordered sets, but involve more complicated assumptions. For example:

Let L be a partially ordered set with the smallest element (bottom) and let f : L → L be an order-preserving function. Further, suppose there exists u in L such that f(u) ≤ u and that any chain in the subset {x in L : x ≤ f(x), x ≤ u} has supremum. Then f admits the least fixed point.

This can be applied to obtain various theorems on invariant sets, e.g. the Ok's theorem:

For the monotone map F : P(X) → P(X) on the family of (closed) nonempty subsets of X the following are equivalent: (o) F admits A in P(X) s.t. A F ( A ) , (i) F admits invariant set A in P(X) i.e. A = F ( A ) , (ii) F admits maximal invariant set A, (iii) F admits the greatest invariant set A.

In particular, using the Knaster-Tarski principle one can develop the theory of global attractors for noncontractive discontinuous (multivalued) iterated function systems. For weakly contractive iterated function systems Kantorovitch fixpoint theorem suffices.

Other applications of fixed point principles for ordered sets come from the theory of differential, integral and operator equations.

Proof

Let's restate the theorem.

For a complete lattice L , and a monotone function f : L L on L, the set of all fixpoints of f is also a complete lattice P , , with:

  • P = { x L x f ( x ) } as the greatest fixpoint of f
  • P = { x L x f ( x ) } as the least fixpoint of f.
  • Proof. We begin by showing that P has least and greatest element. Let D = { x | xf(x) } and xD (we know that at least 0L belongs to D). Then because f is monotone we have f(x)f(f(x)), that is f(x)D.

    Now let u = D (u exists because DL). Then for all xD it is true that xu and f(x)f(u), so xf(x)f(u). Therefore, f(u) is an upper bound of D, but u is the least upper bound, so uf(u), i.e. uD. Then f(u)D (because f(u)f(f(u))) and so f(u)u from which follows f(u) = u. Because every fixpoint is in D we have that u is the greatest fixpoint of f.

    The function f is monotone on the dual (complete) lattice L o p , . As we have just proved, its greatest fixpoint there exists. It is the least one on L, so P has least and greatest elements, or more generally that every monotone function on a complete lattice has least and greatest fixpoints.

    If aL and bL, we'll write [a, b] for the closed interval with bounds a and b: { x ∈ L | a ≤ x ≤ b }. If ab, then [a, b] is a complete lattice.

    It remains to be proven that P is a complete lattice. Let 1 L = L , WP and w = W . We′ll show that f([w, 1L]) ⊆ [w, 1L]. Indeed, for every xW we have x = f(x)f(w). Since w is the least upper bound of W, wf(w). Then from y ∈ [w, 1L] follows that wf(w)f(y), giving f(y) ∈ [w, 1L] or simply f([w, 1L]) ⊆ [w, 1L]. This allows us to look at f as a function on the complete lattice [w, 1L]. Then it has a least fixpoint there, giving us the least upper bound of W. We′ve shown that an arbitrary subset of P has a supremum, which turns P into a complete lattice.

    References

    Knaster–Tarski theorem Wikipedia