Quantcast
Channel: Annoying Precision
Viewing all articles
Browse latest Browse all 10

More on partition asymptotics

$
0
0

In the previous post we described a fairly straightforward argument, using generating functions and the saddle-point bound, for giving an upper bound

\displaystyle p(n) \le \exp \left( \pi \sqrt{ \frac{2n}{3} } \right)

on the partition function p(n). In this post I’d like to record an elementary argument, making no use of generating functions, giving a lower bound of the form \exp C \sqrt{n} for some C > 0, which might help explain intuitively why this exponential-of-a-square-root rate of growth makes sense.

The starting point is to think of a partition of n as a Young diagram of size n, or equivalently (in French coordinates) as a lattice path from somewhere on the y-axis to somewhere on the x-axis, which only steps down or to the right, such that the area under the path is n. Heuristically, if the path takes a total of L steps then there are about 2^L such paths, and if the area under the path is n then the length of the path should be about O(\sqrt{n}), so this already goes a long way towards explaining the exponential-of-a-square-root behavior.

We can make this argument into a rigorous lower bound as follows. Consider lattice paths beginning at (0, k) and ending at (k, 0) where k is a positive integer to be determined later. Suppose that the steps of the lattice paths alternate between paths of the form (down, right, right, down) and (right, down, down, right), which means that k is even. Then the area under the path is exactly the area of the right triangle it approximates, which is n = \frac{k^2}{2}, and the number of such paths is exactly 2^{\frac{k}{2}}. This gives

\displaystyle p(n) \ge \exp \left( \log 2 \sqrt{ \frac{n}{2} } \right)

whenever n = \frac{k^2}{2}, so we get a lower bound of the form \exp C \sqrt{n} where C = \frac{\log 2}{\sqrt{2}} \approx 0.490, quite a bit worse than the correct value \pi \sqrt{ \frac{2}{3} } \approx 2.565. This bound generalizes to all values of n with only a small loss in the exponent because p(n) is nondecreasing (since the lattice path can continue along the line y = 1 for awhile at the end before hitting the x-axis).

One reason this construction can’t produce a very good bound is that the partitions we get this way do not resemble the “typical” partition, which (as proven by Vershik and explained by David Speyer here) is a suitably scaled version of the curve

\displaystyle \exp \left( - \frac{\pi x}{\sqrt{6}} \right) + \exp \left( - \frac{\pi y}{\sqrt{6}} \right) = 1.

whereas our partitions resemble the curve x + y = 1. With a more convex curve we can afford to make the path longer while fixing the area under it.

So let’s remove the restriction that our curve resemble x + y = 1 as follows. Rather than count p(n) directly, we will count p(1) + \dots + p(n), so the number of lattice paths with area at most n. Since p(n) is increasing, it must be at least \frac{1}{n} times this count. And we have much more freedom to pick a path now that we only need to bound its area rather than find it exactly. We can now take the path to be any Dyck path from (0, k) to (k, 0), of which there are

\displaystyle C_k = \frac{1}{k+1} {2k \choose k} \approx \frac{1}{\sqrt{\pi k^3}} 4^k

where C_k denotes the Catalan numbers and the asymptotic can be derived from Stirling’s approximation. The area under a Dyck path is at most n = \frac{k^2}{2}, which gives the lower bound

\displaystyle p(1) + \dots + p \left( \frac{k^2}{2} \right) \ge \frac{1}{k+1} {2k \choose k}

and hence, when n = \frac{k^2}{2} (so that k = \sqrt{2n}),

\displaystyle p(n) = \Omega \left( \frac{1}{n^{7/4}} \exp \left( \log 4 \sqrt{2n} \right) \right)

which (ignoring polynomial factors) is of the from \exp (C \sqrt{n}) where C = 2 \sqrt{2} \log 2 \approx 1.961, a substantial improvement over the previous bound. Although we are now successfully in a regime where our counts include paths of a typical shape, we’re overestimating the area under them, so the bound is still not as good as it could be.


Viewing all articles
Browse latest Browse all 10

Trending Articles