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 isalgebraMapAlgebra/Polynomial/Eval/Coeff.lean:evalandcoeffAlgebra/Polynomial/Eval/Degree.lean:evalanddegreeAlgebra/Polynomial/Eval/Irreducible.lean:evalandIrreducibleAlgebra/Polynomial/Eval/SMul.lean:evaland the module structure onPolynomialAlgebra/Polynomial/Eval/Subring.lean:evalinto a subring