Commit 2025-02-23 23:50 f9a634b0
View on Github →refactor: move Polynomial.coeffs
and related results (#22225)
Move Polynomial.coeffs
and related results from Mathlib.RingTheory.Polynomial.Basic
to Mathlib.Algebra.Polynomial.Basic
as a preparation step to add results for Polynomial.lifts
using Polynomial.coeffs
. This is to avoid importing Mathlib.RingTheory.Polynomial.Basic
in Mathlib.Algebra.Polynomial.Lifts
.