Mathlib Map

Theorems · Definition · commutative algebra

LocalizedModule.map

{R : Type u_1} →
  [inst : CommSemiring R] →
    (S : Submonoid R) →
      {M : Type u_2} →
        [inst_1 : AddCommMonoid M] →
          [inst_2 : Module R M] →
            {N : Type u_3} →
              [inst_3 : AddCommMonoid N] →
                [inst_4 : Module R N] → (M →ₗ[R] N) →ₗ[R] LocalizedModule S M →ₗ[Localization S] LocalizedModule S N

A linear map M →ₗ[R] N gives a map between localized modules Mₛ →ₗ[Rₛ] Nₛ.

Defined in
Mathlib.RingTheory.Localization.Module
Cited by
29 results in Mathlib
Foundations
Depth 63 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CommSemiringAddCommMonoidModuleAddCommMonoidModule

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

LocalizedModule.map_mk · cited by 5LocalizedModule.map_mkLocalizedModule.coe_map_eq · cited by 4LocalizedModule.coe_map_eqModule.projective_of_localization_maximal · cited by 3Module.projective_of_loca…exists_bijective_map_powers · cited by 3exists_bijective_map_powe…surjective_of_localized_maximal · cited by 2surjective_of_localized_m…LocalizedModule.restrictScalars_map_eq · cited by 2LocalizedModule.restrictS…Algebra.IsSmoothAt.exists_notMem_isStandardSmooth · cited by 2IsSmoothAt.exists_notMem_…Module.injective_of_localization_maximal · cited by 2Module.injective_of_local…LocalizedModule.map_id · cited by 2LocalizedModule.map_idLocalizedModule.map_surjective · cited by 2LocalizedModule.map_surje…surjective_of_localized_span · cited by 1surjective_of_localized_s…LinearMap.localizedMap_surjective_iff_subsingleton_localized_coker · cited by 1LinearMap.localizedMap_su…Module.exists_localizedMap_away_surjective_of_localizedMap_atPrime_surjective · cited by 1Module.exists_localizedMa…IsLocalizedModule.map_bijective_iff_localizedModuleMap_bijective · cited by 1IsLocalizedModule.map_bij…LinearMap.split_surjective_of_localization_maximal · cited by 1LinearMap.split_surjectiv…Module · cited by 20661ModuleRingHom.id · cited by 18349RingHom.idAddCommMonoid · cited by 12281AddCommMonoidCommSemiring · cited by 10911CommSemiringLinearMap · cited by 10215LinearMapSubmonoid · cited by 3086SubmonoidLocalization · cited by 270LocalizationLocalizedModule · cited by 154LocalizedModuleLocalizedModule.mkLinearMap · cited by 76LocalizedModule.mkLinearM…IsLocalizedModule.mapExtendScalars · cited by 8IsLocalizedModule.mapExte…LocalizedModule.mapCITED BYCITES

Cites10

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by29

Results whose statement or proof uses this declaration.