Least fixed point

In order theory, a branch of mathematics, the least fixed point (lfp or LFP, sometimes also smallest fixed point) of a function from a partially ordered set ("poset" for short) to itself is the fixed point which is less than each other fixed point, according to the order of the poset.

With the usual order on the real numbers, the least fixed point of the real function f(x) = x2 is x = 0 (since the only other fixed point is 1 and 0 < 1).

The set of vertices accessible from

of symbols which produces the empty string

can be obtained as the least fixed-point of the function

Many fixed-point theorems yield algorithms for locating the least fixed point.

Least fixed points often have desirable properties that arbitrary fixed points do not.

In computer science, the denotational semantics approach uses least fixed points to obtain from a given program text a corresponding mathematical function, called its semantics.

To this end, an artificial mathematical object,

, is introduced, denoting the exceptional value "undefined".

Given e.g. the program datatype int, its mathematical counterpart is defined as

it is made a partially ordered set by defining

If the program definition f does not terminate for some input n, this can be expressed mathematically as

The set of all mathematical functions is made partially ordered by defining

For example, the semantics of the expression x+x/x is less defined than that of x+1, since the former, but not the latter, maps

Given some program text f, its mathematical counterpart is obtained as least fixed point of some mapping from functions to functions that can be obtained by "translating" f. For example, the C definition is translated to a mapping The mapping

Under certain restrictions (see Kleene fixed-point theorem), which are met in the example,

necessarily has a least fixed point,

[1] It is possible to show that A larger fixed point of

defined by however, this function does not correctly reflect the behavior of the above program text for negative

e.g. the call fact(-1) will not terminate at all, let alone return 0.

Immerman[2][3] and Vardi[4] independently showed the descriptive complexity result that the polynomial-time computable properties of linearly ordered structures are definable in FO(LFP), i.e. in first-order logic with a least fixed point operator.

However, FO(LFP) is too weak to express all polynomial-time properties of unordered structures (for instance that a structure has even size).

The greatest fixed point of a function can be defined analogously to the least fixed point, as the fixed point which is greater than any other fixed point, according to the order of the poset.

In computer science, greatest fixed points are much less commonly used than least fixed points.

Specifically, the posets found in domain theory usually do not have a greatest element, hence for a given function, there may be multiple, mutually incomparable maximal fixed points, and the greatest fixed point of that function may not exist.

To address this issue, the optimal fixed point has been defined as the most-defined fixed point compatible with all other fixed points.

The optimal fixed point always exists, and is the greatest fixed point if the greatest fixed point exists.

The optimal fixed point allows formal study of recursive and corecursive functions that do not converge with the least fixed point.

[5] Unfortunately, whereas Kleene's recursion theorem shows that the least fixed point is effectively computable, the optimal fixed point of a computable function may be a non-computable function.

The function f ( x ) = x 2 − 4 has two fixed points, shown as the intersection with the blue line; its least one is at 1/2 − 17 /2.
Partial order on