Documentation

Mathlib.RingTheory.MvPowerSeries.Equiv

Equivalences related to power series rings #

This file establishes a number of equivalences related to power series rings.

theorem MvPowerSeries.truncTotal_sub_truncTotal_mem_pow_idealOfVars {σ : Type u_1} {R : Type u_2} [CommRing R] [Finite σ] {l m n : } (h : l m) (h' : l n) (p : MvPowerSeries σ R) :
noncomputable def MvPowerSeries.truncTotalAlgHom (σ : Type u_3) (R : Type u_4) [Finite σ] [CommRing R] (n : ) :

The canonical map induced by truncTotal from multivariate power series to the quotient ring of multivariate polynomials by the n-th power of the ideal spanned by all variables.

Equations
  • One or more equations did not get rendered due to their size.
Instances For
    @[simp]
    theorem MvPowerSeries.truncTotalAlgHom_apply (σ : Type u_3) (R : Type u_4) [Finite σ] [CommRing R] (n : ) (p : MvPowerSeries σ R) :

    The canonical map from multivariate power series to the adic completion of multivariate polynomials with respect to the ideal spanned by all variables when the index is finite.

    Equations
    Instances For
      theorem MvPowerSeries.coeff_toAdicCompletion_val_apply_out {σ : Type u_1} {R : Type u_2} [CommRing R] [Finite σ] {x : σ →₀ } {p : MvPowerSeries σ R} {n : } (hx : Finsupp.degree x < n) :
      noncomputable def MvPowerSeries.toAdicCompletionInv (σ : Type u_3) (R : Type u_4) [CommRing R] (f : AdicCompletion (MvPolynomial.idealOfVars σ R) (MvPolynomial σ R)) :

      An inverse function of toAdicCompletion.

      Equations
      Instances For

        The isomorphism from multivariate power series to the adic completion of multivariate polynomials with respect to the ideal spanned by all variables when the index is finite.

        Equations
        • One or more equations did not get rendered due to their size.
        Instances For
          @[simp]