Section 24.3 From Riemann to Dirichlet and Euler
xxxxxxxxxx
def _(e=(1,[0..3]),f=(2,[0..3]),g=(0,[0..3])):
n = 2^e*3^f*5^g
pretty_print(html("You picked $%s=2^{%s}3^{%s}5^{%s}$"%(n,e,f,g)))
str = '$$'+'+'.join([r'\frac{%s}{%s}'%(moebius(d),d) for d in divisors(n)])+'=%s$$'%sum([moebius(d)/d for d in divisors(n)])
str2 = '$$'+''.join([r'\left(1-\frac{1}{%s}\right)'%p for (p,e) in factor(n)])+'=%s$$'%prod([1-1/p for (p,e) in factor(n)])
pretty_print(html(str))
pretty_print(html("compare to "+str2))
Subsection 24.3.1 Dirichlet series
We give such series a name. The following definition is purely formal, considered without considering issues such as convergence. (See [E.2.8, Chapter 4.6] for an interesting formal viewpoint on the set of these series.)Definition 24.3.1. Dirichlet Series.
In general, for an arithmetic function
For what arithmetic function is the Riemann zeta function the Dirichlet series?
What would the Dirichlet series of
be?What about the Dirichlet series of
Subsection 24.3.2 Euler products
For our purposes, the very important thing to note about such series is that they often can be expanded as infinite products.Definition 24.3.2. Euler Products.
In general, for an arithmetic function
Example 24.3.3. Euler product for Riemann zeta function.
We have already suggested one for the zeta function: