Skip to content

Commit 4ead4d7

Browse files
committed
bump
1 parent 14f2642 commit 4ead4d7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Mathlib/NumberTheory/ModularForms/DedekindEta.lean

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ it is a multiple of the Eisenstein series `E2`.
3333
open TopologicalSpace Set MeasureTheory intervalIntegral
3434
Metric Filter Function Complex
3535

36-
open _root_.UpperHalfPlane hiding I
36+
open UpperHalfPlane hiding I
3737

3838
open scoped Interval Real NNReal ENNReal Topology BigOperators Nat
3939

@@ -155,11 +155,10 @@ lemma logDeriv_eta_eq_E2 (z : ℍ) : logDeriv eta z = (π * I / 12) * E2 z := by
155155
unfold eta
156156
rw [logDeriv_mul (UpperHalfPlane.coe z) (by simp [ne_eq, exp_ne_zero, not_false_eq_true,
157157
Periodic.qParam]) (eta_tprod_ne_zero z.2) (by fun_prop) (differentiableAt_eta_tprod z.2)]
158-
have HG := logDeriv_tprod_eq_tsum isOpen_upperHalfPlaneSet (x := z)
158+
have HG := logDeriv_tprod_eq_tsum isOpen_upperHalfPlaneSet (x := ⟨z, z.2)
159159
(f := fun n x => 1 - eta_q n x) (fun i ↦ one_sub_eta_q_ne_zero i z.2)
160160
(by simp_rw [eta_q_eq_pow]; fun_prop) (summable_logDeriv_one_sub_eta_q z.2)
161161
(multipliableLocallyUniformlyOn_eta ) (eta_tprod_ne_zero z.2)
162-
rw [show z.1 = UpperHalfPlane.coe z by rfl] at HG
163162
simp only [logDeriv_qParam 24 z, HG, tsum_logDeriv_eta_q z, E2, one_div,
164163
mul_inv_rev, Pi.smul_apply, smul_eq_mul]
165164
rw [G2_eq_tsum_cexp, riemannZeta_two, ← tsum_pow_div_one_sub_eq_tsum_sigma

0 commit comments

Comments
 (0)