Mathlib Map

Theorems · Theorem · ring theory

List.prod_map_neg

∀ {M : Type u_3} [inst : Monoid M] [inst_1 : HasDistribNeg M] (l : List M),
  (List.map Neg.neg l).prod = (-1) ^ l.length * l.prod
Defined in
Mathlib.Algebra.BigOperators.Ring.List
Cited by
2 results in Mathlib
Foundations
Depth 13 from the axioms · uses propext
Assumes
MonoidHasDistribNeg

Around this declaration

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

Cites10

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.