Theorems · Theorem · logic and foundations
Partrec.fix_aux
∀ {α : Type u_5} {σ : Type u_6} (f : α →. σ ⊕ α) (a : α) (b : σ),
have F := fun a n =>
Nat.rec (Part.some (Sum.inr a)) (fun x IH => IH.bind fun s => Sum.casesOn s (fun x => Part.some s) f) n;
(∃ n, ((∃ b', Sum.inl b' ∈ F a n) ∧ ∀ {m : ℕ}, m < n → ∃ b, Sum.inr b ∈ F a m) ∧ Sum.inl b ∈ F a n) ↔ b ∈ f.fix a- Defined in
- Mathlib.Computability.Partrec
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 66 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites8
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- le_antisymmproof · cited by 2,068
- Partstatement and proof · cited by 325
- PFunstatement and proof · cited by 207
- Part.somestatement and proof · cited by 111
- Part.bindstatement and proof · cited by 70
- PFun.fixstatement and proof · cited by 16
- PFun.fixInductionproof · cited by 6
- PFun.mem_fix_iffproof · cited by 6
Cited by1
Results whose statement or proof uses this declaration.
- Partrec.fixproof · cited by 0