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.
- Partstatement and proof · cited by 325
- Part.assertproof · cited by 10
- Nat.Uptostatement and proof · cited by 2
- Nat.Upto.succproof · cited by 1
Cited by2
Results whose statement or proof uses this declaration.
- Part.fixproof · cited by 9
- Part.fix_defproof · cited by 1