Mathlib Map

Theorems · Theorem · group theory

List.sum_neg

∀ {K : Type u_8} [inst : SubtractionCommMonoid K] (L : List K), -L.sum = (List.map (fun x => -x) L).sum

This is the List.sum version of add_neg

Defined in
Mathlib.Algebra.BigOperators.Group.List.Basic
Cited by
1 results in Mathlib
Foundations
Depth 12 from the axioms · uses propext
Assumes
SubtractionCommMonoid

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.

Cited by1

Results whose statement or proof uses this declaration.