Scaled Polynomial Coefficient Accessor

StatusFully Proven
TypeAbbrev
ModuleChebyshevCircles.Definitions.Core

Statement

Abbrev Scaled Polynomial Coefficient Accessor

Extracts the $k$-th coefficient of $S_N(x;\theta)$. In particular, the constant term is \texttt{scaledPolynomial\_coeff N θ 0} and the leading coefficient is \texttt{scaledPolynomial\_coeff N θ N} $= 2^{N-1}$.

abbrev scaledPolynomial_coeff (N : ) (θ : ) (k : ) :  :=
  (scaledPolynomial N θ).coeff k

Dependencies (uses)

Dependents (used by)

Neighborhood

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