Theorems · Theorem · combinatorics
List.Vector.map_cons
∀ {α : Type u_1} {β : Type u_2} {n : ℕ} (f : α → β) (a : α) (v : List.Vector α n),
List.Vector.map f (a ::ᵥ v) = f a ::ᵥ List.Vector.map f vmap is natural with respect to cons.
- Defined in
- Mathlib.Data.Vector.Defs
- Cited by
- 6 results in Mathlib
- Foundations
- Depth 13 from the axioms · uses propext
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites3
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- List.Vectorstatement and proof · cited by 270
- List.Vector.consstatement and proof · cited by 90
- List.Vector.mapstatement and proof · cited by 25
Cited by6
Results whose statement or proof uses this declaration.
- List.Vector.map_snocproof · cited by 7
- List.Vector.tail_mapproof · cited by 1
- List.Vector.head_mapproof · cited by 1
- List.Vector.map_pmapproof · cited by 0
- List.Vector.pmap_mapproof · cited by 0
- List.Vector.map_mapproof · cited by 0