Skip to content

Commit 7bbc345

Browse files
committed
docs(Mathlib/NumberTheory/Bernoulli): update doc (#20377)
1 parent ba6854b commit 7bbc345

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Mathlib/NumberTheory/Bernoulli.lean

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ a sequence of rational numbers. They show up in the formula for the sums of $k$t
1919
powers. They are related to the Taylor series expansions of $x/\tan(x)$ and
2020
of $\coth(x)$, and also show up in the values that the Riemann Zeta function
2121
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
22+
theory of modular forms). For example, if $1 \leq n$ then
2323
2424
$$\zeta(2n)=\sum_{t\geq1}t^{-2n}=(-1)^{n+1}\frac{(2\pi)^{2n}B_{2n}}{2(2n)!}.$$
2525
26-
Note however that this result is not yet formalised in Lean.
26+
This result is formalised in Lean: `riemannZeta_two_mul_nat`.
2727
2828
The Bernoulli numbers can be formally defined using the power series
2929

0 commit comments

Comments
 (0)