Module docstring
{"# Equivalences between polynomial rings
This file establishes a number of equivalences between polynomial rings, based on equivalences between the underlying types.
Notation
As in other polynomial files, we typically use the notation:
σ : Type*(indexing the variables)R : Type*[CommSemiring R](the coefficients)s : σ →₀ ℕ, a function fromσtoℕwhich is zero away from a finite set. This will give rise to a monomial inMvPolynomial σ Rwhich mathematicians might callX^sa : Ri : σ, with corresponding monomialX i, often denotedX_iby mathematiciansp : MvPolynomial σ R
Tags
equivalence, isomorphism, morphism, ring hom, hom
"}