Commit 2026-04-03 09:00 79463c83
View on Github →chore(NumberTheory/DirichletCharacter): use [NeZero n] everywhere (#37425)
At the moment, both n ≠ 0 and [NeZero n] are used in the file Mathlib.NumberTheory.DirichletCharacter.Basic to express the fact that the level is nonzero.
This PR fixes that by changing to [NeZero n] everywhere.