Theorems · Theorem · sequences and series
HasSum.even_add_odd
∀ {M : Type u_1} [inst : AddCommMonoid M] [inst_1 : TopologicalSpace M] {m m' : M} [ContinuousAdd M] {f : ℕ → M},
HasSum (fun k => f (2 * k)) m → HasSum (fun k => f (2 * k + 1)) m' → HasSum f (m + m')- Cited by
- 3 results in Mathlib
- Foundations
- Depth 85 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites16
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- TopologicalSpacestatement and proof · cited by 24,529
- AddCommMonoidstatement and proof · cited by 12,281
- Set.Elemproof · cited by 7,166
- Set.rangeproof · cited by 4,705
- SummationFilter.unconditionalstatement and proof · cited by 2,068
- ContinuousAddstatement and proof · cited by 777
- HasSumstatement and proof · cited by 518
- IsComplproof · cited by 351
- add_left_injectiveproof · cited by 49
- two_ne_zero'proof · cited by 38
- mul_right_injective₀proof · cited by 20
- HasSum.add_isComplproof · cited by 4
Cited by3
Results whose statement or proof uses this declaration.
- tsum_even_add_oddproof · cited by 1
- Quaternion.hasSum_expSeries_of_imaginaryproof · cited by 1
- Summable.even_add_oddproof · cited by 1