1

Define the following as a "simple" theta function

$$ \vartheta(q) = \sum_{n=0}^{\infty} q^{n^2} = 1 + q + q^4+q^9+ \ ...$$

Defined on the open unit circle on the complex plane. I'm trying to find a non trivial functional equation that this obeys, such that up to some "regularity" conditions the function is completely characterized by the its functional equation.

To make this concrete consider the analogous problem if we instead look at

$$ f(q) = q + q^2 + q^4 + q^8 + ... = \sum_{n=0}^{\infty} q^{2^n} $$

Then it's easy to see that

$$ f(q^2) - f(q) = - q $$

And any analytic function (this is the "regularity" condition mentioned above) obeying this functional equation such that $f(0)=0$ must necessarily be equal to the aforementioned series on the disk.

  • 1
    Check out this post, where we read the following: Let $\theta_3(q)=\sum_{n=-\infty}^\infty q^{n^2}$ where $q=e^{-\pi s}$ and since, for $Re(s)>0,$

    $$\sqrt{s} \theta_ 3(e^{-\pi s}) = \theta_3(e^{-\pi/s})$$

    we have

    $$\sum_{n=0}^\infty q^{n^2} = \sqrt{ \frac{\pi} {4 \log \left( \frac{1}{q} \right) } } \theta_3(e^{-\pi/s}) + \frac12.$$

    – Brevan Ellefsen Mar 25 '19 at 17:58
  • 3
    $\theta_3(q)$ is analytic for $|q|< 1$ and for every $p$ prime $ \sum_{a=1}^p \theta_3(q e^{2i \pi a/p}) =p \theta_3(q^{p^2})$ and $\theta_3(0) = 1$ characterizes it uniquely. The other characterizations will be based on the fact it is modular of weight $1/2$. – reuns Mar 25 '19 at 18:17
  • @reuns, if we relax your statement to some finite number of primes (instead of every prime), is it still possible to uniquely characterize the theta function? Also does that functional equation have a generalization for all composite numbers? (I wonder if it has something to do with the totient of a number) – Sidharth Ghoshal Mar 29 '19 at 05:40

1 Answers1

2

One approach is to define $$ a(q) := (2\vartheta(q) - 1)^2 \tag{1} $$ and $\ b(q) := a(-q).\ $ Now the classical Gauss/Lagrange AGM gives us that $$a(q^2) = (a(q) + b(q))/2 \ \textrm{ and }\ b(q^2) = \sqrt{a(q)\ b(q)}. \tag{2}$$ Some algebra then gives the following functional equation for $\ a(q)\ $ alone: $$ 0 = (a(q) - a(q^2))^2 + 4\ a(q^4)\ (a(q^4) - a(q^2)). \tag{3}$$ This implies a similar functional equation for $\ \vartheta(q).$ Explicitly, first let $$ t_1 := \vartheta(q), \:\: t_{-1} := \vartheta(-q), \:\: t_2 := \vartheta(q^2), \: t_4 := \vartheta(q^4). \tag{4}$$ The arithmetic mean part of equation $(2)$ implies the identity $$ 2\ t_2(t_2 - 1) = t_1(t_1 - 1) + t_{-1}(t_{-1} - 1). \tag{5}$$ Next equation $(3)$ implies the following identity holds: $$ (t_1 - t_4)^2 = t_2(t_2 - 1) - t_4(t_4 - 1). \tag{6}$$

Notice that the function $\ t_1(t_1 - 1)\ $ is the generating function for OEIS sequence A002654 which is the number of ways of writing $n$ as a sum of at most two nonzero squares. Also, the function $\ (t_1 - t_4)^2\ $ is the generating function of the sum of two odd squares. Thus, equation $(6)$ has a number theory interpretation involving decomposition of integers as sum of two square integers.

Somos
  • 35,251
  • 3
  • 30
  • 76