Sums/products over integer intervals #
This file contains some lemmas about sums and products over integer intervals Ixx.
theorem
Finset.sum_Icc_of_even_eq_range
{α : Type u_1}
[AddCommGroup α]
{f : ℤ → α}
(hf : Function.Even f)
(N : ℕ)
:
theorem
Finset.prod_Icc_eq_prod_Ico_mul
{α : Type u_1}
[CommMonoid α]
(f : ℤ → α)
{l u : ℤ}
(h : l ≤ u)
:
theorem
Finset.sum_Icc_eq_sum_Ico_add
{α : Type u_1}
[AddCommMonoid α]
(f : ℤ → α)
{l u : ℤ}
(h : l ≤ u)
: