Commit 2024-11-15 15:51 1124c33d
View on Github →chore(Algebra/Polynomial): split Eval.lean
into smaller files (#19036)
This PR takes the rather large file Algebra/Polynomial/Eval.lean
and splits it into the following smaller files:
Algebra/Polynomial/Eval/Defs.lean
: definition of evaluation and bundled homsAlgebra/Polynomial/Eval/Algebra.lean
: evaluating where the map isalgebraMap
Algebra/Polynomial/Eval/Coeff.lean
:eval
andcoeff
Algebra/Polynomial/Eval/Degree.lean
:eval
anddegree
Algebra/Polynomial/Eval/Irreducible.lean
:eval
andIrreducible
Algebra/Polynomial/Eval/SMul.lean
:eval
and the module structure onPolynomial
Algebra/Polynomial/Eval/Subring.lean
:eval
into a subring