Documentation

Mathlib.RingTheory.MvPolynomial

Multivariate polynomials over fields #

This file contains basic facts about multivariate polynomials over fields, for example that the dimension of the space of multivariate polynomials over a field is equal to the cardinality of finitely supported functions from the indexing set to .

@[implicit_reducible]
noncomputable instance MvPolynomial.instModule {σ : Type u} {K : Type v} [CommRing K] :
Equations