Theorems · Theorem · combinatorics
List.length_splitWrtComposition
∀ {n : ℕ} {α : Type u_1} (l : List α) (c : Composition n), (l.splitWrtComposition c).length = c.lengthWhen one splits a list along a composition c, the number of sublists thus created is
c.length.
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 21 from the axioms · uses propext
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.
- Compositionstatement and proof · cited by 138
- Composition.lengthstatement · cited by 92
- Composition.blocksproof · cited by 49
- List.splitWrtCompositionstatement · cited by 12
- List.length_splitWrtCompositionAuxproof · cited by 1
Cited by3
Results whose statement or proof uses this declaration.
- Composition.length_gatherproof · cited by 4
- Composition.length_sigmaCompositionAuxproof · cited by 3
- Composition.sizeUpTo_sizeUpTo_addproof · cited by 1