Theorems · Theorem · group theory
Finset.sum_eq_sum_iff_single
∀ {ι : Type u_1} {M : Type u_3} {s : Finset ι} [inst : AddCommMonoid M] [IsRightCancelAdd M] {f g : ι → M} {i : ι},
i ∈ s → (∀ j ∈ s, j ≠ i → f j = g j) → (∑ j ∈ s, f j = ∑ j ∈ s, g j ↔ f i = g i)- Cited by
- 0 results in Mathlib
- Foundations
- Depth 85 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites9
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Finsetstatement and proof · cited by 13,712
- AddCommMonoidstatement and proof · cited by 12,281
- Finset.sumstatement and proof · cited by 5,195
- Finset.sum_congrproof · cited by 2,323
- Finset.mem_singletonproof · cited by 103
- IsRightCancelAddstatement and proof · cited by 69
- Finset.mem_sdiffproof · cited by 44
- add_left_injproof · cited by 36
- Finset.sum_eq_add_sum_sdiff_singleton_of_memproof · cited by 9
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.