Mathlib Map

Theorems · Theorem · logic and foundations

OrdinalApprox.nextFixed_eq_iSup_lfpApprox

∀ {α : Type u} [inst : CompleteLattice α] (f : α →o α) {x : α} (hx : x ≤ f x),
  ↑(f.nextFixed x hx) = ⨆ a, OrdinalApprox.lfpApprox f x a

The ordinal-indexed supremum of lfpApprox equals nextFixed: the least fixed point greater than or equal to x.

Defined in
Mathlib.SetTheory.Ordinal.FixedPointApproximants
Cited by
1 results in Mathlib
Foundations
Depth 82 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CompleteLattice

Around this declaration

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

Cites19

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

Cited by1

Results whose statement or proof uses this declaration.