Theorems · Theorem · logic and foundations
Computable.vector_ofFn
∀ {α : Type u_1} {σ : Type u_4} [inst : Primcodable α] [inst_1 : Primcodable σ] {n : ℕ} {f : Fin n → α → σ},
(∀ (i : Fin n), Computable (f i)) → Computable fun a => List.Vector.ofFn fun i => f i a- Defined in
- Mathlib.Computability.Partrec
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 99 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.
Cites8
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
- Part.someproof · cited by 111
- Computablestatement and proof · cited by 80
- Partrec.of_eqproof · cited by 19
- List.Vector.ofFnstatement and proof · cited by 16
- Vector.mOfFn_part_someproof · cited by 5
- Partrec.vector_mOfFnproof · cited by 2
Cited by1
Results whose statement or proof uses this declaration.
- Nat.Partrec'.vec_iffproof · cited by 0