Explicit Constant Formula Correctness
StatusFully Proven
TypeTheorem
ModuleChebyshevCircles.Proofs.MainTheoremSupport
Statement
For $N \geq 1$, $c(\theta) = [x^0]\, S_N(x;\theta) - [x^0]\, T_N(x) = 2^{N-1} \cdot (-1)^N \cdot \prod_{k=0}^{N-1}\cos(\theta + 2\pi k/N) - T_N(0)$.
theorem explicitConstant_correct (N : ℕ) (θ : ℝ) (hN : 0 < N) :
explicitConstant N θ = (scaledPolynomial N θ).coeff 0 - (Polynomial.Chebyshev.T ℝ N).coeff 0 := by
Proof
unfold explicitConstant constantTermFormula chebyshevConstantTerm
rw [scaledPolynomial_constantTerm_formula N θ hN, chebyshev_T_constantTerm]
-- Both sides are: constantTermFormula N θ - chebyshevConstantTerm N
rfl
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