Mathlib Map

Theorems · Theorem · ring theory

Multiset.prod_map_neg

∀ {M : Type u_2} [inst : CommMonoid M] [inst_1 : HasDistribNeg M] (s : Multiset M),
  (Multiset.map Neg.neg s).prod = (-1) ^ s.card * s.prod
Defined in
Mathlib.Algebra.BigOperators.Ring.Multiset
Cited by
2 results in Mathlib
Foundations
Depth 14 from the axioms · uses propext, Quot.sound
Assumes
CommMonoidHasDistribNeg

Around this declaration

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

Cites7

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

Cited by2

Results whose statement or proof uses this declaration.