Skip to content

Commit 6a55829

Browse files
authored
fix(GeneralizedRiemannHypothesis): docstring fix (google-deepmind#1677)
(spotted by Gemini)
1 parent 2616a44 commit 6a55829

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FormalConjectures/Millenium/GeneralizedRiemannHypothesis.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ namespace GRH
2727
/-- Let $\chi$ be a Dirichlet character, `trivialZeros` is the set of trivial zeros of the
2828
Dirichlet $L$-function of $\chi$ which is always a set of non-positive integers.
2929
- $\chi = 1$ then the Dirichlet $L$-function is the Riemann zeta function, having trivial
30-
zeroes at all negative integers (exclude $0$).
30+
zeroes at all negative even integers (exclude $0$).
3131
- $\chi$ is odd, then the trivial zeroes are the negative odd integers.
3232
- $\chi \neq 1$ is even, then the trivial zeroes are the non-positive even integers. -/
3333
def trivialZeros {q : ℕ} (χ : DirichletCharacter ℂ q) : Set ℤ :=

0 commit comments

Comments
 (0)