Theorems · Theorem · group theory
Finset.sum_bijective
∀ {ι : Type u_1} {κ : Type u_2} {M : Type u_3} [inst : AddCommMonoid M] {s : Finset ι} {t : Finset κ} {f : ι → M}
{g : κ → M} (e : ι → κ),
Function.Bijective e → (∀ (i : ι), i ∈ s ↔ e i ∈ t) → (∀ i ∈ s, f i = g (e i)) → ∑ i ∈ s, f i = ∑ i ∈ t, g iSpecialization of Finset.sum_bij that automatically fills in most arguments.
See Fintype.sum_bijective for the version where s and t are univ.
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 58 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.
Cites6
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
- Function.Bijectivestatement and proof · cited by 863
- Equiv.ofBijectiveproof · cited by 70
- Finset.sum_equivproof · cited by 14
Cited by4
Results whose statement or proof uses this declaration.
- Configuration.HasLines.lineCount_eq_pointCountproof · cited by 3
- IsNilpotent.exp_add_of_commuteproof · cited by 3
- Representation.leftRegular_norm_applyproof · cited by 1
- Representation.FiniteCyclicGroup.coinvariantsKer_leftRegular_eq_kerproof · cited by 0