Fixed point (mathematics)

Source: Wikipedia, the free encyclopedia.
A function with three fixed points

In

transformation. Specifically, for functions
, a fixed point is an element that is mapped to itself by the function.

Fixed point of a function

Formally, c is a fixed point of a function f if c belongs to both the domain and the codomain of f, and f(c) = c.

For example, if f is defined on the real numbers by

then 2 is a fixed point of f, because f(2) = 2.

Not all functions have fixed points: for example, f(x) = x + 1, has no fixed points, since x is never equal to x + 1 for any real number. In graphical terms, a fixed-point x means the point (x, f(x)) is on the line y = x, or in other words the graph of f has a point in common with that line.

Fixed point iteration

In numerical analysis, fixed-point iteration is a method of computing fixed points of a function. Specifically, given a function with the same domain and codomain, a point in the domain of , the fixed-point iteration is

which gives rise to the sequence of iterated function applications which is hoped to converge to a point . If is continuous, then one can prove that the obtained is a fixed point of .

The notions of attracting fixed points, repelling fixed points, and periodic points are defined with respect to fixed-point iteration.

Fixed-point theorems

A fixed-point theorem is a result saying that at least one fixed point exists, under some general condition.[1]

For example, the Banach fixed-point theorem (1922) gives a general criterion guaranteeing that, if it is satisfied, fixed-point iteration will always converge to a fixed point.

The

unit ball in n-dimensional Euclidean space
to itself must have a fixed point, but it doesn't describe how to find the fixed point.

The Lefschetz fixed-point theorem (and the Nielsen fixed-point theorem) from algebraic topology give a way to count fixed points.

Fixed point of a group action

In algebra, for a group G acting on a set X with a group action , x in X is said to be a fixed point of g if .

The fixed-point subgroup of an automorphism f of a group G is the subgroup of G:

Similarly, the fixed-point subring of an automorphism f of a ring R is the subring of the fixed points of f, that is,

In

fixed field
of the set of automorphisms.

Topological fixed point property

A topological space is said to have the

fixed point property (FPP) if for any continuous function

there exists such that .

The FPP is a

topological invariant, i.e. is preserved by any homeomorphism. The FPP is also preserved by any retraction
.

According to the Brouwer fixed-point theorem, every compact and convex subset of a Euclidean space has the FPP. Compactness alone does not imply the FPP, and convexity is not even a topological property, so it makes sense to ask how to topologically characterize the FPP. In 1932 Borsuk asked whether compactness together with contractibility could be a necessary and sufficient condition for the FPP to hold. The problem was open for 20 years until the conjecture was disproved by Kinoshita who found an example of a compact contractible space without the FPP.[2]

Fixed points of partial orders

In

partial order. Let ≤ be a partial order over a set X and let f: XX be a function over X. Then a prefixed point (also spelled pre-fixed point, sometimes shortened to prefixpoint or pre-fixpoint)[citation needed] of f is any p such that f(p) ≤ p. Analogously, a postfixed point of f is any p such that pf(p).[3] The opposite usage occasionally appears.[4] Malkis justifies the definition presented here as follows: "since f is before the inequality sign in the term f(x) ≤ x, such x is called a prefix point."[5] A fixed point is a point that is both a prefixpoint and a postfixpoint. Prefixpoints and postfixpoints have applications in theoretical computer science.[6]

Least fixed point

In order theory, the least fixed point of a function from a partially ordered set (poset) to itself is the fixed point which is less than each other fixed point, according to the order of the poset. A function need not have a least fixed point, but if it does then the least fixed point is unique.

One way to express the

least fixpoint that coincides with its least prefixpoint (and similarly its greatest fixpoint coincides with its greatest postfixpoint).[7]

Fixed-point combinator

In combinatory logic for computer science, a fixed-point combinator is a higher-order function that returns a fixed point of its argument function, if one exists. Formally, if the function f has one or more fixed points, then

Fixed-point logics

In

database query languages, in particular to Datalog
.

Applications

In many fields, equilibria or stability are fundamental concepts that can be described in terms of fixed points. Some examples follow.

See also

Notes

External links