We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba6854b commit 7bbc345Copy full SHA for 7bbc345
1 file changed
Mathlib/NumberTheory/Bernoulli.lean
@@ -19,11 +19,11 @@ a sequence of rational numbers. They show up in the formula for the sums of $k$t
19
powers. They are related to the Taylor series expansions of $x/\tan(x)$ and
20
of $\coth(x)$, and also show up in the values that the Riemann Zeta function
21
takes both at both negative and positive integers (and hence in the
22
-theory of modular forms). For example, if $1 \leq n$ is even then
+theory of modular forms). For example, if $1 \leq n$ then
23
24
$$\zeta(2n)=\sum_{t\geq1}t^{-2n}=(-1)^{n+1}\frac{(2\pi)^{2n}B_{2n}}{2(2n)!}.$$
25
26
-Note however that this result is not yet formalised in Lean.
+This result is formalised in Lean: `riemannZeta_two_mul_nat`.
27
28
The Bernoulli numbers can be formally defined using the power series
29
0 commit comments