Mathlib Map

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 = 0

The 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.

Defined in
Mathlib.Algebra.BigOperators.Group.Finset.Basic
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.

Cited by2

Results whose statement or proof uses this declaration.