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).sumThis is the List.sum version of add_neg
- 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.
- SubtractionCommMonoidstatement and proof · cited by 79
Cited by1
Results whose statement or proof uses this declaration.
- List.sum_range_subproof · cited by 0