Mathlib Map

Theorems · Definition · order theory

OrderHom.prevFixed

{α : Type u} → [inst : CompleteLattice α] → (f : α →o α) → (x : α) → f x ≤ x → ↑(Function.fixedPoints ⇑f)

Previous fixed point of a monotone map. If f is a monotone self-map of a complete lattice and x is a point such that f x ≤ x, then f.prevFixed x hx is the greatest fixed point of f that is less than or equal to x.

Defined in
Mathlib.Order.FixedPoints
Cited by
4 results in Mathlib
Foundations
Depth 21 from the axioms · uses propext, Quot.sound
Assumes
CompleteLattice

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites7

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by5

Results whose statement or proof uses this declaration.