Theorems · Theorem
List.tail_iterate
∀ {α : Type u} (l : List α) (n : ℕ), List.tail^[n] l = List.drop n lApplying tail to a list n times is equivalent to dropping n elements.
- Defined in
- Mathlib.Data.List.TakeDrop
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 10 from the axioms · uses propext
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites1
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Nat.iteratestatement and proof · cited by 740
Cited by1
Results whose statement or proof uses this declaration.
- Primrec.list_dropproof · cited by 3