fixpoints
A fixed point of a function f from a set X to itself is an element x in X such that f(x) = x. Fixed points arise in mathematics, computer science, and related fields as representations of steady states, invariants, or the outcome of recursive processes.
Examples include the real-number equation x = cos x, which has a solution approximately 0.739085...; in general,
Existence and construction: Not every function has a fixed point. In metric spaces, a contraction mapping guarantees
In order theory and computer science, fixed points underpin the semantics of recursion. If f is a
Applications: fixed points describe equilibria in dynamical systems and economic models, and they support recursive definitions