theorem
List.Sublist.le_countP
{α✝ : Type u_1}
{l₁ l₂ : List α✝}
(s : l₁.Sublist l₂)
(p : α✝ → Bool)
:
The number of elements satisfying a predicate in a sublist is at least the number of elements satisfying the predicate in the list, minus the difference in the lengths.