Mathlib Map

Theorems · Definition · logic and foundations

Part.fix

{α : Type u_1} → {β : α → Type u_2} → (((a : α) → Part (β a)) → (a : α) → Part (β a)) → (x : α) → Part (β x)

The least fixed point of f. If f is a continuous function (according to complete partial orders), it satisfies the equations: 1. fix f = f (fix f) (is a fixed point) 2. ∀ X, f X ≤ X → fix f ≤ X (least fixed point)

Defined in
Mathlib.Control.Fix
Cited by
9 results in Mathlib
Foundations
Depth 24 from the axioms · uses propext, Classical.choice, Quot.sound

Around this declaration

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

Cites6

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

Cited by9

Results whose statement or proof uses this declaration.