Documentation

Coxeter.Data.List.Lemmas

theorem List.drop_eraseIdx {α : Type u_1} (l : List α) (i j : ) :
(drop i l).eraseIdx j = drop i (l.eraseIdx (i + j))
theorem List.reverse_eraseIdx {α : Type u_1} {l : List α} {i : } (hi : i < l.length) :
theorem List.finite_sublist {α : Type u_1} (l : List α) :
{l' : List α | l'.Sublist l}.Finite