Scaled Polynomial Degree Equals Chebyshev Degree

StatusFully Proven
TypeTheorem
ModuleChebyshevCircles.Proofs.PolynomialProperties

Statement

Theorem Scaled Polynomial Degree Equals Chebyshev Degree

For $N \geq 1$, $\deg(S_N(x;\theta)) = \deg(T_N(x)) = N$. This follows directly from the degree of the scaled polynomial and the Chebyshev degree lemma.

theorem scaledPolynomial_degree_eq_chebyshev (N : ) (θ : ) (hN : 0 < N) :
    (scaledPolynomial N θ).degree = (Polynomial.Chebyshev.T  N).degree := by
Proof


  rw [chebyshev_T_degree N hN]
  exact scaledPolynomial_degree N θ hN

Dependents (used by)

None

Neighborhood

Legend
Not Ready
Work in Progress
Sorry (theorems only)
Proven/Defined
Fully Proven (theorems only)
Axiom
Mathlib Ready
Theorems/Lemmas
Definitions
Axioms