Theorems · Theorem · group theory
Finset.sum_ninvolution
∀ {ι : Type u_1} {M : Type u_4} {s : Finset ι} [inst : AddCommMonoid M] {f : ι → M} (g : ι → ι),
(∀ (a : ι), f a + f (g a) = 0) →
(∀ (a : ι), f a ≠ 0 → g a ≠ a) → (∀ (a : ι), g a ∈ s) → (∀ (a : ι), g (g a) = a) → ∑ x ∈ s, f x = 0The difference with Finset.sum_involution is that the involution is a
non-dependent function, rather than being allowed to use membership of the domain of the sum.
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 67 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.
Cites4
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 · cited by 5,195
- Finset.sum_involutionproof · cited by 2
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.