Skip to content

Commit

Permalink
appease linter
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelStollBayreuth committed Oct 27, 2024
1 parent 2cdf288 commit 17eb2fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Mathlib/NumberTheory/LSeries/QuadraticNonvanishing.lean
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ and derive further statements eventually leading to a contradiction.
/-- The object we're trying to show doesn't exist: A nontrivial quadratic Dirichlet character
whose L-function vanishes at `s =1`. -/
structure BadChar (N : ℕ) [NeZero N] where
/-- The character we want to show cannot exist. -/
χ : DirichletCharacter ℂ N
χ_ne : χ ≠ 1
χ_sq : χ ^ 2 = 1
Expand Down

0 comments on commit 17eb2fd

Please sign in to comment.