Theorems · Theorem · commutative algebra
LocalizedModule.map_exact
∀ {R : Type u_1} [inst : CommSemiring R] (S : Submonoid R) {M₀ : Type u_2} [inst_1 : AddCommMonoid M₀]
[inst_2 : Module R M₀] {M₁ : Type u_3} [inst_3 : AddCommMonoid M₁] [inst_4 : Module R M₁] {M₂ : Type u_4}
[inst_5 : AddCommMonoid M₂] [inst_6 : Module R M₂] (g : M₀ →ₗ[R] M₁) (h : M₁ →ₗ[R] M₂),
Function.Exact ⇑g ⇑h →
Function.Exact ⇑((IsLocalizedModule.map S (LocalizedModule.mkLinearMap S M₀) (LocalizedModule.mkLinearMap S M₁)) g)
⇑((IsLocalizedModule.map S (LocalizedModule.mkLinearMap S M₁) (LocalizedModule.mkLinearMap S M₂)) h)Localization of modules is an exact functor, proven here for LocalizedModule.
See IsLocalizedModule.map_exact for the more general version.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 57 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites22
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- Modulestatement and proof · cited by 20,661
- RingHom.idstatement and proof · cited by 18,349
- AddCommMonoidstatement and proof · cited by 12,281
- CommSemiringstatement and proof · cited by 10,911
- LinearMapstatement and proof · cited by 10,215
- Set.rangeproof · cited by 4,705
- Submonoidstatement and proof · cited by 3,086
- one_smulproof · cited by 1,374
- smul_zeroproof · cited by 665
- map_smulproof · cited by 566
- Function.Exactstatement and proof · cited by 182
Cited by1
Results whose statement or proof uses this declaration.
- IsLocalizedModule.map_exactproof · cited by 2