Theorems · Theorem · combinatorics
List.Vector.eq
∀ {α : Type u_1} {n : ℕ} (a1 a2 : List.Vector α n), a1.toList = a2.toList → a1 = a2Vector is determined by the underlying list.
- Defined in
- Mathlib.Data.Vector.Defs
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 13 from the axioms · uses no axioms
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites2
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
Cited by3
Results whose statement or proof uses this declaration.
- List.Vector.eq_nilproof · cited by 4
- List.Vector.scanl_consproof · cited by 3
- List.Vector.map_idproof · cited by 0