Mathlib Map

Theorems · Theorem · combinatorics

Multiset.map_cons

∀ {α : Type u_1} {β : Type v} (f : α → β) (a : α) (s : Multiset α), Multiset.map f (a ::ₘ s) = f a ::ₘ Multiset.map f s
Defined in
Mathlib.Data.Multiset.MapFold
Cited by
93 results in Mathlib
Foundations
Depth 13 from the axioms, rests on 44 definitions · 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.

Cited by93

Results whose statement or proof uses this declaration.