Limits at infinity #
In this file we prove the limit of Θᵢ(z) as z tends to i∞. This will be useful as we do computations with Fourier coefficients, e.g. comparing two q-expansions. This is also useful when we compute limits of forms later on (following Seewoo's approach).
theorem
jacobiTheta₂_half_mul_apply_tendsto_atImInfty :
Filter.Tendsto (fun (x : UpperHalfPlane) => jacobiTheta₂ (↑x / 2) ↑x) UpperHalfPlane.atImInfty (nhds 2)
theorem
jacobiTheta₂_zero_apply_tendsto_atImInfty :
Filter.Tendsto (fun (x : UpperHalfPlane) => jacobiTheta₂ 0 ↑x) UpperHalfPlane.atImInfty (nhds 1)
theorem
jacobiTheta₂_half_apply_tendsto_atImInfty :
Filter.Tendsto (fun (x : UpperHalfPlane) => jacobiTheta₂ (1 / 2) ↑x) UpperHalfPlane.atImInfty (nhds 1)