Theorems · Theorem · combinatorics
List.rtake_eq_reverse_take_reverse
∀ {α : Type u_1} (l : List α) (n : ℕ), l.rtake n = (List.take n l.reverse).reverse- Defined in
- Mathlib.Data.List.DropRight
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 48 from the axioms · uses propext, Quot.sound
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.reverseRecOnproof · cited by 29
- List.rtakestatement · cited by 4
Cited by1
Results whose statement or proof uses this declaration.
- List.rtake_concat_succproof · cited by 0