Mathlib Map

Theorems · Definition · logic and foundations

Part.fixAux

{α : Type u_1} →
  {β : α → Type u_2} →
    (((a : α) → Part (β a)) → (a : α) → Part (β a)) →
      {p : ℕ → Prop} → (i : Nat.Upto p) → ((j : Nat.Upto p) → i < j → (a : α) → Part (β a)) → (a : α) → Part (β a)

loop body for finding the fixed point of f

Defined in
Mathlib.Control.Fix
Cited by
1 results in Mathlib
Foundations
Depth 19 from the axioms · uses no axioms

Around this declaration

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

Cites4

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

Cited by2

Results whose statement or proof uses this declaration.