Mathlib Map

Theorems · Definition · logic and foundations

OrdinalApprox.lfpApprox

{α : Type u} → [inst : CompleteLattice α] → (α →o α) → α → Ordinal.{u} → α

The ordinal-indexed sequence approximating the least fixed point greater than an initial value x. It is defined in such a way that we have lfpApprox 0 x = x and lfpApprox a x = ⨆ b < a, f (lfpApprox b x).

Defined in
Mathlib.SetTheory.Ordinal.FixedPointApproximants
Cited by
21 results in Mathlib
Foundations
Depth 40 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.

Cites5

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

Cited by21

Results whose statement or proof uses this declaration.