Theorems · Theorem · combinatorics
List.Vector.tail_map
∀ {α : Type u_1} {n : ℕ} {β : Type u_6} (v : List.Vector α (n + 1)) (f : α → β),
(List.Vector.map f v).tail = List.Vector.map f v.tail- Defined in
- Mathlib.Data.Vector.Basic
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 16 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.tailstatement and proof · cited by 37
- List.Vector.mapstatement and proof · cited by 25
- List.Vector.tail_consproof · cited by 16
- List.Vector.map_consproof · cited by 6
- List.Vector.exists_eq_consproof · cited by 5
Cited by1
Results whose statement or proof uses this declaration.
- List.Vector.mem_map_succ_iffproof · cited by 0