Commit 2024-11-15 09:38 12f31632
View on Github →chore(Algebra/Polynomial/Degree): split Definitions.lean
(#19038)
This file was very big and contained many more things than just the definitions of Polynomial.degree
et al. This PR splits off the following files:
Degree/Operations.lean
: lemmas to compute the degree for various ring operations (this is probably the file to import if you're missing something after merging this PR)Degree/Domain.lean
:Polynomial.instIsDomain
instance and its consequencesDegree/Monomial.lean
: lemmas to compute the degree for monomialsDegree/SmallDegree.lean
: lemmas where the degree is a specific small number such as 2 or 3Degree/Support.lean
: lemmas about writing polynomials as sum over the supportDegree/Units.lean
: lemmas about the degree of units