Commit 2024-12-02 07:36 675c28ea
View on Github →feat(Polynomial): new lemmas and noncommutative generalizations (#19665)
In Algebra/Polynomial/Eval/Degree.lean: two new lemmas about the coefficients and zero-ness of the composition of a polynomial with C r * X.
Noncommutative generalizations:
Algebra/Polynomial/Degree/Lemmas.lean: two lemmas
RingTheory/Polynomial/Tower.lean: one lemma
RingTheory/Polynomial/IntegralNormalization.lean: add of_commute versions of two lemmas similar to Polynomial.scaleRoots_eval₂_mul_of_commute and generalize one lemma.