Documentation

LeanPool.LeanModularForms.Modularforms.EtaCleanup

EtaCleanup #

@[reducible, inline]
noncomputable abbrev etaQ (n : ) (z : ) :

The n-th factor q ^ (n + 1) appearing in the eta product expansion.

Equations
Instances For
    theorem eta_q_eq_exp (n : ) (z : ) :
    etaQ n z = Complex.exp (2 * Real.pi * Complex.I * (n + 1) * z)
    theorem eta_q_eq_pow (n : ) (z : ) :
    etaQ n z = Complex.exp (2 * Real.pi * Complex.I * z) ^ (n + 1)
    theorem qParam_lt_one (z : UpperHalfPlane) (r : ) (hr : 0 < r) :
    theorem one_add_eta_q_ne_zero (n : ) (z : UpperHalfPlane) :
    1 - etaQ n z 0
    @[reducible, inline]
    noncomputable abbrev etaProdTerm (z : ) :

    The infinite product ∏ (1 - q ^ (n + 1)) in the eta function.

    Equations
    Instances For
      noncomputable def dedekindEtaFun' (z : ) :

      The Dedekind eta function, defined on all of so that its logarithmic derivative can be taken.

      Equations
      Instances For
        theorem Summable_eta_q (z : UpperHalfPlane) :
        Summable fun (n : ) => -etaQ n z
        theorem tprod_ne_zero' {ι : Type u_1} {α : Type u_2} (x : α) (f : ια) (hf : ∀ (i : ι) (x : α), 1 + f i x 0) (hu : ∀ (x : α), Summable fun (n : ι) => f n x) :
        ∏' (i : ι), (1 + f i) x 0

        Eta is non-vanishing!

        theorem logDeriv_one_sub_cexp (r : ) :
        (logDeriv fun (z : ) => 1 - r * Complex.exp z) = fun (z : ) => -r * Complex.exp z / (1 - r * Complex.exp z)
        theorem logDeriv_one_sub_mul_cexp_comp (r : ) {g : } (hg : Differentiable g) :
        logDeriv ((fun (z : ) => 1 - r * Complex.exp z) g) = fun (z : ) => -r * deriv g z * Complex.exp (g z) / (1 - r * Complex.exp (g z))
        theorem one_add_eta_logDeriv_eq (z : ) (i : ) :
        logDeriv (fun (x : ) => 1 - etaQ i x) z = 2 * Real.pi * Complex.I * (i + 1) * -etaQ i z / (1 - etaQ i z)
        theorem tsum_log_deriv_eta_q (z : ) :
        ∑' (i : ), logDeriv (fun (x : ) => 1 - etaQ i x) z = ∑' (n : ), 2 * Real.pi * Complex.I * (n + 1) * -etaQ n z / (1 - etaQ n z)
        theorem tsum_log_deriv_eta_q' (z : ) :
        ∑' (i : ), logDeriv (fun (x : ) => 1 - etaQ i x) z = 2 * Real.pi * Complex.I * ∑' (n : ), (n + 1) * -etaQ n z / (1 - etaQ n z)
        theorem eta_logderivs_const' :
        ∃ (z : ), z 0 Set.EqOn (dedekindEtaFun' fun (z : ) => -1 / z) (z (csqrt * dedekindEtaFun')) {z : | 0 < z.im}