Theorems · Theorem · logic and foundations
Computable.nat_rec
∀ {α : Type u_1} {σ : Type u_4} [inst : Primcodable α] [inst_1 : Primcodable σ] {f : α → ℕ} {g : α → σ}
{h : α → ℕ × σ → σ},
Computable f → Computable g → Computable₂ h → Computable fun a => Nat.rec (g a) (fun y IH => h a (y, IH)) (f a)- Defined in
- Mathlib.Computability.Partrec
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 78 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- PrimcodablePrimcodable
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites10
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Primcodablestatement and proof · cited by 325
- Partproof · cited by 325
- Part.someproof · cited by 111
- Computablestatement and proof · cited by 80
- Part.bindproof · cited by 70
- Part.bind_someproof · cited by 49
- Computable₂statement and proof · cited by 32
- Partrec.of_eqproof · cited by 19
- Computable₂.partrec₂proof · cited by 3
- Partrec.nat_recproof · cited by 3
Cited by2
Results whose statement or proof uses this declaration.
- Computable.nat_casesOnproof · cited by 3
- Computable.nat_strong_recproof · cited by 1