Module docstring
{"# Renaming variables of polynomials
This file establishes the rename operation on multivariate polynomials,
which modifies the set of variables.
Main declarations
MvPolynomial.renameMvPolynomial.renameEquiv
Notation
As in other polynomial files, we typically use the notation:
σ τ α : Type*(indexing the variables)R S : Type*[CommSemiring R][CommSemiring S](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^sr : Relements of the coefficient ringi : σ, with corresponding monomialX i, often denotedX_iby mathematiciansp : MvPolynomial σ α
"}