Theorems · Theorem · combinatorics
List.Vector.toList_drop
∀ {α : Type u_1} {n m : ℕ} (v : List.Vector α m), (List.Vector.drop n v).toList = List.drop n v.toListdrop of vectors corresponds under toList to drop of lists.
- Defined in
- Mathlib.Data.Vector.Defs
- Cited by
- 2 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.
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.dropstatement and proof · cited by 3
Cited by2
Results whose statement or proof uses this declaration.
- List.Vector.prod_setproof · cited by 0
- List.Vector.sum_setproof · cited by 0