mathlib
3a5c8711 - refactor(polynomial/*): make polynomials irreducible (#7421)

Commit
4 years ago
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.
Author
Parents
Loading