Theorems · Theorem · combinatorics
List.map_append_flatMap_perm
∀ {α : Type u_1} {β : Type u_2} (l : List α) (f : α → β) (g : α → List β),
(List.map f l ++ List.flatMap g l).Perm (List.flatMap (fun x => f x :: g x) l)- Defined in
- Mathlib.Data.List.Perm.Basic
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 15 from the axioms · uses propext
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites1
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- List.flatMap_append_permproof · cited by 4
Cited by1
Results whose statement or proof uses this declaration.
- List.offDiag_cons_permproof · cited by 1