Theorems · Theorem · combinatorics
List.Vector.toList_singleton
∀ {α : Type u_1} (v : List.Vector α 1), v.toList = [v.head]The list that makes up a Vector made up of a single element,
retrieved via toList, is equal to the list of that single element.
- Defined in
- Mathlib.Data.Vector.Basic
- Cited by
- 2 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.
Cites9
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.toListstatement and proof · cited by 79
- List.Vector.nilproof · cited by 68
- List.Vector.headstatement and proof · cited by 39
- List.Vector.head_consproof · cited by 25
- List.Vector.toList_consproof · cited by 9
- List.Vector.cons_head_tailproof · cited by 7
- List.Vector.singleton_tailproof · cited by 2
Cited by2
Results whose statement or proof uses this declaration.
- List.Vector.scanl_getproof · cited by 0
- Equiv.Perm.VectorsProdEqOne.one_eqproof · cited by 0