Theorems · Theorem · combinatorics
List.sublists_concat
∀ {α : Type u} (l : List α) (a : α), (l ++ [a]).sublists = l.sublists ++ List.map (fun x => x ++ [a]) l.sublists- Defined in
- Mathlib.Data.List.Sublists
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 16 from the axioms · uses propext, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites3
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- List.sublists_appendproof · cited by 3
- List.sublists_singletonproof · cited by 1
- List.bind_eq_flatMapproof · cited by 1
Cited by2
Results whose statement or proof uses this declaration.
- List.map_pure_sublist_sublistsproof · cited by 2
- List.revzip_sublistsproof · cited by 1