Mathlib Map

Theorems · Theorem · commutative algebra

Polynomial.Chebyshev.T_add_two

∀ (R : Type u_1) [inst : CommRing R] (n : ℤ),
  Polynomial.Chebyshev.T R (n + 2) = 2 * Polynomial.X * Polynomial.Chebyshev.T R (n + 1) - Polynomial.Chebyshev.T R n
Defined in
Mathlib.RingTheory.Polynomial.Chebyshev
Cited by
20 results in Mathlib
Foundations
Depth 101 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.

Polynomial.Chebyshev.T_neg · cited by 8Chebyshev.T_negPolynomial.Chebyshev.T_sub_one · cited by 8Chebyshev.T_sub_onePolynomial.Chebyshev.T_derivative_eq_U · cited by 7Chebyshev.T_derivative_eq…Polynomial.Chebyshev.degree_T · cited by 7Chebyshev.degree_TPolynomial.Chebyshev.T_eval_neg · cited by 4Chebyshev.T_eval_negPolynomial.Chebyshev.T_complex_cos · cited by 3Chebyshev.T_complex_cosPolynomial.Chebyshev.T_eval_one · cited by 3Chebyshev.T_eval_onePolynomial.Chebyshev.T_sub_two · cited by 2Chebyshev.T_sub_twoPolynomial.Chebyshev.U_eq_X_mul_U_add_T · cited by 2Chebyshev.U_eq_X_mul_U_ad…Polynomial.Chebyshev.T_mul_T · cited by 2Chebyshev.T_mul_TPolynomial.Chebyshev.T_add_one · cited by 2Chebyshev.T_add_onePolynomial.Chebyshev.T_eval_zero · cited by 2Chebyshev.T_eval_zeroPolynomial.Chebyshev.C_comp_two_mul_X · cited by 2Chebyshev.C_comp_two_mul_XPolynomial.Chebyshev.one_sub_X_sq_mul_derivative_T_eq_poly_in_T · cited by 1Chebyshev.one_sub_X_sq_mu…Polynomial.Chebyshev.U_mem_span_T · cited by 1Chebyshev.U_mem_span_TCommRing · cited by 17173CommRingPolynomial · cited by 5681Polynomialmul_one · cited by 3885mul_oneadd_zero · cited by 2707add_zeroNat.cast_one · cited by 2501Nat.cast_onePolynomial.X · cited by 1639Polynomial.Xpow_one · cited by 894pow_oneNat.cast_add · cited by 586Nat.cast_addsub_add_cancel · cited by 344sub_add_cancelneg_add_rev · cited by 236neg_add_revPolynomial.Chebyshev.T · cited by 108Chebyshev.Tneg_add_cancel_comm · cited by 17neg_add_cancel_commChebyshev.T_add_twoCITED BYCITES

Cites12

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by20

Results whose statement or proof uses this declaration.