@@ -19,9 +19,8 @@ and proves the modular transformation properties `θ (τ + 2) = θ τ` and
1919show that `θ` is differentiable on `ℍ`, and `θ(τ) - 1` has exponential decay as `im τ → ∞`.
2020-/
2121
22- open complex real asymptotics
23-
24- open_locale real big_operators upper_half_plane manifold
22+ open complex real asymptotics filter
23+ open_locale real big_operators upper_half_plane
2524
2625/-- Jacobi's theta function `∑' (n : ℤ), exp (π * I * n ^ 2 * τ)`. -/
2726noncomputable def jacobi_theta (z : ℂ) : ℂ := ∑' (n : ℤ), cexp (π * I * n ^ 2 * z)
151150
152151/-- The norm of `jacobi_theta τ - 1` decays exponentially as `im τ → ∞`. -/
153152lemma is_O_at_im_infty_jacobi_theta_sub_one :
154- is_O (filter.comap im filter.at_top) ( λ τ, jacobi_theta τ - 1 ) (λ τ, rexp (-π * τ.im)) :=
153+ ( λ τ, jacobi_theta τ - 1 ) =O[comap im at_top] (λ τ, rexp (-π * τ.im)) :=
155154begin
156155 simp_rw [is_O, is_O_with, filter.eventually_comap, filter.eventually_at_top],
157156 refine ⟨2 / (1 - rexp (-π)), 1 , λ y hy z hz, (norm_jacobi_theta_sub_one_le
@@ -181,8 +180,5 @@ begin
181180 exact differentiable_on_tsum_of_summable_norm bd_s h1 h2 (λ i w hw, le_bd (le_of_lt hw) i),
182181end
183182
184- lemma mdifferentiable_jacobi_theta : mdifferentiable 𝓘(ℂ) 𝓘(ℂ) (jacobi_theta ∘ coe : ℍ → ℂ) :=
185- λ τ, (differentiable_at_jacobi_theta τ.2 ).mdifferentiable_at.comp τ τ.mdifferentiable_coe
186-
187183lemma continuous_at_jacobi_theta {z : ℂ} (hz : 0 < im z) :
188184 continuous_at jacobi_theta z := (differentiable_at_jacobi_theta hz).continuous_at
0 commit comments