Mathlib Map

Theorems · Definition · order theory

OrderHom.nextFixed

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

Next fixed point of a monotone map. If f is a monotone self-map of a complete lattice and x is a point such that x ≤ f x, then f.nextFixed x hx is the least fixed point of f that is greater than or equal to x.

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

Around this declaration

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

Cites9

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

Cited by4

Results whose statement or proof uses this declaration.