Theorems · Theorem · group theory
nonempty_of_finsum_mem_ne_zero
∀ {α : Type u_1} {M : Type u_5} [inst : AddCommMonoid M] {f : α → M} {s : Set α},
∑ᶠ (i : α) (_ : i ∈ s), f i ≠ 0 → s.NonemptyA set s is nonempty if the sum of some function over s is not equal to 0.
- Defined in
- Mathlib.Algebra.BigOperators.Finprod
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 78 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- AddCommMonoid
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites6
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement and proof · cited by 53,352
- AddCommMonoidstatement and proof · cited by 12,281
- Set.Nonemptystatement · cited by 2,627
- finsumstatement and proof · cited by 286
- Set.nonempty_iff_ne_emptyproof · cited by 96
- finsum_mem_emptyproof · cited by 2
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.