Theorems · Theorem · logic and foundations
Primrec.list_ofFn
∀ {α : Type u_1} {σ : Type u_3} [inst : Primcodable α] [inst_1 : Primcodable σ] {n : ℕ} {f : Fin n → α → σ},
(∀ (i : Fin n), Primrec (f i)) → Primrec fun a => List.ofFn fun i => f i a- Defined in
- Mathlib.Computability.Primrec.List
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 92 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.
Cites2
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Primcodablestatement and proof · cited by 325
- Primrecstatement and proof · cited by 141
Cited by1
Results whose statement or proof uses this declaration.
- Primrec.vector_ofFnproof · cited by 6