Documentation

Mathlib.RingTheory.RegularLocalRing.AuslanderBuchsbaumSerre

A Noetherian Local Ring is Regular if its Maximal Ideal has Finite Projective Dimension #

def QuotSMulTop_map {R : Type u} [CommRing R] (x : R) {M : Type u_1} {N : Type u_2} [AddCommGroup M] [AddCommGroup N] [Module R M] [Module R N] (f : M →ₗ[R] N) :

The linear map M⧸xM →ₗ[R] N⧸xN induced by a linear map M →ₗ[R] N.

Equations
Instances For
    theorem QuotSMulTop_map_surjective {R : Type u} [CommRing R] (x : R) {M : Type u_1} {N : Type u_2} [AddCommGroup M] [AddCommGroup N] [Module R M] [Module R N] {f : M →ₗ[R] N} (surj : Function.Surjective f) :
    theorem QuotSMulTop_map_exact {R : Type u} [CommRing R] (x : R) {M : Type u_1} {N : Type u_2} {L : Type u_3} [AddCommGroup M] [AddCommGroup N] [AddCommGroup L] [Module R M] [Module R N] [Module R L] {f : M →ₗ[R] N} {g : N →ₗ[R] L} (exact : Function.Exact f g) (surj : Function.Surjective g) :
    theorem IsSMulRegular.of_free {R : Type u} [CommRing R] {x : R} (reg : IsSMulRegular R x) (M : Type u_1) [AddCommGroup M] [Module R M] [free : Module.Free R M] :