Theorems · Theorem · commutative algebra
MvPolynomial.induction_on
∀ {R : Type u} {σ : Type u_1} [inst : CommSemiring R] {motive : MvPolynomial σ R → Prop} (p : MvPolynomial σ R),
(∀ (a : R), motive (MvPolynomial.C a)) →
(∀ (p q : MvPolynomial σ R), motive p → motive q → motive (p + q)) →
(∀ (p : MvPolynomial σ R) (n : σ), motive p → motive (p * MvPolynomial.X n)) → motive pAnalog of Polynomial.induction_on.
If a property holds for any constant polynomial
and is preserved under addition and multiplication by variables
then it holds for all multivariate polynomials.
- Defined in
- Mathlib.Algebra.MvPolynomial.Basic
- Cited by
- 43 results in Mathlib
- Foundations
- Depth 89 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- CommSemiring
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites11
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
- CommSemiringstatement and proof · cited by 10,911
- RingHomstatement · cited by 10,189
- Finsuppstatement and proof · cited by 5,255
- MvPolynomialstatement and proof · cited by 2,140
- Finsupp.supportproof · cited by 828
- MvPolynomial.Xstatement and proof · cited by 552
- MvPolynomial.Cstatement and proof · cited by 400
- AddMonoidAlgebra.coeffproof · cited by 365
- MvPolynomial.monomialproof · cited by 253
- MvPolynomial.induction_on''proof · cited by 3
Cited by43
Results whose statement or proof uses this declaration.
- MvPolynomial.eval₂_mulproof · cited by 21
- MvPolynomial.coeff_mapproof · cited by 13
- MvPolynomial.eval_mapproof · cited by 9
- MvPolynomial.pderiv_mapproof · cited by 8
- MvPolynomial.map_renameproof · cited by 8
- Algebra.Generators.toAlgHom_ofComp_surjectiveproof · cited by 5
- MvPolynomial.adjoin_range_Xproof · cited by 4
- AnalyticAt.aeval_mvPolynomialproof · cited by 3
- MvPolynomial.eval₂_comp_rightproof · cited by 3
- MvPolynomial.eval₂_renameproof · cited by 3
- MvPolynomial.pderiv_renameproof · cited by 2
- MvPolynomial.pderiv_sumRingEquivproof · cited by 2