Theorems · Theorem · real analysis
Function.Odd.finsetSum_eq_zero
∀ {α : Type u_3} {β : Type u_4} [inst : AddCommGroup β] [IsAddTorsionFree β] [inst_2 : InvolutiveNeg α] {f : α → β},
Function.Odd f → ∀ {s : Finset α}, Finset.map (Equiv.toEmbedding (Equiv.neg α)) s = s → s.sum f = 0The sum of values of an odd function over a symmetric finite set is zero.
- Defined in
- Mathlib.Algebra.Group.EvenFunction
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 56 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites13
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
- AddCommGroupstatement and proof · cited by 12,871
- Finset.sumstatement and proof · cited by 5,195
- Finset.sum_congrproof · cited by 2,323
- Finset.mapstatement and proof · cited by 747
- Equiv.toEmbeddingstatement and proof · cited by 254
- IsAddTorsionFreestatement and proof · cited by 155
- InvolutiveNegstatement and proof · cited by 151
- Finset.sum_mapproof · cited by 115
- Finset.sum_neg_distribproof · cited by 65
- Equiv.negstatement and proof · cited by 53
- Function.Oddstatement and proof · cited by 38
Cited by2
Results whose statement or proof uses this declaration.
- Function.Odd.sum_eq_zeroproof · cited by 3
- Function.Odd.finset_sum_eq_zeroproof · cited by 0