Theorems · Theorem · group theory
Finset.sum_involution
∀ {ι : Type u_1} {M : Type u_4} {s : Finset ι} [inst : AddCommMonoid M] {f : ι → M} (g : (a : ι) → a ∈ s → ι),
(∀ (a : ι) (ha : a ∈ s), f a + f (g a ha) = 0) →
(∀ (a : ι) (ha : a ∈ s), f a ≠ 0 → g a ha ≠ a) →
∀ (g_mem : ∀ (a : ι) (ha : a ∈ s), g a ha ∈ s), (∀ (a : ι) (ha : a ∈ s), g (g a ha) ⋯ = a) → ∑ x ∈ s, f x = 0The difference with Finset.sum_ninvolution is that the involution is allowed to
use membership of the domain of the sum, rather than being a non-dependent function.
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 66 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.
Cites22
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
- zero_addproof · cited by 2,366
- Finset.sum_congrproof · cited by 2,323
- eq_or_neproof · cited by 1,117
- Finset.Nonemptyproof · cited by 1,001
- Finset.sum_singletonproof · cited by 251
- Finset.eq_empty_or_nonemptyproof · cited by 104
- Finset.mem_singletonproof · cited by 103
- Finset.mem_sdiffproof · cited by 44
- Finset.mem_insertproof · cited by 44
Cited by2
Results whose statement or proof uses this declaration.
- Matrix.det_mul_auxproof · cited by 1
- Finset.sum_ninvolutionproof · cited by 0