Theorems · Theorem · combinatorics
List.Vector.map_snoc
∀ {α : Type u_1} {β : Type u_2} {n : ℕ} {x : α} (xs : List.Vector α n) {f : α → β},
List.Vector.map f (xs.snoc x) = (List.Vector.map f xs).snoc (f x)- Defined in
- Mathlib.Data.Vector.Snoc
- Cited by
- 7 results in Mathlib
- Foundations
- Depth 17 from the axioms · uses propext
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.
- List.Vectorstatement and proof · cited by 270
- List.Vector.consproof · cited by 90
- List.Vector.nilproof · cited by 68
- List.Vector.snocstatement and proof · cited by 30
- List.Vector.mapstatement and proof · cited by 25
- List.Vector.inductionOnproof · cited by 10
- List.Vector.map_consproof · cited by 6
Cited by7
Results whose statement or proof uses this declaration.
- List.Vector.map_eq_mapAccumrproof · cited by 1
- List.Vector.map_map₂proof · cited by 0
- List.Vector.mapAccumr_mapproof · cited by 0
- List.Vector.map_mapAccumrproof · cited by 0
- List.Vector.map₂_map_leftproof · cited by 0
- List.Vector.map₂_map_rightproof · cited by 0
- List.Vector.mapAccumr_eq_map_of_constant_stateproof · cited by 0