Documentation

FormalConjecturesForMathlib.Algebra.Polynomial.Algebra

Algebra over the Ring of Polynomials #

@[simp]
theorem Polynomial.eval₂_id {R : Type u_1} [CommSemiring R] {p : Polynomial R} {x : R} :
eval₂ (RingHom.id R) x p = eval x p
@[simp]
theorem Polynomial.aeval_polynomial_pi {R : Type u_3} {S : Type u_4} [CommRing R] [CommRing S] [Algebra R S] (p : Polynomial (Polynomial R)) (f : SS) (x : S) :
(aeval f) p x = (aevalAeval x (f x)) p

#TODO: Generalize the following lemma to CommSemiring.