Mathlib v3 is deprecated. Go to Mathlib v4

Commit 2021-03-11 17:09 998a3827

View on Github →

feat(topology/algebra/infinite_sum): add tsum_even_add_odd (#6620) Prove ∑' i, f (2 * i) + ∑' i, f (2 * i + 1) = ∑' i, f i and some supporting lemmas.

Estimated changes