Mathlib Map

Theorems · Definition · combinatorics

Multiset.ndinsert

{α : Type u_1} → [DecidableEq α] → α → Multiset α → Multiset α

ndinsert a s is the lift of the list insert operation. This operation does not respect multiplicities, unlike cons, but it is suitable as an insert operation on Finset.

Defined in
Mathlib.Data.Multiset.FinsetOps
Cited by
24 results in Mathlib
Foundations
Depth 21 from the axioms · uses propext, Quot.sound
Assumes
DecidableEq

Around this declaration

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

Cites2

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

Cited by24

Results whose statement or proof uses this declaration.