Documentation

Mathlib.NumberTheory.ModularForms.Delta

The modular discriminant Δ #

This file defines the modular discriminant Δ(z) = η(z) ^ 24, where η is the Dedekind eta function, and proves its key properties including invariance under the generators of SL(2, ℤ).

Main definitions #

Main results #

References #

noncomputable def ModularForm.delta (z : UpperHalfPlane) :

The modular discriminant Δ(z) = η(z) ^ 24, where η is the Dedekind eta function.

Equations
Instances For

    The discriminant expressed as a q-expansion: Δ(z) = q * ∏' (1 - q ^ (n + 1)) ^ 24.

    The modular discriminant is non-vanishing on the upper half-plane.

    The discriminant is invariant under T : z ↦ z + 1, i.e., Δ(z + 1) = Δ(z).

    The transformation formula for η under S : z ↦ -1 / z: we have η(-1 / z) = (√I)⁻¹ · √z · η(z) on the upper half-plane.

    The discriminant satisfies the modular transformation for S : z ↦ -1 / z: we have Δ(-1 / z) = z ^ 12 · Δ(z).