Theorems · Theorem · combinatorics
List.Vector.get_map
∀ {α : Type u_1} {n : ℕ} {β : Type u_6} (v : List.Vector α n) (f : α → β) (i : Fin n),
(List.Vector.map f v).get i = f (v.get i)- Defined in
- Mathlib.Data.Vector.Basic
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 45 from the axioms · uses propext
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites4
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.getstatement · cited by 41
- List.Vector.mapstatement · cited by 25
- List.Vector.toList_lengthproof · cited by 17
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.