Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ import Mathlib.Analysis.SpecialFunctions.Trigonometric.Complex
* T_n(x) ∈ [-1, 1] iff x ∈ [-1, 1]: `abs_eval_T_real_le_one_iff`
* Zeroes of T and U: `roots_T_real`, `roots_U_real`
* Local extrema of T: `isLocalExtr_T_real_iff`, `isExtrOn_T_real_iff`

## TODO

Prove that the roots of the Chebyshev polynomials (except 0) are irrational.
-/

public section
Expand Down
2 changes: 0 additions & 2 deletions Mathlib/RingTheory/Polynomial/Chebyshev.lean
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@ and do not have `map (Int.castRingHom R)` interfering all the time.

* Redefine and/or relate the definition of Chebyshev polynomials to `LinearRecurrence`.
* Add explicit formula involving square roots for Chebyshev polynomials
* Compute zeroes and extrema of Chebyshev polynomials.
* Prove that the roots of the Chebyshev polynomials (except 0) are irrational.
-/

@[expose] public section
Expand Down