Documentation

Mathlib.RingTheory.Extension.ExtendScalars

Extension of Scalars for Algebra Extensions #

This file provides APIs for extending the base ring of an algebra extension P : Extension R S to its own extension ring P.Ring. We introduce canonical maps and isomorphisms between the cotangent spaces and the first homology of naive cotangent complex associated with P.extendScalars and P. We provide commutativity results of these maps and ismorphisms (See https://github.com/leanprover-community/mathlib4/pull/39520 for an image of the full diagram). In particular, we show the boundary map of the Jacobi-Zariski sequence of R → P.Ring → S coincides with P.cotangentComplex via a canonical isomorphism P.h1CotangentEquivCotangent.

Main definitions and results #

def Algebra.Extension.extendScalars {R : Type u} {S : Type v} [CommRing R] [CommRing S] [Algebra R S] (P : Extension R S) :

Given an extension P of S over R, P.extendScalars is the same extension but viewed as an extension of S over P.Ring.

Equations
Instances For
    @[simp]
    theorem Algebra.Extension.extendScalars_σ {R : Type u} {S : Type v} [CommRing R] [CommRing S] [Algebra R S] (P : Extension R S) (a✝ : S) :
    P.extendScalars.σ a✝ = P.σ a✝
    @[simp]
    noncomputable def Algebra.Extension.toExtendScalars {R : Type u} {S : Type v} [CommRing R] [CommRing S] [Algebra R S] (P : Extension R S) :

    The canonical homomorphism from P to P.extendScalars induced by the identity map on the underlying extension rings.

    Equations
    Instances For

      Extension.extendScalars does not change the cotangent space of an extension.

      Equations
      Instances For

        The first homology of the naive cotangent complex of P.extendScalars is linearly equivalent to that of S over P.Ring.

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

          Given an extension P of S over R such that algebraMap R P.Ring is surjective, this is the equivalence induced by P.h1Cotangentι.

          Equations
          Instances For

            Given an extension P : Extension R S, this is the linear equivalence between the first homology of the naive cotangent complex of S over P.Ring and the cotangent space of P.

            Equations
            Instances For