ConceptComplete

Average Orders and Summatory Functions

While individual values of arithmetic functions can be irregular, their average behavior often exhibits surprising regularity. Summatory functions capture this asymptotic information.

DefinitionSummatory Function

For an arithmetic function ff, its summatory function is:

F(x)=βˆ‘n≀xf(n)F(x) = \sum_{n \leq x} f(n)

We say ff has average order g(n)g(n) if:

βˆ‘n≀xf(n)βˆΌβˆ‘n≀xg(n)asΒ xβ†’βˆž\sum_{n \leq x} f(n) \sim \sum_{n \leq x} g(n) \quad \text{as } x \to \infty

meaning the ratio approaches 11.

ExampleClassical Summatory Functions
  • Divisor sum: βˆ‘n≀xΟ„(n)=xlog⁑x+(2Ξ³βˆ’1)x+O(x)\sum_{n \leq x} \tau(n) = x \log x + (2\gamma - 1)x + O(\sqrt{x})
  • Euler totient: βˆ‘n≀xΟ†(n)=3Ο€2x2+O(xlog⁑x)\sum_{n \leq x} \varphi(n) = \frac{3}{\pi^2} x^2 + O(x \log x)
  • MΓΆbius function: βˆ‘n≀xΞΌ(n)=o(x)\sum_{n \leq x} \mu(n) = o(x) (equivalent to the Prime Number Theorem)

The Dirichlet hyperbola method is a powerful technique for evaluating summatory functions involving convolutions.

DefinitionDirichlet Hyperbola Method

For arithmetic functions f,gf, g with summatory functions F,GF, G, and h=fβˆ—gh = f * g:

βˆ‘n≀xh(n)=βˆ‘d≀xf(d)G(x/d)+βˆ‘m≀xg(m)F(x/m)βˆ’F(x)G(x)\sum_{n \leq x} h(n) = \sum_{d \leq \sqrt{x}} f(d) G(x/d) + \sum_{m \leq \sqrt{x}} g(m) F(x/m) - F(\sqrt{x}) G(\sqrt{x})

This reduces the problem of summing hh to understanding FF and GG separately.

ExampleCounting Lattice Points

The hyperbola method can count lattice points under the hyperbola xy≀Nxy \leq N:

βˆ‘n≀NΟ„(n)=βˆ‘d≀N⌊N/dβŒ‹β‹…2βˆ’βŒŠNβŒ‹2\sum_{n \leq N} \tau(n) = \sum_{d \leq \sqrt{N}} \lfloor N/d \rfloor \cdot 2 - \lfloor \sqrt{N} \rfloor^2

which yields the asymptotic Nlog⁑N+(2Ξ³βˆ’1)N+O(N)N \log N + (2\gamma - 1)N + O(\sqrt{N}).

Remark

The error term in summatory functions often reveals deep arithmetic information. For instance, the error in βˆ‘n≀xΟ„(n)\sum_{n \leq x} \tau(n) is related to the Dirichlet divisor problem, whose optimal bound remains open.

Average order estimates transform chaotic individual behavior into smooth asymptotic formulas. This philosophyβ€”that arithmetic functions become "nicer" when averagedβ€”pervades analytic number theory and connects to profound conjectures like the Riemann Hypothesis through error term analysis.