Theorems · Theorem · combinatorics
List.Vector.toList_map
∀ {α : Type u_1} {n : ℕ} {β : Type u_6} (v : List.Vector α n) (f : α → β),
(List.Vector.map f v).toList = List.map f v.toList- Defined in
- Mathlib.Data.Vector.Basic
- Cited by
- 4 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.toListstatement and proof · cited by 79
- List.Vector.mapstatement and proof · cited by 25
Cited by4
Results whose statement or proof uses this declaration.
- List.Vector.mem_map_iffproof · cited by 1
- List.Vector.map_idproof · cited by 0
- List.Vector.pmap_mapproof · cited by 0
- List.Vector.getElem_mapproof · cited by 0