Skip to content

Commit e24e420

Browse files
Update Mathlib/Analysis/SpecialFunctions/Trigonometric/Chebyshev/ChebyshevGauss.lean
Co-authored-by: Sebastien Gouezel <sebastien.gouezel@univ-rennes1.fr>
1 parent 147c5b7 commit e24e420

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Mathlib/Analysis/SpecialFunctions/Trigonometric/Chebyshev/ChebyshevGauss.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ open Real Polynomial Finset
3535
open Complex (exp I)
3636

3737
private lemma exp_sub_one_ne_zero {n : ℕ} {k : ℤ} (hn : n ≠ 0) (hk : ¬ (2 * n : ℤ) ∣ k) :
38-
exp (k / n * π * I) ≠ 1 := by
38+
exp (k / n * π * I) ≠ 1 := by
3939
contrapose! hk
4040
obtain ⟨m, hx⟩ := Complex.exp_eq_one_iff.mp hk
4141
have h : k = 2 * n * m := by

0 commit comments

Comments
 (0)