Documentation

Mathlib.Dynamics.FixedPoints.Defs

Fixed points of a self-map #

In this file we define the set Function.fixedPoints of fixed points of a function f : α → α. The related predicate IsFixedPt is defined in Mathlib.Logic.Function.Defs.

Tags #

fixed point

def Function.fixedPoints {α : Type u_1} (f : αα) :
Set α

The set of fixed points of a map f : α → α.

Equations
Instances For
    @[implicit_reducible]
    instance Function.fixedPoints.decidable {α : Type u_1} [DecidableEq α] (f : αα) (x : α) :
    Equations
    @[simp]
    theorem Function.mem_fixedPoints {α : Type u_1} {x : α} {f : αα} :
    theorem Function.mem_fixedPoints_iff {α : Type u_2} {f : αα} {x : α} :
    x fixedPoints f f x = x
    theorem Function.fixedPoints_subset_range {α : Type u_1} {f : αα} :