Movatterモバイル変換


[0]ホーム

URL:


Jump to content
WikipediaThe Free Encyclopedia
Search

Fixed point (mathematics)

From Wikipedia, the free encyclopedia
Element mapped to itself by a mathematical function
Fixed points in mathematics are not to be confused withother uses of "fixed point", orstationary points wheref(x)=0{\displaystyle f'(x)=0}.
The functionf(x)=x33x2+3x{\displaystyle f(x)=x^{3}-3x^{2}+3x} (shown in red) has the fixed points 0, 1, and 2.

Inmathematics, afixed point (sometimes shortened tofixpoint), also known as aninvariant point, is a value that does not change under a giventransformation. Specifically, forfunctions, a fixed point is an element that is mapped to itself by the function. Any set of fixed points of a transformation is also aninvariant set.

Fixed point of a function

[edit]

Formally,c is a fixed point of a functionf ifc belongs to both thedomain and thecodomain off, andf(c) =c.In particular,f cannot have any fixed point if its domain is disjoint from its codomain.Iff is defined on thereal numbers, it corresponds, in graphical terms, to acurve in theEuclidean plane, and each fixed-pointc corresponds to an intersection of the curve with the liney = x, cf. picture.

For example, iff is defined on thereal numbers byf(x)=x23x+4,{\displaystyle f(x)=x^{2}-3x+4,}then 2 is a fixed point off, becausef(2) = 2.

Not all functions have fixed points: for example,f(x) =x + 1 has no fixed points becausex + 1 is never equal tox for any real number.

Fixed point iteration

[edit]
Main article:Fixed-point iteration

Innumerical analysis,fixed-point iteration is a method of computing fixed points of a function. Specifically, given a functionf{\displaystyle f} with the same domain and codomain, a pointx0{\displaystyle x_{0}} in the domain off{\displaystyle f}, the fixed-point iteration is

xn+1=f(xn),n=0,1,2,{\displaystyle x_{n+1}=f(x_{n}),\,n=0,1,2,\dots }

which gives rise to thesequencex0,x1,x2,{\displaystyle x_{0},x_{1},x_{2},\dots } ofiterated function applicationsx0,f(x0),f(f(x0)),{\displaystyle x_{0},f(x_{0}),f(f(x_{0})),\dots } which is hoped toconverge to a pointx{\displaystyle x}. Iff{\displaystyle f} is continuous, then one can prove that the obtainedx{\displaystyle x} is a fixed point off{\displaystyle f}.

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

Fixed-point theorems

[edit]
Main article: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, theBanach fixed-point theorem (1922) gives a general criterion guaranteeing that, if it is satisfied,fixed-point iteration will always converge to a fixed point.

TheBrouwer fixed-point theorem (1911) says that anycontinuous function from the closedunit ball inn-dimensionalEuclidean space to itself must have a fixed point, but it doesn't describe how to find the fixed point.

TheLefschetz fixed-point theorem (and theNielsen fixed-point theorem) fromalgebraic topology give a way to count fixed points.

Fixed point of a group action

[edit]

Inalgebra, for a groupG acting on a setX with agroup action{\displaystyle \cdot },x inX is said to be a fixed point ofg ifgx=x{\displaystyle g\cdot x=x}.

Thefixed-point subgroupGf{\displaystyle G^{f}} of anautomorphismf of agroupG is thesubgroup ofG:Gf={gGf(g)=g}.{\displaystyle G^{f}=\{g\in G\mid f(g)=g\}.}

Similarly, thefixed-point subringRf{\displaystyle R^{f}} of anautomorphismf of aringR is thesubring of the fixed points off, that is,Rf={rRf(r)=r}.{\displaystyle R^{f}=\{r\in R\mid f(r)=r\}.}

InGalois theory, the set of the fixed points of a set offield automorphisms is afield called thefixed field of the set of automorphisms.

Topological fixed point property

[edit]
Main article:Fixed-point property

Atopological spaceX{\displaystyle X} is said to have thefixed point property (FPP) if for anycontinuous function

f:XX{\displaystyle f\colon X\to X}

there existsxX{\displaystyle x\in X} such thatf(x)=x{\displaystyle f(x)=x}.

The FPP is atopological invariant, i.e., it is preserved by anyhomeomorphism. The FPP is also preserved by anyretraction.

According to theBrouwer fixed-point theorem, everycompact andconvexsubset of aEuclidean 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 1932Borsuk asked whether compactness together withcontractibility 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

[edit]

Indomain theory, the notion and terminology of fixed points is generalized to apartial order. Let ≤ be a partial order over a setX and letf:XX be a function overX. Then aprefixed point (also spelledpre-fixed point, sometimes shortened toprefixpoint orpre-fixpoint)[citation needed] off is anyp such thatf(p) ≤p. Analogously, apostfixed point off is anyp such thatpf(p).[3] The opposite usage occasionally appears.[4] Malkis justifies the definition presented here as follows: "sincef isbefore the inequality sign in the termf(x) ≤x, suchx is called aprefix point."[5] A fixed point is a point that is both a prefixpoint and a postfixpoint. Prefixpoints and postfixpoints have applications intheoretical computer science.[6]

Least fixed point

[edit]
Main article:Least fixed point

Inorder theory, theleast fixed point of afunction from apartially 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 theKnaster–Tarski theorem is to say that amonotone function on acomplete lattice has aleast fixed point that coincides with its least prefixpoint (and similarly its greatest fixed point coincides with its greatest postfixpoint).[7]

Fixed-point combinator

[edit]
Main article:Fixed point combinator

Incombinatory logic forcomputer science, a fixed-point combinator is ahigher-order functionfix{\displaystyle {\mathsf {fix}}} that returns a fixed point of its argument function, if one exists. Formally, if the functionf has one or more fixed points, then

fixf=f(fixf).{\displaystyle \operatorname {\mathsf {fix}} f=f(\operatorname {\mathsf {fix}} f).}

Fixed-point logics

[edit]
Main article:Fixed-point logic

Inmathematical logic, fixed-point logics are extensions of classical predicate logic that have been introduced to express recursion. Their development has been motivated bydescriptive complexity theory and their relationship todatabase query languages, in particular toDatalog.

Applications

[edit]
icon
This sectionneeds additional citations forverification. Please helpimprove this article byadding citations to reliable sources in this section. Unsourced material may be challenged and removed.(July 2018) (Learn how and when to remove this message)

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

See also

[edit]

Notes

[edit]
  1. ^Brown, R. F., ed. (1988).Fixed Point Theory and Its Applications. American Mathematical Society.ISBN 0-8218-5080-6.
  2. ^Kinoshita, Shin'ichi (1953)."On Some Contractible Continua without Fixed Point Property".Fund. Math.40 (1):96–98.doi:10.4064/fm-40-1-96-98.ISSN 0016-2736.
  3. ^Smyth, Michael B.; Plotkin, Gordon D. (1982)."The Category-Theoretic Solution of Recursive Domain Equations"(PDF).Proceedings, 18th IEEE Symposium on Foundations of Computer Science. SIAM Journal of Computing (volume 11). pp. 761–783.doi:10.1137/0211062.
  4. ^Patrick Cousot; Radhia Cousot (1979)."Constructive Versions of Tarski's Fixed Point Theorems"(PDF).Pacific Journal of Mathematics.82 (1):43–57.doi:10.2140/pjm.1979.82.43.
  5. ^Malkis, Alexander (2015)."Multithreaded-Cartesian Abstract Interpretation of Multithreaded Recursive Programs Is Polynomial"(PDF).Reachability Problems. Lecture Notes in Computer Science. Vol. 9328. pp. 114–127.doi:10.1007/978-3-319-24537-9_11.ISBN 978-3-319-24536-2.S2CID 17640585. Archived fromthe original(PDF) on 2022-08-10.
  6. ^Yde Venema (2008)Lectures on the Modal μ-calculusArchived March 21, 2012, at theWayback Machine
  7. ^Yde Venema (2008)Lectures on the Modal μ-calculusArchived March 21, 2012, at theWayback Machine
  8. ^Coxeter, H. S. M. (1942).Non-Euclidean Geometry.University of Toronto Press. p. 36.
  9. ^G. B. Halsted (1906)Synthetic Projective Geometry, page 27
  10. ^Wilson, Kenneth G. (1971)."Renormalization Group and Critical Phenomena. I. Renormalization Group and the Kadanoff Scaling Picture".Physical Review B.4 (9):3174–3183.Bibcode:1971PhRvB...4.3174W.doi:10.1103/PhysRevB.4.3174.
  11. ^Wilson, Kenneth G. (1971)."Renormalization Group and Critical Phenomena. II. Phase-Space Cell Analysis of Critical Behavior".Physical Review B.4 (9):3184–3205.Bibcode:1971PhRvB...4.3184W.doi:10.1103/PhysRevB.4.3184.
  12. ^"P. Cousot & R. Cousot, Abstract interpretation: A unified lattice model for static analysis of programs by construction or approximation of fixpoints".

External links

[edit]
Retrieved from "https://en.wikipedia.org/w/index.php?title=Fixed_point_(mathematics)&oldid=1293049220"
Category:
Hidden categories:

[8]ページ先頭

©2009-2025 Movatter.jp