Theorems · Theorem · combinatorics
List.Vector.get_tail
∀ {α : Type u_1} {n : ℕ} (x : List.Vector α n) (i : Fin (n - 1)), x.tail.get i = x.get ⟨↑i + 1, ⋯⟩- Defined in
- Mathlib.Data.Vector.Basic
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 52 from the axioms · uses propext, Classical.choice, Quot.sound
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.getstatement and proof · cited by 41
- List.Vector.tailstatement and proof · cited by 37
Cited by2
Results whose statement or proof uses this declaration.
- List.Vector.tail_ofFnproof · cited by 0
- List.Vector.zipWith_tailproof · cited by 0