Theorems · Theorem · combinatorics
List.Vector.reverse_get_zero
∀ {α : Type u_1} {n : ℕ} {v : List.Vector α (n + 1)}, v.reverse.head = v.lastThe last element of a vector is the head of the reverse vector.
- Defined in
- Mathlib.Data.Vector.Basic
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 47 from the axioms · uses propext
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites10
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.toListproof · cited by 79
- List.Vector.getproof · cited by 41
- List.Vector.headstatement · cited by 39
- List.Vector.toList_lengthproof · cited by 17
- List.Vector.get_zeroproof · cited by 10
- List.Vector.reversestatement and proof · cited by 5
- List.Vector.laststatement and proof · cited by 2
- List.Vector.get_eq_get_toListproof · cited by 1
- List.Vector.last_defproof · cited by 1
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.