Mathlib Map

Theorems · Theorem · combinatorics

List.sublists_append

∀ {α : Type u} (l₁ l₂ : List α),
  (l₁ ++ l₂).sublists = do
    let x ← l₂.sublists
    List.map (fun x_1 => x_1 ++ x) l₁.sublists
Defined in
Mathlib.Data.List.Sublists
Cited by
3 results in Mathlib
Foundations
Depth 15 from the axioms · uses propext, Quot.sound

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites0

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Nothing in Mathlib beyond the foundations.

Cited by3

Results whose statement or proof uses this declaration.