Fungrim home page

Fungrim entry: a5d65f

(RH)    (n=1λna(n)2<   where a(n)=log(n)2log ⁣(2π)+1γ2)\left(\operatorname{RH}\right) \iff \left(\sum_{n=1}^{\infty} {\left|\lambda_{n} - a(n)\right|}^{2} < \infty\; \text{ where } a(n) = \frac{\log(n)}{2} - \frac{\log\!\left(2 \pi\right) + 1 - \gamma}{2}\right)
References:
  • https://doi.org/10.7169/facm/1317045228
TeX:
\left(\operatorname{RH}\right) \iff \left(\sum_{n=1}^{\infty} {\left|\lambda_{n} - a(n)\right|}^{2} < \infty\; \text{ where } a(n) = \frac{\log(n)}{2} - \frac{\log\!\left(2 \pi\right) + 1 - \gamma}{2}\right)
Definitions:
Fungrim symbol Notation Short description
RiemannHypothesisRH\operatorname{RH} Riemann hypothesis
Sumnf(n)\sum_{n} f(n) Sum
Powab{a}^{b} Power
Absz\left|z\right| Absolute value
KeiperLiLambdaλn\lambda_{n} Keiper-Li coefficient
Infinity\infty Positive infinity
Loglog(z)\log(z) Natural logarithm
Piπ\pi The constant pi (3.14...)
ConstGammaγ\gamma The constant gamma (0.577...)
Source code for this entry:
Entry(ID("a5d65f"),
    Formula(Equivalent(RiemannHypothesis, Where(Less(Sum(Pow(Abs(Sub(KeiperLiLambda(n), a(n))), 2), For(n, 1, Infinity)), Infinity), Equal(a(n), Sub(Div(Log(n), 2), Div(Sub(Add(Log(Mul(2, Pi)), 1), ConstGamma), 2)))))),
    References("https://doi.org/10.7169/facm/1317045228"))

Topics using this entry

Copyright (C) Fredrik Johansson and contributors. Fungrim is provided under the MIT license. The source code is on GitHub.

2021-03-15 19:12:00.328586 UTC