File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Analysis/SpecialFunctions/Trigonometric/Chebyshev Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,10 @@ import Mathlib.Analysis.SpecialFunctions.Trigonometric.Complex
2222* T_n(x) ∈ [-1, 1] iff x ∈ [-1, 1 ]: `abs_eval_T_real_le_one_iff`
2323* Zeroes of T and U: `roots_T_real`, `roots_U_real`
2424* Local extrema of T: `isLocalExtr_T_real_iff`, `isExtrOn_T_real_iff`
25+
26+ ## TODO
27+
28+ Prove that the roots of the Chebyshev polynomials (except 0) are irrational.
2529-/
2630
2731public section
Original file line number Diff line number Diff line change @@ -54,8 +54,6 @@ and do not have `map (Int.castRingHom R)` interfering all the time.
5454
5555* Redefine and/or relate the definition of Chebyshev polynomials to `LinearRecurrence`.
5656* Add explicit formula involving square roots for Chebyshev polynomials
57- * Compute zeroes and extrema of Chebyshev polynomials.
58- * Prove that the roots of the Chebyshev polynomials (except 0) are irrational.
5957 -/
6058
6159@[expose] public section
You can’t perform that action at this time.
0 commit comments