Theorems · Theorem · order theory
List.all_zero_of_le_zero_le_of_sum_eq_zero
∀ {M : Type u_3} [inst : AddCommMonoid M] [inst_1 : PartialOrder M] [IsOrderedAddMonoid M] {l : List M},
(∀ x ∈ l, 0 ≤ x) → l.sum = 0 → ∀ {x : M}, x ∈ l → x = 0- Cited by
- 2 results in Mathlib
- Foundations
- Depth 13 from the axioms · uses propext, Quot.sound
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.
- AddCommMonoidstatement and proof · cited by 12,281
- PartialOrderstatement and proof · cited by 6,410
- le_antisymmproof · cited by 2,068
- IsOrderedAddMonoidstatement and proof · cited by 1,659
- List.single_le_sumproof · cited by 3
Cited by2
Results whose statement or proof uses this declaration.
- List.sum_eq_zero_iffproof · cited by 2
- Multiset.all_zero_of_le_zero_le_of_sum_eq_zeroproof · cited by 0