Theorems · Theorem · logic and foundations
Nat.Primrec.prec1
∀ {f : ℕ → ℕ} (m : ℕ), Nat.Primrec f → Nat.Primrec fun n => Nat.rec m (fun y IH => f (Nat.pair y IH)) n- Defined in
- Mathlib.Computability.Primrec.Basic
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 68 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites7
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Nat.unpairproof · cited by 67
- Nat.pairstatement and proof · cited by 62
- Nat.unpair_pairproof · cited by 30
- Nat.Primrecstatement and proof · cited by 25
- Nat.Primrec.of_eqproof · cited by 25
- Nat.Primrec.idproof · cited by 6
- Nat.Primrec.constproof · cited by 5
Cited by1
Results whose statement or proof uses this declaration.
- Nat.Primrec.casesOn1proof · cited by 5