theorem
MultipliableEtaProductExpansion_pnat
(z : UpperHalfPlane)
:
Multipliable fun (n : ℕ+) => 1 - Complex.exp (2 * ↑Real.pi * Complex.I * ↑↑n * ↑z)
The project's Δ agrees with mathlib's ModularForm.discriminant.
Δ as a SlashInvariantForm of weight 12
Equations
- Discriminant_SIF = { toFun := Δ, slash_action_eq' := Discriminant_SIF._proof_1 }
Instances For
Δ transforms under S as: Δ(-1/z) = z¹² · Δ(z)
theorem
Delta_boundedfactor :
Filter.Tendsto
(fun (x : UpperHalfPlane) => ∏' (n : ℕ), (1 - Complex.exp (2 * ↑Real.pi * Complex.I * (↑n + 1) * ↑x)) ^ 24)
UpperHalfPlane.atImInfty (nhds 1)
Equations
- Delta = { toFun := ⇑Discriminant_SIF, slash_action_eq' := Delta._proof_1, holo' := Delta._proof_2, zero_at_cusps' := @Delta._proof_3 }