Theorems · Theorem · commutative algebra
Polynomial.Chebyshev.one_sub_X_sq_mul_iterate_derivative_T_eval
∀ {R : Type u_1} [inst : CommRing R] (n : ℤ) (k : ℕ) (x : R),
(1 - x ^ 2) * Polynomial.eval x ((⇑Polynomial.derivative)^[k + 2] (Polynomial.Chebyshev.T R n)) =
(2 * ↑k + 1) * x * Polynomial.eval x ((⇑Polynomial.derivative)^[k + 1] (Polynomial.Chebyshev.T R n)) -
(↑n ^ 2 - ↑k ^ 2) * Polynomial.eval x ((⇑Polynomial.derivative)^[k] (Polynomial.Chebyshev.T R n))- Defined in
- Mathlib.RingTheory.Polynomial.Chebyshev
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 116 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- CommRing
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites24
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- RingHom.idstatement · cited by 18,349
- CommRingstatement and proof · cited by 17,173
- LinearMapstatement · cited by 10,215
- Polynomialstatement and proof · cited by 5,681
- mul_oneproof · cited by 3,885
- add_zeroproof · cited by 2,707
- Nat.cast_oneproof · cited by 2,501
- Polynomial.Xproof · cited by 1,639
- pow_oneproof · cited by 894
- Polynomial.evalstatement and proof · cited by 796
- Nat.iteratestatement and proof · cited by 740
Cited by2
Results whose statement or proof uses this declaration.
- Polynomial.Chebyshev.iterate_derivative_T_eval_one_recurrenceproof · cited by 1
- Polynomial.Chebyshev.iterate_derivative_T_eval_zero_recurrenceproof · cited by 0