Mathlib Map

Theorems · Theorem · group theory

finsum_eq_single

∀ {M : Type u_2} {α : Sort u_4} [inst : AddCommMonoid M] (f : α → M) (a : α),
  (∀ (x : α), x ≠ a → f x = 0) → ∑ᶠ (x : α), f x = f a
Defined in
Mathlib.Algebra.BigOperators.Finprod
Cited by
18 results in Mathlib
Foundations
Depth 74 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.

MvPowerSeries.coeff_expand_smul · cited by 7MvPowerSeries.coeff_expan…finsum_unique · cited by 3finsum_uniqueHahnSeries.SummableFamily.hsum_orderTop_of_le · cited by 2SummableFamily.hsum_order…MvPowerSeries.subst_zero_eq_C_constantCoeff · cited by 2MvPowerSeries.subst_zero_…PowerSeries.coeff_subst_X_pow · cited by 2PowerSeries.coeff_subst_X…HahnSeries.SummableFamily.hsum_leadingCoeff_of_le · cited by 1SummableFamily.hsum_leadi…MvPowerSeries.map_algebraMap_eq_subst_X · cited by 1MvPowerSeries.map_algebra…HahnSeries.SummableFamily.hsum_single · cited by 1SummableFamily.hsum_singleFormalGroup.coeff_one_Xzero · cited by 1FormalGroup.coeff_one_Xze…FormalGroup.coeff_one_zeroX · cited by 1FormalGroup.coeff_one_zer…HahnSeries.SummableFamily.powerSeriesFamily_hsum_zero · cited by 1SummableFamily.powerSerie…PowerSeries.coeff_subst_single · cited by 1PowerSeries.coeff_subst_s…PowerSeries.coeff_subst_sum_C_substInvFun_mul_X_pow_sub_X · cited by 1PowerSeries.coeff_subst_s…PowerSeries.coeff_heval_zero · cited by 0PowerSeries.coeff_heval_z…PowerSeries.heval_C · cited by 0PowerSeries.heval_CAddCommMonoid · cited by 12281AddCommMonoidSetLike.coe · cited by 8199SetLike.coeFunction.support · cited by 610Function.supportfinsum · cited by 286finsumFinset.sum_singleton · cited by 251Finset.sum_singletonSet.mem_singleton_iff · cited by 172Set.mem_singleton_iffFinset.coe_singleton · cited by 145Finset.coe_singletonFunction.mem_support · cited by 54Function.mem_supportfinsum_eq_sum_plift_of_support_subset · cited by 5finsum_eq_sum_plift_of_su…PLift.eq_up_iff_down_eq · cited by 1PLift.eq_up_iff_down_eqfinsum_eq_singleCITED BYCITES

Cites10

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by18

Results whose statement or proof uses this declaration.