Theorems · Theorem · field theory
Polynomial.induction_on
∀ {R : Type u} [inst : Semiring R] {motive : Polynomial R → Prop} (p : Polynomial R),
(∀ (a : R), motive (Polynomial.C a)) →
(∀ (p q : Polynomial R), motive p → motive q → motive (p + q)) →
(∀ (n : ℕ) (a : R),
motive (Polynomial.C a * Polynomial.X ^ n) → motive (Polynomial.C a * Polynomial.X ^ (n + 1))) →
motive p- Defined in
- Mathlib.Algebra.Polynomial.Basic
- Cited by
- 23 results in Mathlib
- Foundations
- Depth 104 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- Semiring
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites16
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
- Semiringstatement and proof · cited by 13,802
- Finsetproof · cited by 13,712
- RingHomstatement · cited by 10,189
- Polynomialstatement and proof · cited by 5,681
- Finset.sumproof · cited by 5,195
- mul_oneproof · cited by 3,885
- Polynomial.Xstatement and proof · cited by 1,639
- Polynomial.Cstatement and proof · cited by 1,598
- pow_zeroproof · cited by 1,094
- Polynomial.coeffproof · cited by 1,045
- Polynomial.supportproof · cited by 237
Cited by23
Results whose statement or proof uses this declaration.
- Polynomial.induction_on'proof · cited by 50
- Polynomial.aeval_algHom_applyproof · cited by 31
- Polynomial.map_compproof · cited by 14
- Polynomial.comp_assocproof · cited by 11
- Polynomial.expand_oneproof · cited by 10
- Polynomial.expand_aevalproof · cited by 4
- Polynomial.expand_expandproof · cited by 3
- Module.End.IsSemisimple.of_mem_adjoin_pairproof · cited by 3
- Polynomial.expand_evalproof · cited by 2
- Module.End.aeval_apply_of_hasEigenvectorproof · cited by 2
- AnalyticWithinAt.aeval_polynomialproof · cited by 2
- polynomialFunctions.eq_adjoin_Xproof · cited by 2