Theorems · Theorem · special functions
Polynomial.Chebyshev.isExtrOn_T_real_iff
∀ {n : ℕ},
n ≠ 0 →
∀ {x : ℝ},
x ∈ Set.Icc (-1) 1 →
(IsExtrOn (fun x => Polynomial.eval x (Polynomial.Chebyshev.T ℝ ↑n)) (Set.Icc (-1) 1) x ↔
∃ k ≤ n, x = Real.cos (↑k * Real.pi / ↑n))- Cited by
- 0 results in Mathlib
- Foundations
- Depth 219 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites27
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement · cited by 53,352
- Realstatement and proof · cited by 25,697
- one_mulproof · cited by 2,841
- Nat.cast_oneproof · cited by 2,501
- Real.pistatement and proof · cited by 1,774
- Set.Iccstatement and proof · cited by 1,702
- MulZeroClass.zero_mulproof · cited by 1,625
- Polynomial.evalstatement and proof · cited by 796
- Real.cosstatement and proof · cited by 424
- CharP.cast_eq_zeroproof · cited by 357
- zero_divproof · cited by 222
- IsMaxOnproof · cited by 114
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.