Theorems · Theorem · commutative algebra
Polynomial.Chebyshev.induct
∀ (motive : ℤ → Prop),
motive 0 →
motive 1 →
(∀ (n : ℕ), motive (↑n + 1) → motive ↑n → motive (↑n + 2)) →
(∀ (n : ℕ), motive (-↑n) → motive (-↑n + 1) → motive (-↑n - 1)) → ∀ (a : ℤ), motive aInduction principle used for proving facts about Chebyshev polynomials.
- Defined in
- Mathlib.RingTheory.Polynomial.Chebyshev
- Cited by
- 30 results in Mathlib
- Foundations
- Depth 48 from the axioms · uses propext, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites2
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- neg_addproof · cited by 69
- Polynomial.Chebyshev.T.inductproof · cited by 1
Cited by30
Results whose statement or proof uses this declaration.
- Polynomial.Chebyshev.T_negproof · cited by 8
- Polynomial.Chebyshev.T_derivative_eq_Uproof · cited by 7
- Polynomial.Chebyshev.U_complex_cosproof · cited by 3
- Polynomial.Chebyshev.induct'proof · cited by 3
- Polynomial.Chebyshev.T_complex_cosproof · cited by 3
- Polynomial.Chebyshev.T_eval_oneproof · cited by 3
- Polynomial.Chebyshev.C_negproof · cited by 2
- Polynomial.Chebyshev.U_eq_X_mul_U_add_Tproof · cited by 2
- Polynomial.Chebyshev.S_comp_two_mul_Xproof · cited by 2
- Polynomial.Chebyshev.U_eval_oneproof · cited by 2
- Polynomial.Chebyshev.U_eval_zeroproof · cited by 2
- Polynomial.Chebyshev.T_eval_zeroproof · cited by 2