Theorems · Theorem · combinatorics
List.mem_sublistsLen
∀ {α : Type u} {n : ℕ} {l l' : List α}, l' ∈ List.sublistsLen n l ↔ l'.Sublist l ∧ l'.length = n- Defined in
- Mathlib.Data.List.Sublists
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 35 from the axioms · uses propext, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites5
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- List.sublistsLenstatement and proof · cited by 19
- List.mem_sublists'proof · cited by 5
- List.sublistsLen_sublist_sublists'proof · cited by 3
- List.mem_sublistsLen_selfproof · cited by 1
- List.length_of_sublistsLenproof · cited by 1
Cited by1
Results whose statement or proof uses this declaration.
- List.sublistsLen_of_length_ltproof · cited by 1