Mathlib Map

Theorems · Theorem · group theory

Finset.sum_Ico_eq_sum_range

∀ {M : Type u_3} [inst : AddCommMonoid M] (f : ℕ → M) (m n : ℕ),
  ∑ k ∈ Finset.Ico m n, f k = ∑ k ∈ Finset.range (n - m), f (m + k)
Defined in
Mathlib.Algebra.BigOperators.Intervals
Cited by
10 results in Mathlib
Foundations
Depth 63 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.

dist_le_tsum_of_dist_le_of_tendsto · cited by 4dist_le_tsum_of_dist_le_o…Nat.Partition.hasProd_powerSeriesMk_card_countRestricted · cited by 2Partition.hasProd_powerSe…AntitoneOn.summable_of_integrableOn_Ioi · cited by 2AntitoneOn.summable_of_in…Polynomial.sum_bernoulli · cited by 2Polynomial.sum_bernoulliedist_le_tsum_of_edist_le_of_tendsto · cited by 2edist_le_tsum_of_edist_le…AntitoneOn.tsum_comp_add_le_integral · cited by 2AntitoneOn.tsum_comp_add_…HasFPowerSeriesWithinOnBall.tendsto_partialSum_prod · cited by 2HasFPowerSeriesWithinOnBa…AntitoneOn.integral_le_tsum_comp_add · cited by 1AntitoneOn.integral_le_ts…PowerSeries.coeff_X_mul_largeSchroderSeriesSeries_sq · cited by 1PowerSeries.coeff_X_mul_l…Complex.norm_exp_sub_sum_le_norm_mul_exp · cited by 0Complex.norm_exp_sub_sum_…Finset · cited by 13712FinsetAddCommMonoid · cited by 12281AddCommMonoidFinset.sum · cited by 5195Finset.sumzero_add · cited by 2366zero_addLT.lt.le · cited by 2189lt.leFinset.range · cited by 1341Finset.rangeFinset.Ico · cited by 450Finset.Iconot_le · cited by 328not_letsub_add_cancel_of_le · cited by 112tsub_add_cancel_of_leFinset.sum_empty · cited by 45Finset.sum_emptytsub_eq_zero_iff_le · cited by 32tsub_eq_zero_iff_leNat.Ico_zero_eq_range · cited by 25Nat.Ico_zero_eq_rangeFinset.Ico_eq_empty_of_le · cited by 22Finset.Ico_eq_empty_of_leFinset.range_zero · cited by 12Finset.range_zeroFinset.sum_Ico_add · cited by 5Finset.sum_Ico_addFinset.sum_Ico_eq_sum_rangeCITED BYCITES

Cites15

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

Cited by10

Results whose statement or proof uses this declaration.