Theorems · Theorem · logic and foundations
Primrec.vector_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.Vector.ofFn fun i => f i a- Defined in
- Mathlib.Computability.Primrec.List
- Cited by
- 6 results in Mathlib
- Foundations
- Depth 96 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.
Cites7
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Primcodablestatement and proof · cited by 325
- List.Vectorstatement · cited by 270
- Primrecstatement and proof · cited by 141
- List.Vector.ofFnstatement · cited by 16
- Primrec.vector_toList_iffproof · cited by 3
- List.Vector.toList_ofFnproof · cited by 2
- Primrec.list_ofFnproof · cited by 1
Cited by6
Results whose statement or proof uses this declaration.
- Nat.Primrec'.to_primproof · cited by 3
- Nat.Primrec'.prim_iff₁proof · cited by 1
- Primrec.fin_curry₁proof · cited by 0
- Nat.Primrec'.vec_iffproof · cited by 0
- Primrec.fin_curryproof · cited by 0
- Nat.Partrec'.part_iff₁proof · cited by 0