Mathlib Map

Theorems · Theorem · commutative algebra

IsLocalizedModule.map_LocalizedModules

∀ {R : Type u_1} [inst : CommSemiring R] (S : Submonoid R) {M₀ : Type u_6} [inst_1 : AddCommMonoid M₀]
  [inst_2 : Module R M₀] {M₁ : Type u_7} [inst_3 : AddCommMonoid M₁] [inst_4 : Module R M₁] (g : M₀ →ₗ[R] M₁) (m : M₀)
  (s : ↥S),
  ((IsLocalizedModule.map S (LocalizedModule.mkLinearMap S M₀) (LocalizedModule.mkLinearMap S M₁)) g)
      (LocalizedModule.mk m s) =
    LocalizedModule.mk (g m) s

Formula for IsLocalizedModule.map when each localized module is a LocalizedModule.

Defined in
Mathlib.Algebra.Module.LocalizedModule.Basic
Cited by
1 results in Mathlib
Foundations
Depth 56 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.

Cites29

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

Cited by1

Results whose statement or proof uses this declaration.