Theorems · Theorem · combinatorics
List.Vector.singleton_tail
∀ {α : Type u_1} (v : List.Vector α 1), v.tail = List.Vector.nilThe tail of a vector made up of one element is nil.
- Defined in
- Mathlib.Data.Vector.Basic
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 15 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.nilstatement and proof · cited by 68
- List.Vector.tailstatement and proof · cited by 37
Cited by2
Results whose statement or proof uses this declaration.
- List.Vector.toList_singletonproof · cited by 2
- List.Vector.scanl_singletonproof · cited by 1