Theorems · Theorem · special functions
PeriodPair.summable_weierstrassPExceptSummand
∀ (L : PeriodPair) (l₀ z x : ℂ),
(∀ (l : ↥L.lattice), ↑l ≠ l₀ → ‖z - x‖ < ‖↑l - x‖) →
Summable (Function.uncurry fun b c => L.weierstrassPExceptSummand l₀ x b c * (z - x) ^ b)In the power series expansion of ℘(z) = ∑ᵢ aᵢ (z - x)ⁱ at some x ∉ L,
each aᵢ can be written as a sum over l ∈ L, i.e.
aᵢ = ∑ₗ, (i + 1) * (l - x)⁻ⁱ⁻² for i ≠ 0 and a₀ = ∑ₗ, (l - x)⁻² - l⁻².
We show that the double sum converges if z falls in a ball centered at x that doesn't touch L.
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 300 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites123
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- Realstatement and proof · cited by 25,697
- Equivproof · cited by 8,337
- SetLike.coeproof · cited by 8,199
- Submodulestatement · cited by 7,192
- Set.imageproof · cited by 5,609
- Complexstatement and proof · cited by 5,565
- Norm.normstatement and proof · cited by 5,413
- Set.preimageproof · cited by 4,946
- mul_oneproof · cited by 3,885
- Equiv.symmproof · cited by 3,681
- Compl.complproof · cited by 2,925
Cited by3
Results whose statement or proof uses this declaration.
- PeriodPair.weierstrassPExceptSeries_hasSumproof · cited by 2
- PeriodPair.weierstrassPExcept_eq_tsumproof · cited by 1
- PeriodPair.summable_weierstrassPSummandproof · cited by 0