Mathlib v3 is deprecated. Go to Mathlib v4

Commit 2021-05-28 11:55 5fff3b19

View on Github →

feat(ring_theory/mv_polynomial/basic): add polynomial.basis_monomials (#7728) We add polynomial.basis_monomials : the monomials form a basis on polynomial R. Because of the structure of the import, it seems to me a little complicated to do it directly, so I use mv_polynomial.punit_alg_equiv

Estimated changes