Commit 2021-05-07 09:30 3a5c8711
View on Github →refactor(polynomial/*): make polynomials irreducible (#7421) Polynomials are the most basic objects in field theory. Making them irreducible helps Lean, because it can not try to unfold things too far, and it helps the user because it forces him to use a sane API instead of mixing randomly stuff from finsupp and from polynomials, as used to be the case in mathlib before this PR.