Theorems · Theorem · group theory
Finset.sum_of_injOn
∀ {ι : Type u_1} {κ : Type u_2} {M : Type u_4} [inst : AddCommMonoid M] {s : Finset ι} {t : Finset κ} {f : ι → M}
{g : κ → M} (e : ι → κ),
Set.InjOn e ↑s →
Set.MapsTo e ↑s ↑t → (∀ i ∈ t, i ∉ e '' ↑s → g i = 0) → (∀ i ∈ s, f i = g (e i)) → ∑ i ∈ s, f i = ∑ j ∈ t, g j- Cited by
- 8 results in Mathlib
- Foundations
- Depth 79 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.
Cites18
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement · cited by 53,352
- Finsetstatement and proof · cited by 13,712
- AddCommMonoidstatement and proof · cited by 12,281
- SetLike.coestatement and proof · cited by 8,199
- Set.imagestatement and proof · cited by 5,609
- Finset.sumstatement · cited by 5,195
- Set.MapsTostatement and proof · cited by 732
- Set.InjOnstatement and proof · cited by 543
- SetLike.mem_coeproof · cited by 302
- Finset.coe_imageproof · cited by 222
- Set.SurjOnproof · cited by 186
- Set.mem_imageproof · cited by 131
Cited by8
Results whose statement or proof uses this declaration.
- Nat.Partition.hasProd_genFunproof · cited by 4
- ProbabilityTheory.iIndepFun.charFunDual_map_finsetSum_eq_prodproof · cited by 4
- SkewPolynomial.sum_defproof · cited by 3
- HahnSeries.SummableFamily.smul_hsumproof · cited by 2
- Fintype.sum_of_injectiveproof · cited by 1
- HahnSeries.SummableFamily.hsum_powerSeriesFamily_mulproof · cited by 1
- AddMonoidAlgebra.smul_apply_addActionproof · cited by 1
- MonoidAlgebra.smul_apply_mulActionproof · cited by 0