Theorems · Theorem · group theory
Finset.sum_bij
∀ {ι : Type u_1} {κ : Type u_2} {M : Type u_3} [inst : AddCommMonoid M] {s : Finset ι} {t : Finset κ} {f : ι → M}
{g : κ → M} (i : (a : ι) → a ∈ s → κ),
(∀ (a : ι) (ha : a ∈ s), i a ha ∈ t) →
(∀ (a₁ : ι) (ha₁ : a₁ ∈ s) (a₂ : ι) (ha₂ : a₂ ∈ s), i a₁ ha₁ = i a₂ ha₂ → a₁ = a₂) →
(∀ b ∈ t, ∃ a, ∃ (ha : a ∈ s), i a ha = b) →
(∀ (a : ι) (ha : a ∈ s), f a = g (i a ha)) → ∑ x ∈ s, f x = ∑ x ∈ t, g xReorder a sum.
The difference with Finset.sum_bij' is that the bijection is specified as a surjective injection,
rather than by an inverse function.
The difference with Finset.sum_nbij is that the bijection is allowed to use membership of the
domain of the sum, rather than being a non-dependent function.
- Cited by
- 16 results in Mathlib
- Foundations
- Depth 54 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
- Multiset.sumproof · cited by 388
- Finset.nodupproof · cited by 40
- Multiset.map_eq_map_of_bij_of_nodupproof · cited by 3
Cited by16
Results whose statement or proof uses this declaration.
- Matrix.det_mulproof · cited by 51
- Finset.sum_bij'proof · cited by 11
- Finset.sum_nbijproof · cited by 10
- Matrix.det_blockDiagonalproof · cited by 4
- Finset.sum_bij_ne_zeroproof · cited by 3
- IsNilpotent.exp_add_of_commuteproof · cited by 3
- Chebyshev.sum_PrimePow_eq_sum_sum'proof · cited by 2
- FormalMultilinearSeries.compChangeOfVariables_sumproof · cited by 2
- Finset.sum_eq_sum_range_intervalGapsWithinproof · cited by 2
- gaussSum_mulproof · cited by 1
- Finpartition.sum_eq_sum_finpartition_subtypeproof · cited by 1
- AlgebraicTopology.AlternatingFaceMapComplex.d_squaredproof · cited by 1