Mathlib Map

Theorems · Theorem · number theory

Complex.tsum_exp_neg_quadratic

∀ {a : ℂ},
  0 < a.re →
    ∀ (b : ℂ),
      ∑' (n : ℤ), Complex.exp (-↑Real.pi * a * ↑n ^ 2 + 2 * ↑Real.pi * b * ↑n) =
        1 / a ^ (1 / 2) * ∑' (n : ℤ), Complex.exp (-↑Real.pi / a * (↑n + Complex.I * b) ^ 2)

Jacobi's theta-function transformation formula for the sum of exp -Q(x), where Q is a negative definite quadratic form.

Defined in
Mathlib.Analysis.SpecialFunctions.Gaussian.PoissonSummation
Cited by
3 results in Mathlib
Foundations
Depth 294 from the axioms · uses propext, Classical.choice, Quot.sound

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites56

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by3

Results whose statement or proof uses this declaration.