Theorems · Theorem · order theory
List.sum_nonneg
∀ {M : Type u_3} [inst : AddMonoid M] [inst_1 : Preorder M] [AddLeftMono M] {l : List M}, (∀ x ∈ l, 0 ≤ x) → 0 ≤ l.sum- Cited by
- 3 results in Mathlib
- Foundations
- Depth 9 from the axioms · uses no axioms
- Assumes
- AddMonoidPreorderAddLeftMono
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites5
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Preorderstatement and proof · cited by 7,952
- AddMonoidstatement and proof · cited by 2,864
- le_reflproof · cited by 2,061
- AddLeftMonostatement and proof · cited by 687
- add_nonnegproof · cited by 104
Cited by3
Results whose statement or proof uses this declaration.
- List.single_le_sumproof · cited by 3
- PiTensorProduct.projectiveSeminormAux_nonnegproof · cited by 1
- Multiset.sum_nonnegproof · cited by 0