Loogle!
Result
Found 252 declarations mentioning IsLocalizedModule. Of these, only the first 200 are shown.
- IsLocalizedModule 📋 Mathlib.Algebra.Module.LocalizedModule.Basic
{R : Type u_1} [CommSemiring R] {M : Type u_2} {M' : Type u_3} [AddCommMonoid M] [AddCommMonoid M'] [Module R M] [Module R M'] (S : Submonoid R) (f : M →ₗ[R] M') : Prop - IsLocalizedModule.subsingleton_of_subsingleton 📋 Mathlib.Algebra.Module.LocalizedModule.Basic
{R : Type u_6} {M : Type u_8} {M' : Type u_9} [CommSemiring R] [AddCommMonoid M] [Module R M] [AddCommMonoid M'] [Module R M'] (S : Submonoid R) (g : M →ₗ[R] M') [IsLocalizedModule S g] [Subsingleton M] : Subsingleton M' - IsLocalizedModule.fromLocalizedModule' 📋 Mathlib.Algebra.Module.LocalizedModule.Basic
{R : Type u_1} [CommSemiring R] (S : Submonoid R) {M : Type u_2} {M' : Type u_3} [AddCommMonoid M] [AddCommMonoid M'] [Module R M] [Module R M'] (f : M →ₗ[R] M') [IsLocalizedModule S f] : LocalizedModule S M → M' - IsLocalizedModule.module 📋 Mathlib.Algebra.Module.LocalizedModule.Basic
{R : Type u_6} {A : Type u_7} {M : Type u_8} {M' : Type u_9} [CommSemiring R] [CommSemiring A] [Algebra R A] (S : Submonoid R) [AddCommMonoid M] [Module R M] [AddCommMonoid M'] [Module R M'] [IsLocalization S A] (f : M →ₗ[R] M') [IsLocalizedModule S f] : Module A M' - IsLocalizedModule.mk' 📋 Mathlib.Algebra.Module.LocalizedModule.Basic
{R : Type u_1} [CommSemiring R] {S : Submonoid R} {M : Type u_2} {M' : Type u_3} [AddCommMonoid M] [AddCommMonoid M'] [Module R M] [Module R M'] (f : M →ₗ[R] M') [IsLocalizedModule S f] (m : M) (s : ↥S) : M' - IsLocalizedModule.subsingleton_iff_ker_eq_top 📋 Mathlib.Algebra.Module.LocalizedModule.Basic
{R : Type u_6} {M : Type u_8} {M' : Type u_9} [CommSemiring R] [AddCommMonoid M] [Module R M] [AddCommMonoid M'] [Module R M'] (S : Submonoid R) (g : M →ₗ[R] M') [IsLocalizedModule S g] : Subsingleton M' ↔ g.ker = ⊤ - localizedModuleIsLocalizedModule 📋 Mathlib.Algebra.Module.LocalizedModule.Basic
{R : Type u_1} [CommSemiring R] (S : Submonoid R) {M : Type u_2} [AddCommMonoid M] [Module R M] : IsLocalizedModule S (LocalizedModule.mkLinearMap S M) - IsLocalizedModule.mk'_zero 📋 Mathlib.Algebra.Module.LocalizedModule.Basic
{R : Type u_1} [CommSemiring R] {S : Submonoid R} {M : Type u_2} {M' : Type u_3} [AddCommMonoid M] [AddCommMonoid M'] [Module R M] [Module R M'] (f : M →ₗ[R] M') [IsLocalizedModule S f] (s : ↥S) : IsLocalizedModule.mk' f 0 s = 0 - IsLocalizedModule.linearEquiv 📋 Mathlib.Algebra.Module.LocalizedModule.Basic
{R : Type u_1} [CommSemiring R] (S : Submonoid R) {M : Type u_2} {M' : Type u_3} {M'' : Type u_4} [AddCommMonoid M] [AddCommMonoid M'] [AddCommMonoid M''] [Module R M] [Module R M'] [Module R M''] (f : M →ₗ[R] M') (g : M →ₗ[R] M'') [IsLocalizedModule S f] [IsLocalizedModule S g] : M' ≃ₗ[R] M'' - isLocalizedModule_id 📋 Mathlib.Algebra.Module.LocalizedModule.Basic
{R : Type u_1} [CommSemiring R] (S : Submonoid R) (M : Type u_2) [AddCommMonoid M] [Module R M] (R' : Type u_6) [CommSemiring R'] [Algebra R R'] [IsLocalization S R'] [Module R' M] [IsScalarTower R R' M] : IsLocalizedModule S LinearMap.id - IsLocalizedModule.mk'_surjective 📋 Mathlib.Algebra.Module.LocalizedModule.Basic
{R : Type u_1} [CommSemiring R] (S : Submonoid R) {M : Type u_2} {M' : Type u_3} [AddCommMonoid M] [AddCommMonoid M'] [Module R M] [Module R M'] (f : M →ₗ[R] M') [IsLocalizedModule S f] : Function.Surjective (Function.uncurry (IsLocalizedModule.mk' f)) - IsLocalizedModule.subsingleton_iff 📋 Mathlib.Algebra.Module.LocalizedModule.Basic
{R : Type u_6} {M : Type u_8} {M' : Type u_9} [CommSemiring R] [AddCommMonoid M] [Module R M] [AddCommMonoid M'] [Module R M'] (S : Submonoid R) (g : M →ₗ[R] M') [IsLocalizedModule S g] : Subsingleton M' ↔ ∀ (m : M), ∃ r ∈ S, r • m = 0 - IsLocalizedModule.mk'_add 📋 Mathlib.Algebra.Module.LocalizedModule.Basic
{R : Type u_1} [CommSemiring R] {S : Submonoid R} {M : Type u_2} {M' : Type u_3} [AddCommMonoid M] [AddCommMonoid M'] [Module R M] [Module R M'] (f : M →ₗ[R] M') [IsLocalizedModule S f] (m₁ m₂ : M) (s : ↥S) : IsLocalizedModule.mk' f (m₁ + m₂) s = IsLocalizedModule.mk' f m₁ s + IsLocalizedModule.mk' f m₂ s - IsLocalizedModule.mk'_neg 📋 Mathlib.Algebra.Module.LocalizedModule.Basic
{R : Type u_1} [CommSemiring R] {S : Submonoid R} {M : Type u_6} {M' : Type u_7} [AddCommGroup M] [SubtractionCommMonoid M'] [Module R M] [Module R M'] (f : M →ₗ[R] M') [IsLocalizedModule S f] (m : M) (s : ↥S) : IsLocalizedModule.mk' f (-m) s = -IsLocalizedModule.mk' f m s - IsLocalizedModule.fromLocalizedModule 📋 Mathlib.Algebra.Module.LocalizedModule.Basic
{R : Type u_1} [CommSemiring R] (S : Submonoid R) {M : Type u_2} {M' : Type u_3} [AddCommMonoid M] [AddCommMonoid M'] [Module R M] [Module R M'] (f : M →ₗ[R] M') [IsLocalizedModule S f] : LocalizedModule S M →ₗ[R] M' - IsLocalizedModule.liftOfLE 📋 Mathlib.Algebra.Module.LocalizedModule.Basic
{R : Type u_1} [CommSemiring R] {M : Type u_2} [AddCommMonoid M] [Module R M] {M₁ : Type u_6} {M₂ : Type u_7} [AddCommMonoid M₁] [AddCommMonoid M₂] [Module R M₁] [Module R M₂] (S₁ S₂ : Submonoid R) (h : S₁ ≤ S₂) (f₁ : M →ₗ[R] M₁) (f₂ : M →ₗ[R] M₂) [IsLocalizedModule S₁ f₁] [IsLocalizedModule S₂ f₂] : M₁ →ₗ[R] M₂ - IsLocalizedModule.instLiftOfLE 📋 Mathlib.Algebra.Module.LocalizedModule.Basic
{R : Type u_1} [CommSemiring R] {M : Type u_2} [AddCommMonoid M] [Module R M] {M₁ : Type u_6} {M₂ : Type u_7} [AddCommMonoid M₁] [AddCommMonoid M₂] [Module R M₁] [Module R M₂] (S₁ S₂ : Submonoid R) (h : S₁ ≤ S₂) (f₁ : M →ₗ[R] M₁) (f₂ : M →ₗ[R] M₂) [IsLocalizedModule S₁ f₁] [IsLocalizedModule S₂ f₂] : IsLocalizedModule S₂ (IsLocalizedModule.liftOfLE S₁ S₂ h f₁ f₂) - IsLocalizedModule.isScalarTower_module 📋 Mathlib.Algebra.Module.LocalizedModule.Basic
{R : Type u_6} {A : Type u_7} {M : Type u_8} {M' : Type u_9} [CommSemiring R] [CommSemiring A] [Algebra R A] (S : Submonoid R) [AddCommMonoid M] [Module R M] [AddCommMonoid M'] [Module R M'] [IsLocalization S A] (f : M →ₗ[R] M') [IsLocalizedModule S f] : IsScalarTower R A M' - IsLocalizedModule.fromLocalizedModule'_add 📋 Mathlib.Algebra.Module.LocalizedModule.Basic
{R : Type u_1} [CommSemiring R] (S : Submonoid R) {M : Type u_2} {M' : Type u_3} [AddCommMonoid M] [AddCommMonoid M'] [Module R M] [Module R M'] (f : M →ₗ[R] M') [IsLocalizedModule S f] (x y : LocalizedModule S M) : IsLocalizedModule.fromLocalizedModule' S f (x + y) = IsLocalizedModule.fromLocalizedModule' S f x + IsLocalizedModule.fromLocalizedModule' S f y - IsLocalizedModule.iso 📋 Mathlib.Algebra.Module.LocalizedModule.Basic
{R : Type u_1} [CommSemiring R] (S : Submonoid R) {M : Type u_2} {M' : Type u_3} [AddCommMonoid M] [AddCommMonoid M'] [Module R M] [Module R M'] (f : M →ₗ[R] M') [IsLocalizedModule S f] : LocalizedModule S M ≃ₗ[R] M' - IsLocalizedModule.mk'_sub 📋 Mathlib.Algebra.Module.LocalizedModule.Basic
{R : Type u_1} [CommSemiring R] {S : Submonoid R} {M : Type u_6} {M' : Type u_7} [AddCommGroup M] [SubtractionCommMonoid M'] [Module R M] [Module R M'] (f : M →ₗ[R] M') [IsLocalizedModule S f] (m₁ m₂ : M) (s : ↥S) : IsLocalizedModule.mk' f (m₁ - m₂) s = IsLocalizedModule.mk' f m₁ s - IsLocalizedModule.mk' f m₂ s - IsLocalizedModule.mk'_eq_zero 📋 Mathlib.Algebra.Module.LocalizedModule.Basic
{R : Type u_1} [CommSemiring R] {S : Submonoid R} {M : Type u_2} {M' : Type u_3} [AddCommMonoid M] [AddCommMonoid M'] [Module R M] [Module R M'] {f : M →ₗ[R] M'} [IsLocalizedModule S f] {m : M} (s : ↥S) : IsLocalizedModule.mk' f m s = 0 ↔ f m = 0 - IsLocalizedModule.isRegular_of_smul_left_injective 📋 Mathlib.Algebra.Module.LocalizedModule.Basic
{R : Type u_1} [CommSemiring R] {S : Submonoid R} {M : Type u_2} {M' : Type u_3} [AddCommMonoid M] [AddCommMonoid M'] [Module R M] [Module R M'] (f : M →ₗ[R] M') [IsLocalizedModule S f] {m : M'} (inj : Function.Injective fun r => r • m) (s : ↥S) : IsRegular ↑s - IsLocalizedModule.mk'_one 📋 Mathlib.Algebra.Module.LocalizedModule.Basic
{R : Type u_1} [CommSemiring R] (S : Submonoid R) {M : Type u_2} {M' : Type u_3} [AddCommMonoid M] [AddCommMonoid M'] [Module R M] [Module R M'] (f : M →ₗ[R] M') [IsLocalizedModule S f] (m : M) : IsLocalizedModule.mk' f m 1 = f m - IsLocalizedModule.mem_ker_iff 📋 Mathlib.Algebra.Module.LocalizedModule.Basic
{R : Type u_6} {M : Type u_8} {M' : Type u_9} [CommSemiring R] [AddCommMonoid M] [Module R M] [AddCommMonoid M'] [Module R M'] (S : Submonoid R) {g : M →ₗ[R] M'} [IsLocalizedModule S g] {m : M} : m ∈ g.ker ↔ ∃ r ∈ S, r • m = 0 - IsLocalizedModule.comp_iff_of_bijective_left 📋 Mathlib.Algebra.Module.LocalizedModule.Basic
{R : Type u_1} [CommSemiring R] (S : Submonoid R) {M : Type u_2} {M' : Type u_3} {M'' : Type u_4} [AddCommMonoid M] [AddCommMonoid M'] [AddCommMonoid M''] [Module R M] [Module R M'] [Module R M''] {f : M →ₗ[R] M'} (e : M' →ₗ[R] M'') (he : Function.Bijective ⇑e) : IsLocalizedModule S (e ∘ₗ f) ↔ IsLocalizedModule S f - IsLocalizedModule.comp_iff_of_bijective_right 📋 Mathlib.Algebra.Module.LocalizedModule.Basic
{R : Type u_1} [CommSemiring R] (S : Submonoid R) {M : Type u_2} {M' : Type u_3} {M'' : Type u_4} [AddCommMonoid M] [AddCommMonoid M'] [AddCommMonoid M''] [Module R M] [Module R M'] [Module R M''] (e : M →ₗ[R] M') {f : M' →ₗ[R] M''} (he : Function.Bijective ⇑e) : IsLocalizedModule S (f ∘ₗ e) ↔ IsLocalizedModule S f - IsLocalizedModule.of_linearEquiv 📋 Mathlib.Algebra.Module.LocalizedModule.Basic
{R : Type u_1} [CommSemiring R] (S : Submonoid R) {M : Type u_2} {M' : Type u_3} {M'' : Type u_4} [AddCommMonoid M] [AddCommMonoid M'] [AddCommMonoid M''] [Module R M] [Module R M'] [Module R M''] (f : M →ₗ[R] M') (e : M' ≃ₗ[R] M'') [hf : IsLocalizedModule S f] : IsLocalizedModule S (↑e ∘ₗ f) - IsLocalizedModule.of_linearEquiv_right 📋 Mathlib.Algebra.Module.LocalizedModule.Basic
{R : Type u_1} [CommSemiring R] (S : Submonoid R) {M : Type u_2} {M' : Type u_3} {M'' : Type u_4} [AddCommMonoid M] [AddCommMonoid M'] [AddCommMonoid M''] [Module R M] [Module R M'] [Module R M''] (f : M →ₗ[R] M') (e : M'' ≃ₗ[R] M) [hf : IsLocalizedModule S f] : IsLocalizedModule S (f ∘ₗ ↑e) - IsLocalizedModule.smul_injective 📋 Mathlib.Algebra.Module.LocalizedModule.Basic
{R : Type u_1} [CommSemiring R] {S : Submonoid R} {M : Type u_2} {M' : Type u_3} [AddCommMonoid M] [AddCommMonoid M'] [Module R M] [Module R M'] (f : M →ₗ[R] M') [IsLocalizedModule S f] (s : ↥S) : Function.Injective fun m => s • m - IsLocalizedModule.isTorsionFree 📋 Mathlib.Algebra.Module.LocalizedModule.Basic
{R : Type u_1} {M : Type u_2} {A : Type u_3} {N : Type u_4} [CommRing R] [AddCommMonoid M] [Module R M] [CommRing A] [AddCommMonoid N] [Module A N] [Algebra R A] [Module R N] [IsScalarTower R A N] (f : M →ₗ[R] N) [IsDomain R] [Module.IsTorsionFree R M] (S : Submonoid R) [IsLocalization S A] [IsLocalizedModule S f] : Module.IsTorsionFree A N - IsLocalizedModule.injective_iff_isRegular 📋 Mathlib.Algebra.Module.LocalizedModule.Basic
{R : Type u_1} [CommSemiring R] (S : Submonoid R) {M : Type u_2} {M' : Type u_3} [AddCommMonoid M] [AddCommMonoid M'] [Module R M] [Module R M'] (f : M →ₗ[R] M') [IsLocalizedModule S f] : Function.Injective ⇑f ↔ ∀ (c : ↥S), IsSMulRegular M c - IsLocalizedModule.of_exists_mul_mem 📋 Mathlib.Algebra.Module.LocalizedModule.Basic
{R : Type u_1} [CommSemiring R] {M : Type u_2} [AddCommMonoid M] [Module R M] {N : Type u_6} [AddCommMonoid N] [Module R N] (S T : Submonoid R) (h : S ≤ T) (h' : ∀ (x : ↥T), ∃ m, m * ↑x ∈ S) (f : M →ₗ[R] N) [IsLocalizedModule S f] : IsLocalizedModule T f - IsLocalizedModule.liftOfLE_comp 📋 Mathlib.Algebra.Module.LocalizedModule.Basic
{R : Type u_1} [CommSemiring R] {M : Type u_2} [AddCommMonoid M] [Module R M] {M₁ : Type u_7} {M₂ : Type u_6} [AddCommMonoid M₁] [AddCommMonoid M₂] [Module R M₁] [Module R M₂] (S₁ S₂ : Submonoid R) (h : S₁ ≤ S₂) (f₁ : M →ₗ[R] M₁) (f₂ : M →ₗ[R] M₂) [IsLocalizedModule S₁ f₁] [IsLocalizedModule S₂ f₂] : IsLocalizedModule.liftOfLE S₁ S₂ h f₁ f₂ ∘ₗ f₁ = f₂ - IsLocalizedModule.mk'_smul 📋 Mathlib.Algebra.Module.LocalizedModule.Basic
{R : Type u_1} [CommSemiring R] {S : Submonoid R} {M : Type u_2} {M' : Type u_3} [AddCommMonoid M] [AddCommMonoid M'] [Module R M] [Module R M'] (f : M →ₗ[R] M') [IsLocalizedModule S f] {R₀ : Type u_6} [SMul R₀ R] [SMul R₀ M] [SMul R₀ M'] [IsScalarTower R₀ R R] [IsScalarTower R₀ R M] [IsScalarTower R₀ R M'] (r : R₀) (m : M) (s : ↥S) : IsLocalizedModule.mk' f (r • m) s = r • IsLocalizedModule.mk' f m s - IsLocalizedModule.fromLocalizedModule'_smul 📋 Mathlib.Algebra.Module.LocalizedModule.Basic
{R : Type u_1} [CommSemiring R] (S : Submonoid R) {M : Type u_2} {M' : Type u_3} [AddCommMonoid M] [AddCommMonoid M'] [Module R M] [Module R M'] (f : M →ₗ[R] M') [IsLocalizedModule S f] (r : R) (x : LocalizedModule S M) : r • IsLocalizedModule.fromLocalizedModule' S f x = IsLocalizedModule.fromLocalizedModule' S f (r • x) - IsLocalizedModule.mk'_cancel 📋 Mathlib.Algebra.Module.LocalizedModule.Basic
{R : Type u_1} [CommSemiring R] {S : Submonoid R} {M : Type u_2} {M' : Type u_3} [AddCommMonoid M] [AddCommMonoid M'] [Module R M] [Module R M'] (f : M →ₗ[R] M') [IsLocalizedModule S f] (m : M) (s : ↥S) : IsLocalizedModule.mk' f (s • m) s = f m - IsLocalizedModule.mk'_cancel' 📋 Mathlib.Algebra.Module.LocalizedModule.Basic
{R : Type u_1} [CommSemiring R] {S : Submonoid R} {M : Type u_2} {M' : Type u_3} [AddCommMonoid M] [AddCommMonoid M'] [Module R M] [Module R M'] (f : M →ₗ[R] M') [IsLocalizedModule S f] (m : M) (s : ↥S) : s • IsLocalizedModule.mk' f m s = f m - IsLocalizedModule.mk'_eq_iff 📋 Mathlib.Algebra.Module.LocalizedModule.Basic
{R : Type u_1} [CommSemiring R] {S : Submonoid R} {M : Type u_2} {M' : Type u_3} [AddCommMonoid M] [AddCommMonoid M'] [Module R M] [Module R M'] {f : M →ₗ[R] M'} [IsLocalizedModule S f] {m : M} {s : ↥S} {m' : M'} : IsLocalizedModule.mk' f m s = m' ↔ f m = s • m' - IsLocalizedModule.isTorsionFree_of_forall_isRegular 📋 Mathlib.Algebra.Module.LocalizedModule.Basic
{R : Type u_1} {M : Type u_2} {A : Type u_3} {N : Type u_4} [CommRing R] [AddCommMonoid M] [Module R M] [CommRing A] [AddCommMonoid N] [Module A N] [Algebra R A] [Module R N] [IsScalarTower R A N] (f : M →ₗ[R] N) (S : Submonoid R) (hS : ∀ s ∈ S, s ≠ 0 → IsRegular s) [Module.IsTorsionFree R M] [IsLocalization S A] [IsLocalizedModule S f] : Module.IsTorsionFree A N - IsLocalizedModule.linearEquiv_of_isLocalizedModule_comp 📋 Mathlib.Algebra.Module.LocalizedModule.Basic
{R : Type u_1} [CommSemiring R] (S : Submonoid R) {M : Type u_2} {M' : Type u_3} {M'' : Type u_4} [AddCommMonoid M] [AddCommMonoid M'] [AddCommMonoid M''] [Module R M] [Module R M'] [Module R M''] (f : M →ₗ[R] M') [IsLocalizedModule S f] (g : M' →ₗ[R] M'') [IsLocalizedModule S (g ∘ₗ f)] : ↑(IsLocalizedModule.linearEquiv S f (g ∘ₗ f)) = g - IsLocalizedModule.map_units 📋 Mathlib.Algebra.Module.LocalizedModule.Basic
{R : Type u_1} {inst✝ : CommSemiring R} {M : Type u_2} {M' : Type u_3} {inst✝¹ : AddCommMonoid M} {inst✝² : AddCommMonoid M'} {inst✝³ : Module R M} {inst✝⁴ : Module R M'} {S : Submonoid R} (f : M →ₗ[R] M') [self : IsLocalizedModule S f] (x : ↥S) : IsUnit ((algebraMap R (Module.End R M')) ↑x) - IsLocalizedModule.map 📋 Mathlib.Algebra.Module.LocalizedModule.Basic
{R : Type u_1} [CommSemiring R] (S : Submonoid R) {M : Type u_2} {M' : Type u_3} [AddCommMonoid M] [AddCommMonoid M'] [Module R M] [Module R M'] (f : M →ₗ[R] M') [IsLocalizedModule S f] {N : Type u_6} {N' : Type u_7} [AddCommMonoid N] [AddCommMonoid N'] [Module R N] [Module R N'] (g : N →ₗ[R] N') [IsLocalizedModule S g] : (M →ₗ[R] N) →ₗ[R] M' →ₗ[R] N' - IsLocalizedModule.fromLocalizedModule.bij 📋 Mathlib.Algebra.Module.LocalizedModule.Basic
{R : Type u_1} [CommSemiring R] (S : Submonoid R) {M : Type u_2} {M' : Type u_3} [AddCommMonoid M] [AddCommMonoid M'] [Module R M] [Module R M'] (f : M →ₗ[R] M') [IsLocalizedModule S f] : Function.Bijective ⇑(IsLocalizedModule.fromLocalizedModule S f) - IsLocalizedModule.fromLocalizedModule.inj 📋 Mathlib.Algebra.Module.LocalizedModule.Basic
{R : Type u_1} [CommSemiring R] (S : Submonoid R) {M : Type u_2} {M' : Type u_3} [AddCommMonoid M] [AddCommMonoid M'] [Module R M] [Module R M'] (f : M →ₗ[R] M') [IsLocalizedModule S f] : Function.Injective ⇑(IsLocalizedModule.fromLocalizedModule S f) - IsLocalizedModule.fromLocalizedModule.surj 📋 Mathlib.Algebra.Module.LocalizedModule.Basic
{R : Type u_1} [CommSemiring R] (S : Submonoid R) {M : Type u_2} {M' : Type u_3} [AddCommMonoid M] [AddCommMonoid M'] [Module R M] [Module R M'] (f : M →ₗ[R] M') [IsLocalizedModule S f] : Function.Surjective ⇑(IsLocalizedModule.fromLocalizedModule S f) - IsLocalizedModule.liftOfLE_apply 📋 Mathlib.Algebra.Module.LocalizedModule.Basic
{R : Type u_1} [CommSemiring R] {M : Type u_2} [AddCommMonoid M] [Module R M] {M₁ : Type u_7} {M₂ : Type u_6} [AddCommMonoid M₁] [AddCommMonoid M₂] [Module R M₁] [Module R M₂] (S₁ S₂ : Submonoid R) (h : S₁ ≤ S₂) (f₁ : M →ₗ[R] M₁) (f₂ : M →ₗ[R] M₂) [IsLocalizedModule S₁ f₁] [IsLocalizedModule S₂ f₂] (x : M) : (IsLocalizedModule.liftOfLE S₁ S₂ h f₁ f₂) (f₁ x) = f₂ x - IsLocalizedModule.linearMap_ext 📋 Mathlib.Algebra.Module.LocalizedModule.Basic
{R : Type u_1} [CommSemiring R] (S : Submonoid R) {M : Type u_2} {M' : Type u_3} [AddCommMonoid M] [AddCommMonoid M'] [Module R M] [Module R M'] (f : M →ₗ[R] M') [IsLocalizedModule S f] {N : Type u_6} {N' : Type u_7} [AddCommMonoid N] [Module R N] [AddCommMonoid N'] [Module R N'] (f' : N →ₗ[R] N') [IsLocalizedModule S f'] ⦃g g' : M' →ₗ[R] N'⦄ (h : g ∘ₗ f = g' ∘ₗ f) : g = g' - IsLocalizedModule.eq_zero_iff 📋 Mathlib.Algebra.Module.LocalizedModule.Basic
{R : Type u_1} [CommSemiring R] (S : Submonoid R) {M : Type u_2} {M' : Type u_3} [AddCommMonoid M] [AddCommMonoid M'] [Module R M] [Module R M'] (f : M →ₗ[R] M') [IsLocalizedModule S f] {m : M} : f m = 0 ↔ ∃ s', s' • m = 0 - IsLocalizedModule.mk'_eq_zero' 📋 Mathlib.Algebra.Module.LocalizedModule.Basic
{R : Type u_1} [CommSemiring R] {S : Submonoid R} {M : Type u_2} {M' : Type u_3} [AddCommMonoid M] [AddCommMonoid M'] [Module R M] [Module R M'] (f : M →ₗ[R] M') [IsLocalizedModule S f] {m : M} (s : ↥S) : IsLocalizedModule.mk' f m s = 0 ↔ ∃ s', s' • m = 0 - IsLocalizedModule.linearEquiv_apply 📋 Mathlib.Algebra.Module.LocalizedModule.Basic
{R : Type u_1} [CommSemiring R] (S : Submonoid R) {M : Type u_2} {M' : Type u_3} {M'' : Type u_4} [AddCommMonoid M] [AddCommMonoid M'] [AddCommMonoid M''] [Module R M] [Module R M'] [Module R M''] (f : M →ₗ[R] M') (g : M →ₗ[R] M'') [IsLocalizedModule S f] [IsLocalizedModule S g] (x : M) : (IsLocalizedModule.linearEquiv S f g) (f x) = g x - IsLocalizedModule.smul_inj 📋 Mathlib.Algebra.Module.LocalizedModule.Basic
{R : Type u_1} [CommSemiring R] {S : Submonoid R} {M : Type u_2} {M' : Type u_3} [AddCommMonoid M] [AddCommMonoid M'] [Module R M] [Module R M'] (f : M →ₗ[R] M') [IsLocalizedModule S f] (s : ↥S) (m₁ m₂ : M') : s • m₁ = s • m₂ ↔ m₁ = m₂ - IsLocalizedModule.lift 📋 Mathlib.Algebra.Module.LocalizedModule.Basic
{R : Type u_1} [CommSemiring R] (S : Submonoid R) {M : Type u_2} {M' : Type u_3} {M'' : Type u_4} [AddCommMonoid M] [AddCommMonoid M'] [AddCommMonoid M''] [Module R M] [Module R M'] [Module R M''] (f : M →ₗ[R] M') [IsLocalizedModule S f] (g : M →ₗ[R] M'') (h : ∀ (x : ↥S), IsUnit ((algebraMap R (Module.End R M'')) ↑x)) : M' →ₗ[R] M'' - IsLocalizedModule.injective_of_map_zero 📋 Mathlib.Algebra.Module.LocalizedModule.Basic
{R : Type u_1} [CommSemiring R] (S : Submonoid R) {M : Type u_6} {M' : Type u_7} {N : Type u_8} [AddCommGroup M] [AddCommGroup M'] [Module R M] [Module R M'] (f : M →ₗ[R] M') [IsLocalizedModule S f] [AddCommGroup N] [Module R N] {g : M' →ₗ[R] N} (H : ∀ (m : M), g (f m) = 0 → f m = 0) : Function.Injective ⇑g - IsLocalizedModule.linearEquiv_symm_apply 📋 Mathlib.Algebra.Module.LocalizedModule.Basic
{R : Type u_1} [CommSemiring R] (S : Submonoid R) {M : Type u_2} {M' : Type u_3} {M'' : Type u_4} [AddCommMonoid M] [AddCommMonoid M'] [AddCommMonoid M''] [Module R M] [Module R M'] [Module R M''] (f : M →ₗ[R] M') (g : M →ₗ[R] M'') [IsLocalizedModule S f] [IsLocalizedModule S g] (x : M) : (IsLocalizedModule.linearEquiv S f g).symm (g x) = f x - IsLocalizedModule.surj 📋 Mathlib.Algebra.Module.LocalizedModule.Basic
{R : Type u_1} {inst✝ : CommSemiring R} {M : Type u_2} {M' : Type u_3} {inst✝¹ : AddCommMonoid M} {inst✝² : AddCommMonoid M'} {inst✝³ : Module R M} {inst✝⁴ : Module R M'} (S : Submonoid R) (f : M →ₗ[R] M') [self : IsLocalizedModule S f] (y : M') : ∃ x, x.2 • y = f x.1 - IsLocalizedModule.of_restrictScalars 📋 Mathlib.Algebra.Module.LocalizedModule.Basic
{R : Type u_1} [CommSemiring R] {M : Type u_2} [AddCommMonoid M] {A : Type u_5} [CommSemiring A] [Algebra R A] [Module R M] (S : Submonoid R) {N : Type u_6} [AddCommMonoid N] [Module R N] [Module A M] [Module A N] [IsScalarTower R A M] [IsScalarTower R A N] (f : M →ₗ[A] N) [IsLocalizedModule S (↑R f)] : IsLocalizedModule (Algebra.algebraMapSubmonoid A S) f - IsLocalizedModule.restrictScalars 📋 Mathlib.Algebra.Module.LocalizedModule.Basic
{R : Type u_1} [CommSemiring R] {M : Type u_2} [AddCommMonoid M] {A : Type u_5} [CommSemiring A] [Algebra R A] [Module R M] (S : Submonoid R) [Module A M] {N : Type u_6} [AddCommMonoid N] [Module R N] [Module A N] [IsScalarTower R A M] [IsScalarTower R A N] (f : M →ₗ[A] N) [h : IsLocalizedModule (Algebra.algebraMapSubmonoid A S) f] : IsLocalizedModule S (↑R f) - IsLocalizedModule.restrictScalars_iff 📋 Mathlib.Algebra.Module.LocalizedModule.Basic
{R : Type u_1} [CommSemiring R] {M : Type u_2} [AddCommMonoid M] {A : Type u_5} [CommSemiring A] [Algebra R A] [Module R M] (S : Submonoid R) {N : Type u_6} [AddCommMonoid N] [Module R N] [Module A M] [Module A N] [IsScalarTower R A M] [IsScalarTower R A N] (f : M →ₗ[A] N) : IsLocalizedModule (Algebra.algebraMapSubmonoid A S) f ↔ IsLocalizedModule S (↑R f) - IsLocalizedModule.mk'_mul_mk' 📋 Mathlib.Algebra.Module.LocalizedModule.Basic
{R : Type u_1} [CommSemiring R] {S : Submonoid R} {M : Type u_6} {M' : Type u_7} [Semiring M] [Semiring M'] [Algebra R M] [Algebra R M'] (f : M →ₐ[R] M') [IsLocalizedModule S f.toLinearMap] (m₁ m₂ : M) (s₁ s₂ : ↥S) : IsLocalizedModule.mk' f.toLinearMap m₁ s₁ * IsLocalizedModule.mk' f.toLinearMap m₂ s₂ = IsLocalizedModule.mk' f.toLinearMap (m₁ * m₂) (s₁ * s₂) - IsLocalizedModule.liftOfLE_mk' 📋 Mathlib.Algebra.Module.LocalizedModule.Basic
{R : Type u_1} [CommSemiring R] {M : Type u_2} [AddCommMonoid M] [Module R M] {M₁ : Type u_7} {M₂ : Type u_6} [AddCommMonoid M₁] [AddCommMonoid M₂] [Module R M₁] [Module R M₂] (S₁ S₂ : Submonoid R) (h : S₁ ≤ S₂) (f₁ : M →ₗ[R] M₁) (f₂ : M →ₗ[R] M₂) [IsLocalizedModule S₁ f₁] [IsLocalizedModule S₂ f₂] (m : M) (s : ↥S₁) : (IsLocalizedModule.liftOfLE S₁ S₂ h f₁ f₂) (IsLocalizedModule.mk' f₁ m s) = IsLocalizedModule.mk' f₂ m ⟨↑s, ⋯⟩ - IsLocalizedModule.restrictScalars_powers 📋 Mathlib.Algebra.Module.LocalizedModule.Basic
{R : Type u_1} [CommSemiring R] {M : Type u_2} [AddCommMonoid M] {A : Type u_5} [CommSemiring A] [Algebra R A] [Module R M] [Module A M] {N : Type u_6} [AddCommMonoid N] [Module R N] [Module A N] [IsScalarTower R A M] [IsScalarTower R A N] (r : R) (f : M →ₗ[A] N) [h : IsLocalizedModule (Submonoid.powers ((algebraMap R A) r)) f] : IsLocalizedModule (Submonoid.powers r) (↑R f) - IsLocalizedModule.injective_of_map_eq 📋 Mathlib.Algebra.Module.LocalizedModule.Basic
{R : Type u_1} [CommSemiring R] (S : Submonoid R) {M : Type u_2} {M' : Type u_3} [AddCommMonoid M] [AddCommMonoid M'] [Module R M] [Module R M'] (f : M →ₗ[R] M') [IsLocalizedModule S f] {N : Type u_6} [AddCommMonoid N] [Module R N] {g : M' →ₗ[R] N} (H : ∀ {x y : M}, g (f x) = g (f y) → f x = f y) : Function.Injective ⇑g - IsLocalizedModule.mk'_cancel_left 📋 Mathlib.Algebra.Module.LocalizedModule.Basic
{R : Type u_1} [CommSemiring R] {S : Submonoid R} {M : Type u_2} {M' : Type u_3} [AddCommMonoid M] [AddCommMonoid M'] [Module R M] [Module R M'] (f : M →ₗ[R] M') [IsLocalizedModule S f] (m : M) (s₁ s₂ : ↥S) : IsLocalizedModule.mk' f (s₁ • m) (s₁ * s₂) = IsLocalizedModule.mk' f m s₂ - IsLocalizedModule.mk'_cancel_right 📋 Mathlib.Algebra.Module.LocalizedModule.Basic
{R : Type u_1} [CommSemiring R] {S : Submonoid R} {M : Type u_2} {M' : Type u_3} [AddCommMonoid M] [AddCommMonoid M'] [Module R M] [Module R M'] (f : M →ₗ[R] M') [IsLocalizedModule S f] (m : M) (s₁ s₂ : ↥S) : IsLocalizedModule.mk' f (s₂ • m) (s₁ * s₂) = IsLocalizedModule.mk' f m s₁ - IsLocalizedModule.lift_comp 📋 Mathlib.Algebra.Module.LocalizedModule.Basic
{R : Type u_1} [CommSemiring R] (S : Submonoid R) {M : Type u_2} {M' : Type u_3} {M'' : Type u_4} [AddCommMonoid M] [AddCommMonoid M'] [AddCommMonoid M''] [Module R M] [Module R M'] [Module R M''] (f : M →ₗ[R] M') [IsLocalizedModule S f] (g : M →ₗ[R] M'') (h : ∀ (x : ↥S), IsUnit ((algebraMap R (Module.End R M'')) ↑x)) : IsLocalizedModule.lift S f g h ∘ₗ f = g - IsLocalizedModule.is_universal 📋 Mathlib.Algebra.Module.LocalizedModule.Basic
{R : Type u_1} [CommSemiring R] (S : Submonoid R) {M : Type u_2} {M' : Type u_3} {M'' : Type u_4} [AddCommMonoid M] [AddCommMonoid M'] [AddCommMonoid M''] [Module R M] [Module R M'] [Module R M''] (f : M →ₗ[R] M') [IsLocalizedModule S f] (g : M →ₗ[R] M'') : (∀ (x : ↥S), IsUnit ((algebraMap R (Module.End R M'')) ↑x)) → ∃! l, l ∘ₗ f = g - IsLocalizedModule.fromLocalizedModule'_mk 📋 Mathlib.Algebra.Module.LocalizedModule.Basic
{R : Type u_1} [CommSemiring R] (S : Submonoid R) {M : Type u_2} {M' : Type u_3} [AddCommMonoid M] [AddCommMonoid M'] [Module R M] [Module R M'] (f : M →ₗ[R] M') [IsLocalizedModule S f] (m : M) (s : ↥S) : IsLocalizedModule.fromLocalizedModule' S f (LocalizedModule.mk m s) = ↑⋯.unit⁻¹ (f m) - IsLocalizedModule.lift_unique 📋 Mathlib.Algebra.Module.LocalizedModule.Basic
{R : Type u_1} [CommSemiring R] (S : Submonoid R) {M : Type u_2} {M' : Type u_3} {M'' : Type u_4} [AddCommMonoid M] [AddCommMonoid M'] [AddCommMonoid M''] [Module R M] [Module R M'] [Module R M''] (f : M →ₗ[R] M') [IsLocalizedModule S f] (g : M →ₗ[R] M'') (h : ∀ (x : ↥S), IsUnit ((algebraMap R (Module.End R M'')) ↑x)) (l : M' →ₗ[R] M'') (hl : l ∘ₗ f = g) : IsLocalizedModule.lift S f g h = l - IsLocalizedModule.exists_of_eq 📋 Mathlib.Algebra.Module.LocalizedModule.Basic
{R : Type u_1} {inst✝ : CommSemiring R} {M : Type u_2} {M' : Type u_3} {inst✝¹ : AddCommMonoid M} {inst✝² : AddCommMonoid M'} {inst✝³ : Module R M} {inst✝⁴ : Module R M'} {S : Submonoid R} {f : M →ₗ[R] M'} [self : IsLocalizedModule S f] {x₁ x₂ : M} : f x₁ = f x₂ → ∃ c, c • x₁ = c • x₂ - IsLocalizedModule.eq_iff_exists 📋 Mathlib.Algebra.Module.LocalizedModule.Basic
{R : Type u_1} [CommSemiring R] (S : Submonoid R) {M : Type u_2} {M' : Type u_3} [AddCommMonoid M] [AddCommMonoid M'] [Module R M] [Module R M'] (f : M →ₗ[R] M') [IsLocalizedModule S f] {x₁ x₂ : M} : f x₁ = f x₂ ↔ ∃ c, c • x₁ = c • x₂ - IsLocalizedModule.lift_apply 📋 Mathlib.Algebra.Module.LocalizedModule.Basic
{R : Type u_1} [CommSemiring R] (S : Submonoid R) {M : Type u_2} {M' : Type u_3} {M'' : Type u_4} [AddCommMonoid M] [AddCommMonoid M'] [AddCommMonoid M''] [Module R M] [Module R M'] [Module R M''] (f : M →ₗ[R] M') [IsLocalizedModule S f] (g : M →ₗ[R] M'') (h : ∀ (x : ↥S), IsUnit ((algebraMap R (Module.End R M'')) ↑x)) (x : M) : (IsLocalizedModule.lift S f g h) (f x) = g x - IsLocalizedModule.mk'_smul_mk' 📋 Mathlib.Algebra.Module.LocalizedModule.Basic
{R : Type u_1} [CommSemiring R] {S : Submonoid R} {M : Type u_2} {M' : Type u_3} [AddCommMonoid M] [AddCommMonoid M'] (A : Type u_5) [CommSemiring A] [Algebra R A] [Module A M'] [IsLocalization S A] [Module R M] [Module R M'] [IsScalarTower R A M'] (f : M →ₗ[R] M') [IsLocalizedModule S f] (x : R) (m : M) (s t : ↥S) : IsLocalization.mk' A x s • IsLocalizedModule.mk' f m t = IsLocalizedModule.mk' f (x • m) (s * t) - IsLocalizedModule.ext 📋 Mathlib.Algebra.Module.LocalizedModule.Basic
{R : Type u_1} [CommSemiring R] (S : Submonoid R) {M : Type u_2} {M' : Type u_3} {M'' : Type u_4} [AddCommMonoid M] [AddCommMonoid M'] [AddCommMonoid M''] [Module R M] [Module R M'] [Module R M''] (f : M →ₗ[R] M') [IsLocalizedModule S f] (map_unit : ∀ (x : ↥S), IsUnit ((algebraMap R (Module.End R M'')) ↑x)) ⦃j k : M' →ₗ[R] M''⦄ (h : j ∘ₗ f = k ∘ₗ f) : j = k - IsLocalizedModule.iso_symm_comp 📋 Mathlib.Algebra.Module.LocalizedModule.Basic
{R : Type u_1} [CommSemiring R] (S : Submonoid R) {M : Type u_2} {M' : Type u_3} [AddCommMonoid M] [AddCommMonoid M'] [Module R M] [Module R M'] (f : M →ₗ[R] M') [IsLocalizedModule S f] : ↑(IsLocalizedModule.iso S f).symm ∘ₗ f = LocalizedModule.mkLinearMap S M - IsLocalizedModule.map_id 📋 Mathlib.Algebra.Module.LocalizedModule.Basic
{R : Type u_1} [CommSemiring R] (S : Submonoid R) {M : Type u_2} {M' : Type u_3} [AddCommMonoid M] [AddCommMonoid M'] [Module R M] [Module R M'] (f : M →ₗ[R] M') [IsLocalizedModule S f] : (IsLocalizedModule.map S f f) LinearMap.id = LinearMap.id - IsLocalizedModule.mk'_add_mk' 📋 Mathlib.Algebra.Module.LocalizedModule.Basic
{R : Type u_1} [CommSemiring R] {S : Submonoid R} {M : Type u_2} {M' : Type u_3} [AddCommMonoid M] [AddCommMonoid M'] [Module R M] [Module R M'] (f : M →ₗ[R] M') [IsLocalizedModule S f] (m₁ m₂ : M) (s₁ s₂ : ↥S) : IsLocalizedModule.mk' f m₁ s₁ + IsLocalizedModule.mk' f m₂ s₂ = IsLocalizedModule.mk' f (s₂ • m₁ + s₁ • m₂) (s₁ * s₂) - IsLocalizedModule.iso_mk_one 📋 Mathlib.Algebra.Module.LocalizedModule.Basic
{R : Type u_1} [CommSemiring R] (S : Submonoid R) {M : Type u_2} {M' : Type u_3} [AddCommMonoid M] [AddCommMonoid M'] [Module R M] [Module R M'] (f : M →ₗ[R] M') [IsLocalizedModule S f] (x : M) : (IsLocalizedModule.iso S f) (LocalizedModule.mk x 1) = f x - IsLocalizedModule.mk'_mul_mk'_of_map_mul 📋 Mathlib.Algebra.Module.LocalizedModule.Basic
{R : Type u_1} [CommSemiring R] {S : Submonoid R} {M : Type u_6} {M' : Type u_7} [NonUnitalNonAssocSemiring M] [Semiring M'] [Module R M] [Algebra R M'] (f : M →ₗ[R] M') (hf : ∀ (m₁ m₂ : M), f (m₁ * m₂) = f m₁ * f m₂) [IsLocalizedModule S f] (m₁ m₂ : M) (s₁ s₂ : ↥S) : IsLocalizedModule.mk' f m₁ s₁ * IsLocalizedModule.mk' f m₂ s₂ = IsLocalizedModule.mk' f (m₁ * m₂) (s₁ * s₂) - IsLocalizedModule.mk'_sub_mk' 📋 Mathlib.Algebra.Module.LocalizedModule.Basic
{R : Type u_1} [CommSemiring R] {S : Submonoid R} {M : Type u_6} {M' : Type u_7} [AddCommGroup M] [SubtractionCommMonoid M'] [Module R M] [Module R M'] (f : M →ₗ[R] M') [IsLocalizedModule S f] (m₁ m₂ : M) (s₁ s₂ : ↥S) : IsLocalizedModule.mk' f m₁ s₁ - IsLocalizedModule.mk' f m₂ s₂ = IsLocalizedModule.mk' f (s₂ • m₁ - s₁ • m₂) (s₁ * s₂) - IsLocalizedModule.mkOfAlgebra 📋 Mathlib.Algebra.Module.LocalizedModule.Basic
{R : Type u_6} {S : Type u_7} {S' : Type u_8} [CommSemiring R] [Ring S] [Ring S'] [Algebra R S] [Algebra R S'] (M : Submonoid R) (f : S →ₐ[R] S') (h₁ : ∀ x ∈ M, IsUnit ((algebraMap R S') x)) (h₂ : ∀ (y : S'), ∃ x, x.2 • y = f x.1) (h₃ : ∀ (x : S), f x = 0 → ∃ m, m • x = 0) : IsLocalizedModule M f.toLinearMap - IsLocalizedModule.fromLocalizedModule_mk 📋 Mathlib.Algebra.Module.LocalizedModule.Basic
{R : Type u_1} [CommSemiring R] (S : Submonoid R) {M : Type u_2} {M' : Type u_3} [AddCommMonoid M] [AddCommMonoid M'] [Module R M] [Module R M'] (f : M →ₗ[R] M') [IsLocalizedModule S f] (m : M) (s : ↥S) : (IsLocalizedModule.fromLocalizedModule S f) (LocalizedModule.mk m s) = ↑⋯.unit⁻¹ (f m) - IsLocalizedModule.map_injective 📋 Mathlib.Algebra.Module.LocalizedModule.Basic
{R : Type u_1} [CommSemiring R] (S : Submonoid R) {M : Type u_2} {M' : Type u_3} [AddCommMonoid M] [AddCommMonoid M'] [Module R M] [Module R M'] (f : M →ₗ[R] M') [IsLocalizedModule S f] {N : Type u_6} {N' : Type u_7} [AddCommMonoid N] [AddCommMonoid N'] [Module R N] [Module R N'] (g : N →ₗ[R] N') [IsLocalizedModule S g] (h : M →ₗ[R] N) (h_inj : Function.Injective ⇑h) : Function.Injective ⇑((IsLocalizedModule.map S f g) h) - IsLocalizedModule.map_surjective 📋 Mathlib.Algebra.Module.LocalizedModule.Basic
{R : Type u_1} [CommSemiring R] (S : Submonoid R) {M : Type u_2} {M' : Type u_3} [AddCommMonoid M] [AddCommMonoid M'] [Module R M] [Module R M'] (f : M →ₗ[R] M') [IsLocalizedModule S f] {N : Type u_6} {N' : Type u_7} [AddCommMonoid N] [AddCommMonoid N'] [Module R N] [Module R N'] (g : N →ₗ[R] N') [IsLocalizedModule S g] (h : M →ₗ[R] N) (h_surj : Function.Surjective ⇑h) : Function.Surjective ⇑((IsLocalizedModule.map S f g) h) - IsLocalizedModule.mk'_eq_mk'_iff 📋 Mathlib.Algebra.Module.LocalizedModule.Basic
{R : Type u_1} [CommSemiring R] {S : Submonoid R} {M : Type u_2} {M' : Type u_3} [AddCommMonoid M] [AddCommMonoid M'] [Module R M] [Module R M'] (f : M →ₗ[R] M') [IsLocalizedModule S f] (m₁ m₂ : M) (s₁ s₂ : ↥S) : IsLocalizedModule.mk' f m₁ s₁ = IsLocalizedModule.mk' f m₂ s₂ ↔ ∃ s, s • s₁ • m₂ = s • s₂ • m₁ - IsLocalizedModule.iso_symm_apply 📋 Mathlib.Algebra.Module.LocalizedModule.Basic
{R : Type u_1} [CommSemiring R] (S : Submonoid R) {M : Type u_2} {M' : Type u_3} [AddCommMonoid M] [AddCommMonoid M'] [Module R M] [Module R M'] (f : M →ₗ[R] M') [IsLocalizedModule S f] (x : M) : (IsLocalizedModule.iso S f).symm (f x) = LocalizedModule.mk x 1 - IsLocalizedModule.lift_comp_iso 📋 Mathlib.Algebra.Module.LocalizedModule.Basic
{R : Type u_1} [CommSemiring R] (S : Submonoid R) {M : Type u_2} {M' : Type u_3} {M'' : Type u_4} [AddCommMonoid M] [AddCommMonoid M'] [AddCommMonoid M''] [Module R M] [Module R M'] [Module R M''] (f : M →ₗ[R] M') (g : M →ₗ[R] M'') [IsLocalizedModule S f] (h : ∀ (x : ↥S), IsUnit ((algebraMap R (Module.End R M'')) ↑x)) : IsLocalizedModule.lift S f g h ∘ₗ ↑(IsLocalizedModule.iso S f) = LocalizedModule.lift S g h - IsLocalizedModule.map_comp 📋 Mathlib.Algebra.Module.LocalizedModule.Basic
{R : Type u_1} [CommSemiring R] (S : Submonoid R) {M : Type u_2} {M' : Type u_3} [AddCommMonoid M] [AddCommMonoid M'] [Module R M] [Module R M'] (f : M →ₗ[R] M') [IsLocalizedModule S f] {N : Type u_6} {N' : Type u_7} [AddCommMonoid N] [AddCommMonoid N'] [Module R N] [Module R N'] (g : N →ₗ[R] N') [IsLocalizedModule S g] (h : M →ₗ[R] N) : (IsLocalizedModule.map S f g) h ∘ₗ f = g ∘ₗ h - IsLocalizedModule.map_mk' 📋 Mathlib.Algebra.Module.LocalizedModule.Basic
{R : Type u_1} [CommSemiring R] (S : Submonoid R) {M : Type u_2} {M' : Type u_3} [AddCommMonoid M] [AddCommMonoid M'] [Module R M] [Module R M'] (f : M →ₗ[R] M') [IsLocalizedModule S f] {N : Type u_6} {N' : Type u_7} [AddCommMonoid N] [AddCommMonoid N'] [Module R N] [Module R N'] (g : N →ₗ[R] N') [IsLocalizedModule S g] (h : M →ₗ[R] N) (x : M) (s : ↥S) : ((IsLocalizedModule.map S f g) h) (IsLocalizedModule.mk' f x s) = IsLocalizedModule.mk' g (h x) s - IsLocalizedModule.map_apply 📋 Mathlib.Algebra.Module.LocalizedModule.Basic
{R : Type u_1} [CommSemiring R] (S : Submonoid R) {M : Type u_2} {M' : Type u_3} [AddCommMonoid M] [AddCommMonoid M'] [Module R M] [Module R M'] (f : M →ₗ[R] M') [IsLocalizedModule S f] {N : Type u_6} {N' : Type u_7} [AddCommMonoid N] [AddCommMonoid N'] [Module R N] [Module R N'] (g : N →ₗ[R] N') [IsLocalizedModule S g] (h : M →ₗ[R] N) (x : M) : ((IsLocalizedModule.map S f g) h) (f x) = g (h x) - IsLocalizedModule.iso_symm_apply' 📋 Mathlib.Algebra.Module.LocalizedModule.Basic
{R : Type u_1} [CommSemiring R] (S : Submonoid R) {M : Type u_2} {M' : Type u_3} [AddCommMonoid M] [AddCommMonoid M'] [Module R M] [Module R M'] (f : M →ₗ[R] M') [IsLocalizedModule S f] (m : M') (a : M) (b : ↥S) (eq1 : b • m = f a) : (IsLocalizedModule.iso S f).symm m = LocalizedModule.mk a b - IsLocalizedModule.iso_apply_mk 📋 Mathlib.Algebra.Module.LocalizedModule.Basic
{R : Type u_1} [CommSemiring R] (S : Submonoid R) {M : Type u_2} {M' : Type u_3} [AddCommMonoid M] [AddCommMonoid M'] [Module R M] [Module R M'] (f : M →ₗ[R] M') [IsLocalizedModule S f] (m : M) (s : ↥S) : (IsLocalizedModule.iso S f) (LocalizedModule.mk m s) = ↑⋯.unit⁻¹ (f m) - IsLocalizedModule.mk 📋 Mathlib.Algebra.Module.LocalizedModule.Basic
{R : Type u_1} [CommSemiring R] {M : Type u_2} {M' : Type u_3} [AddCommMonoid M] [AddCommMonoid M'] [Module R M] [Module R M'] {S : Submonoid R} {f : M →ₗ[R] M'} (map_units : ∀ (x : ↥S), IsUnit ((algebraMap R (Module.End R M')) ↑x)) (surj : ∀ (y : M'), ∃ x, x.2 • y = f x.1) (exists_of_eq : ∀ {x₁ x₂ : M}, f x₁ = f x₂ → ∃ c, c • x₁ = c • x₂) : IsLocalizedModule S f - isLocalizedModule_iff 📋 Mathlib.Algebra.Module.LocalizedModule.Basic
{R : Type u_1} [CommSemiring R] {M : Type u_2} {M' : Type u_3} [AddCommMonoid M] [AddCommMonoid M'] [Module R M] [Module R M'] (S : Submonoid R) (f : M →ₗ[R] M') : IsLocalizedModule S f ↔ (∀ (x : ↥S), IsUnit ((algebraMap R (Module.End R M')) ↑x)) ∧ (∀ (y : M'), ∃ x, x.2 • y = f x.1) ∧ ∀ {x₁ x₂ : M}, f x₁ = f x₂ → ∃ c, c • x₁ = c • x₂ - IsLocalizedModule.lift_iso 📋 Mathlib.Algebra.Module.LocalizedModule.Basic
{R : Type u_1} [CommSemiring R] (S : Submonoid R) {M : Type u_2} {M' : Type u_3} {M'' : Type u_4} [AddCommMonoid M] [AddCommMonoid M'] [AddCommMonoid M''] [Module R M] [Module R M'] [Module R M''] (f : M →ₗ[R] M') (g : M →ₗ[R] M'') [IsLocalizedModule S f] (h : ∀ (x : ↥S), IsUnit ((algebraMap R (Module.End R M'')) ↑x)) (x : LocalizedModule S M) : (IsLocalizedModule.lift S f g h) ((IsLocalizedModule.iso S f) x) = (LocalizedModule.lift S g h) x - IsLocalizedModule.iso_symm_apply_aux 📋 Mathlib.Algebra.Module.LocalizedModule.Basic
{R : Type u_1} [CommSemiring R] (S : Submonoid R) {M : Type u_2} {M' : Type u_3} [AddCommMonoid M] [AddCommMonoid M'] [Module R M] [Module R M'] (f : M →ₗ[R] M') [IsLocalizedModule S f] (m : M') : (IsLocalizedModule.iso S f).symm m = LocalizedModule.mk ⋯.choose.1 ⋯.choose.2 - IsLocalizedModule.map_comp' 📋 Mathlib.Algebra.Module.LocalizedModule.Basic
{R : Type u_1} [CommSemiring R] (S : Submonoid R) {M₀ : Type u_6} {M₀' : Type u_9} [AddCommMonoid M₀] [AddCommMonoid M₀'] [Module R M₀] [Module R M₀'] (f₀ : M₀ →ₗ[R] M₀') [IsLocalizedModule S f₀] {M₁ : Type u_7} {M₁' : Type u_11} [AddCommMonoid M₁] [AddCommMonoid M₁'] [Module R M₁] [Module R M₁'] (f₁ : M₁ →ₗ[R] M₁') [IsLocalizedModule S f₁] {M₂ : Type u_8} {M₂' : Type u_10} [AddCommMonoid M₂] [AddCommMonoid M₂'] [Module R M₂] [Module R M₂'] (f₂ : M₂ →ₗ[R] M₂') [IsLocalizedModule S f₂] (g : M₀ →ₗ[R] M₁) (h : M₁ →ₗ[R] M₂) : (IsLocalizedModule.map S f₀ f₂) (h ∘ₗ g) = (IsLocalizedModule.map S f₁ f₂) h ∘ₗ (IsLocalizedModule.map S f₀ f₁) g - IsLocalizedModule.map_iso_commute 📋 Mathlib.Algebra.Module.LocalizedModule.Basic
{R : Type u_1} [CommSemiring R] (S : Submonoid R) {M₀ : Type u_6} {M₀' : Type u_9} [AddCommMonoid M₀] [AddCommMonoid M₀'] [Module R M₀] [Module R M₀'] (f₀ : M₀ →ₗ[R] M₀') [IsLocalizedModule S f₀] {M₁ : Type u_7} {M₁' : Type u_8} [AddCommMonoid M₁] [AddCommMonoid M₁'] [Module R M₁] [Module R M₁'] (f₁ : M₁ →ₗ[R] M₁') [IsLocalizedModule S f₁] (g : M₀ →ₗ[R] M₁) : (IsLocalizedModule.map S f₀ f₁) g ∘ₗ ↑(IsLocalizedModule.iso S f₀) = ↑(IsLocalizedModule.iso S f₁) ∘ₗ (IsLocalizedModule.map S (LocalizedModule.mkLinearMap S M₀) (LocalizedModule.mkLinearMap S M₁)) g - instIsLocalizedModuleLinearMapOfIsLocalization 📋 Mathlib.Algebra.Module.LocalizedModule.IsLocalization
{R : Type u_1} [CommSemiring R] (S : Submonoid R) (A : Type u_2) [CommSemiring A] [Algebra R A] [IsLocalization S A] : IsLocalizedModule S (Algebra.linearMap R A) - isLocalizedModule_iff_isLocalization' 📋 Mathlib.Algebra.Module.LocalizedModule.IsLocalization
{R : Type u_1} [CommSemiring R] (S : Submonoid R) (A : Type u_2) [CommSemiring A] [Algebra R A] : IsLocalizedModule S (Algebra.linearMap R A) ↔ IsLocalization S A - instIsLocalizedModuleToLinearMapToAlgHomOfIsLocalizationAlgebraMapSubmonoid 📋 Mathlib.Algebra.Module.LocalizedModule.IsLocalization
{R : Type u_1} [CommSemiring R] (S : Submonoid R) {A : Type u_2} {Aₛ : Type u_3} [CommSemiring A] [Algebra R A] [CommSemiring Aₛ] [Algebra A Aₛ] [Algebra R Aₛ] [IsScalarTower R A Aₛ] [IsLocalization (Algebra.algebraMapSubmonoid A S) Aₛ] : IsLocalizedModule S (IsScalarTower.toAlgHom R A Aₛ).toLinearMap - isLocalizedModule_iff_isLocalization 📋 Mathlib.Algebra.Module.LocalizedModule.IsLocalization
{R : Type u_1} [CommSemiring R] {S : Submonoid R} {A : Type u_2} {Aₛ : Type u_3} [CommSemiring A] [Algebra R A] [CommSemiring Aₛ] [Algebra A Aₛ] [Algebra R Aₛ] [IsScalarTower R A Aₛ] : IsLocalizedModule S (IsScalarTower.toAlgHom R A Aₛ).toLinearMap ↔ IsLocalization (Algebra.algebraMapSubmonoid A S) Aₛ - IsLocalizedModule.linearIndependent_lift 📋 Mathlib.RingTheory.Localization.Module
{R : Type u_1} [CommSemiring R] (S : Submonoid R) {M : Type u_3} {Mₛ : Type u_4} [AddCommMonoid M] [Module R M] [AddCommMonoid Mₛ] [Module R Mₛ] (f : M →ₗ[R] Mₛ) [IsLocalizedModule S f] {ι : Type u_5} {v : ι → Mₛ} (hf : LinearIndependent R v) : ∃ w, LinearIndependent R w - Module.Basis.ofIsLocalizedModule 📋 Mathlib.RingTheory.Localization.Module
{R : Type u_1} (Rₛ : Type u_2) [CommSemiring R] (S : Submonoid R) [CommSemiring Rₛ] [Algebra R Rₛ] [IsLocalization S Rₛ] {M : Type u_3} {Mₛ : Type u_4} [AddCommMonoid M] [Module R M] [AddCommMonoid Mₛ] [Module R Mₛ] [Module Rₛ Mₛ] [IsScalarTower R Rₛ Mₛ] (f : M →ₗ[R] Mₛ) [IsLocalizedModule S f] {ι : Type u_5} (b : Module.Basis ι R M) : Module.Basis ι Rₛ Mₛ - LinearIndependent.of_isLocalizedModule_of_isRegular 📋 Mathlib.RingTheory.Localization.Module
{R : Type u_1} [CommSemiring R] (S : Submonoid R) {M : Type u_3} {Mₛ : Type u_4} [AddCommMonoid M] [Module R M] [AddCommMonoid Mₛ] [Module R Mₛ] (f : M →ₗ[R] Mₛ) [IsLocalizedModule S f] {ι : Type u_5} {v : ι → M} (hv : LinearIndependent R v) (h : ∀ (s : ↥S), IsRegular ↑s) : LinearIndependent R (⇑f ∘ v) - LinearIndependent.of_isLocalizedModule 📋 Mathlib.RingTheory.Localization.Module
{R : Type u_1} (Rₛ : Type u_2) [CommSemiring R] (S : Submonoid R) [CommSemiring Rₛ] [Algebra R Rₛ] [IsLocalization S Rₛ] {M : Type u_3} {Mₛ : Type u_4} [AddCommMonoid M] [Module R M] [AddCommMonoid Mₛ] [Module R Mₛ] [Module Rₛ Mₛ] [IsScalarTower R Rₛ Mₛ] (f : M →ₗ[R] Mₛ) [IsLocalizedModule S f] {ι : Type u_5} {v : ι → M} (hv : LinearIndependent R v) : LinearIndependent Rₛ (⇑f ∘ v) - Module.Basis.ofIsLocalizedModule_span 📋 Mathlib.RingTheory.Localization.Module
{R : Type u_1} (Rₛ : Type u_2) [CommSemiring R] (S : Submonoid R) [CommSemiring Rₛ] [Algebra R Rₛ] [IsLocalization S Rₛ] {M : Type u_3} {Mₛ : Type u_4} [AddCommMonoid M] [Module R M] [AddCommMonoid Mₛ] [Module R Mₛ] [Module Rₛ Mₛ] [IsScalarTower R Rₛ Mₛ] (f : M →ₗ[R] Mₛ) [IsLocalizedModule S f] {ι : Type u_5} (b : Module.Basis ι R M) : Submodule.span R (Set.range ⇑(Module.Basis.ofIsLocalizedModule Rₛ S f b)) = f.range - span_eq_top_of_isLocalizedModule 📋 Mathlib.RingTheory.Localization.Module
{R : Type u_1} (Rₛ : Type u_2) [CommSemiring R] (S : Submonoid R) [CommSemiring Rₛ] [Algebra R Rₛ] [IsLocalization S Rₛ] {M : Type u_3} {Mₛ : Type u_4} [AddCommMonoid M] [Module R M] [AddCommMonoid Mₛ] [Module R Mₛ] [Module Rₛ Mₛ] [IsScalarTower R Rₛ Mₛ] (f : M →ₗ[R] Mₛ) [IsLocalizedModule S f] {v : Set M} (hv : Submodule.span R v = ⊤) : Submodule.span Rₛ (⇑f '' v) = ⊤ - Module.Basis.ofIsLocalizedModule_apply 📋 Mathlib.RingTheory.Localization.Module
{R : Type u_1} (Rₛ : Type u_2) [CommSemiring R] (S : Submonoid R) [CommSemiring Rₛ] [Algebra R Rₛ] [IsLocalization S Rₛ] {M : Type u_3} {Mₛ : Type u_4} [AddCommMonoid M] [Module R M] [AddCommMonoid Mₛ] [Module R Mₛ] [Module Rₛ Mₛ] [IsScalarTower R Rₛ Mₛ] (f : M →ₗ[R] Mₛ) [IsLocalizedModule S f] {ι : Type u_5} (b : Module.Basis ι R M) (i : ι) : (Module.Basis.ofIsLocalizedModule Rₛ S f b) i = f (b i) - IsLocalizedModule.mapEquiv 📋 Mathlib.RingTheory.Localization.Module
{R : Type u_1} [CommSemiring R] (S : Submonoid R) {M : Type u_2} {M' : Type u_3} [AddCommMonoid M] [AddCommMonoid M'] [Module R M] [Module R M'] (f : M →ₗ[R] M') [IsLocalizedModule S f] {N : Type u_4} {N' : Type u_5} [AddCommMonoid N] [AddCommMonoid N'] [Module R N] [Module R N'] (g : N →ₗ[R] N') [IsLocalizedModule S g] (Rₛ : Type u_6) [CommSemiring Rₛ] [Algebra R Rₛ] [Module Rₛ M'] [Module Rₛ N'] [IsScalarTower R Rₛ M'] [IsScalarTower R Rₛ N'] [IsLocalization S Rₛ] (e : M ≃ₗ[R] N) : M' ≃ₗ[Rₛ] N' - IsLocalizedModule.mapExtendScalars 📋 Mathlib.RingTheory.Localization.Module
{R : Type u_1} [CommSemiring R] (S : Submonoid R) {M : Type u_2} {M' : Type u_3} [AddCommMonoid M] [AddCommMonoid M'] [Module R M] [Module R M'] (f : M →ₗ[R] M') [IsLocalizedModule S f] {N : Type u_4} {N' : Type u_5} [AddCommMonoid N] [AddCommMonoid N'] [Module R N] [Module R N'] (g : N →ₗ[R] N') [IsLocalizedModule S g] (Rₛ : Type u_6) [CommSemiring Rₛ] [Algebra R Rₛ] [Module Rₛ M'] [Module Rₛ N'] [IsScalarTower R Rₛ M'] [IsScalarTower R Rₛ N'] [IsLocalization S Rₛ] : (M →ₗ[R] N) →ₗ[R] M' →ₗ[Rₛ] N' - Module.Basis.ofIsLocalizedModule_repr_apply 📋 Mathlib.RingTheory.Localization.Module
{R : Type u_1} (Rₛ : Type u_2) [CommSemiring R] (S : Submonoid R) [CommSemiring Rₛ] [Algebra R Rₛ] [IsLocalization S Rₛ] {M : Type u_3} {Mₛ : Type u_4} [AddCommMonoid M] [Module R M] [AddCommMonoid Mₛ] [Module R Mₛ] [Module Rₛ Mₛ] [IsScalarTower R Rₛ Mₛ] (f : M →ₗ[R] Mₛ) [IsLocalizedModule S f] {ι : Type u_5} (b : Module.Basis ι R M) (m : M) (i : ι) : ((Module.Basis.ofIsLocalizedModule Rₛ S f b).repr (f m)) i = (algebraMap R Rₛ) ((b.repr m) i) - IsLocalizedModule.mapEquiv_apply 📋 Mathlib.RingTheory.Localization.Module
{R : Type u_1} [CommSemiring R] (S : Submonoid R) {M : Type u_2} {M' : Type u_3} [AddCommMonoid M] [AddCommMonoid M'] [Module R M] [Module R M'] (f : M →ₗ[R] M') [IsLocalizedModule S f] {N : Type u_4} {N' : Type u_5} [AddCommMonoid N] [AddCommMonoid N'] [Module R N] [Module R N'] (g : N →ₗ[R] N') [IsLocalizedModule S g] (Rₛ : Type u_6) [CommSemiring Rₛ] [Algebra R Rₛ] [Module Rₛ M'] [Module Rₛ N'] [IsScalarTower R Rₛ M'] [IsScalarTower R Rₛ N'] [IsLocalization S Rₛ] (e : M ≃ₗ[R] N) (a : M') : (IsLocalizedModule.mapEquiv S f g Rₛ e) a = ((IsLocalizedModule.map S f g) ↑e) a - IsLocalizedModule.mapEquiv_symm_apply 📋 Mathlib.RingTheory.Localization.Module
{R : Type u_1} [CommSemiring R] (S : Submonoid R) {M : Type u_2} {M' : Type u_3} [AddCommMonoid M] [AddCommMonoid M'] [Module R M] [Module R M'] (f : M →ₗ[R] M') [IsLocalizedModule S f] {N : Type u_4} {N' : Type u_5} [AddCommMonoid N] [AddCommMonoid N'] [Module R N] [Module R N'] (g : N →ₗ[R] N') [IsLocalizedModule S g] (Rₛ : Type u_6) [CommSemiring Rₛ] [Algebra R Rₛ] [Module Rₛ M'] [Module Rₛ N'] [IsScalarTower R Rₛ M'] [IsScalarTower R Rₛ N'] [IsLocalization S Rₛ] (e : M ≃ₗ[R] N) (a : N') : (IsLocalizedModule.mapEquiv S f g Rₛ e).symm a = ((IsLocalizedModule.map S g f) ↑e.symm) a - IsLocalizedModule.mapExtendScalars_apply_apply 📋 Mathlib.RingTheory.Localization.Module
{R : Type u_1} [CommSemiring R] (S : Submonoid R) {M : Type u_2} {M' : Type u_3} [AddCommMonoid M] [AddCommMonoid M'] [Module R M] [Module R M'] (f : M →ₗ[R] M') [IsLocalizedModule S f] {N : Type u_4} {N' : Type u_5} [AddCommMonoid N] [AddCommMonoid N'] [Module R N] [Module R N'] (g : N →ₗ[R] N') [IsLocalizedModule S g] (Rₛ : Type u_6) [CommSemiring Rₛ] [Algebra R Rₛ] [Module Rₛ M'] [Module Rₛ N'] [IsScalarTower R Rₛ M'] [IsScalarTower R Rₛ N'] [IsLocalization S Rₛ] (x : M →ₗ[R] N) (a : M') : ((IsLocalizedModule.mapExtendScalars S f g Rₛ) x) a = ((IsLocalizedModule.map S f g) x) a - IsLocalizedModule.map_bijective_iff_localizedModuleMap_bijective 📋 Mathlib.RingTheory.Localization.Module
{R : Type u_1} {M : Type u_2} {N : Type u_3} {M' : Type u_4} {N' : Type u_5} [CommSemiring R] {S : Submonoid R} [AddCommMonoid M] [Module R M] [AddCommMonoid N] [Module R N] [AddCommMonoid M'] [Module R M'] [AddCommMonoid N'] [Module R N'] (g₁ : M →ₗ[R] M') (g₂ : N →ₗ[R] N') [IsLocalizedModule S g₁] [IsLocalizedModule S g₂] {l : M →ₗ[R] N} : Function.Bijective ⇑((IsLocalizedModule.map S g₁ g₂) l) ↔ Function.Bijective ⇑((LocalizedModule.map S) l) - IsLocalizedModule.map_injective_iff_localizedModuleMap_injective 📋 Mathlib.RingTheory.Localization.Module
{R : Type u_1} {M : Type u_2} {N : Type u_3} {M' : Type u_4} {N' : Type u_5} [CommSemiring R] {S : Submonoid R} [AddCommMonoid M] [Module R M] [AddCommMonoid N] [Module R N] [AddCommMonoid M'] [Module R M'] [AddCommMonoid N'] [Module R N'] (g₁ : M →ₗ[R] M') (g₂ : N →ₗ[R] N') [IsLocalizedModule S g₁] [IsLocalizedModule S g₂] {l : M →ₗ[R] N} : Function.Injective ⇑((IsLocalizedModule.map S g₁ g₂) l) ↔ Function.Injective ⇑((LocalizedModule.map S) l) - IsLocalizedModule.map_surjective_iff_localizedModuleMap_surjective 📋 Mathlib.RingTheory.Localization.Module
{R : Type u_1} {M : Type u_2} {N : Type u_3} {M' : Type u_4} {N' : Type u_5} [CommSemiring R] {S : Submonoid R} [AddCommMonoid M] [Module R M] [AddCommMonoid N] [Module R N] [AddCommMonoid M'] [Module R M'] [AddCommMonoid N'] [Module R N'] (g₁ : M →ₗ[R] M') (g₂ : N →ₗ[R] N') [IsLocalizedModule S g₁] [IsLocalizedModule S g₂] {l : M →ₗ[R] N} : Function.Surjective ⇑((IsLocalizedModule.map S g₁ g₂) l) ↔ Function.Surjective ⇑((LocalizedModule.map S) l) - LocalizedModule.coe_map_eq 📋 Mathlib.RingTheory.Localization.Module
{R : Type u_1} [CommSemiring R] {S : Submonoid R} {M : Type u_2} [AddCommMonoid M] [Module R M] {N : Type u_5} [AddCommMonoid N] [Module R N] {M' : Type u_3} {N' : Type u_4} [AddCommMonoid M'] [AddCommMonoid N'] [Module R M'] [Module R N'] (g₁ : M →ₗ[R] M') (g₂ : N →ₗ[R] N') [IsLocalizedModule S g₁] [IsLocalizedModule S g₂] (l : M →ₗ[R] N) : ⇑((LocalizedModule.map S) l) = ⇑(IsLocalizedModule.iso S g₂).symm ∘ ⇑((IsLocalizedModule.map S g₁ g₂) l) ∘ ⇑(IsLocalizedModule.iso S g₁) - LocalizedModule.restrictScalars_map_eq 📋 Mathlib.RingTheory.Localization.Module
{R : Type u_1} [CommSemiring R] (S : Submonoid R) {M : Type u_2} [AddCommMonoid M] [Module R M] {N : Type u_5} [AddCommMonoid N] [Module R N] {M' : Type u_3} {N' : Type u_4} [AddCommMonoid M'] [AddCommMonoid N'] [Module R M'] [Module R N'] (g₁ : M →ₗ[R] M') (g₂ : N →ₗ[R] N') [IsLocalizedModule S g₁] [IsLocalizedModule S g₂] (l : M →ₗ[R] N) : ↑R ((LocalizedModule.map S) l) = ↑(IsLocalizedModule.iso S g₂).symm ∘ₗ (IsLocalizedModule.map S g₁ g₂) l ∘ₗ ↑(IsLocalizedModule.iso S g₁) - instIsLocalizedModuleFinsuppLinearMap 📋 Mathlib.RingTheory.Localization.BaseChange
(R : Type u_1) [CommSemiring R] (S : Submonoid R) (M : Type u_3) [AddCommMonoid M] [Module R M] {M' : Type u_4} [AddCommMonoid M'] [Module R M'] (f : M →ₗ[R] M') {α : Type u_7} [IsLocalizedModule S f] : IsLocalizedModule S (Finsupp.mapRange.linearMap f) - IsLocalizedModule.isBaseChange 📋 Mathlib.RingTheory.Localization.BaseChange
{R : Type u_1} [CommSemiring R] (S : Submonoid R) (A : Type u_2) [CommSemiring A] [Algebra R A] [IsLocalization S A] {M : Type u_3} [AddCommMonoid M] [Module R M] {M' : Type u_4} [AddCommMonoid M'] [Module R M'] [Module A M'] [IsScalarTower R A M'] (f : M →ₗ[R] M') [IsLocalizedModule S f] : IsBaseChange A f - isLocalizedModule_iff_isBaseChange 📋 Mathlib.RingTheory.Localization.BaseChange
{R : Type u_1} [CommSemiring R] (S : Submonoid R) (A : Type u_2) [CommSemiring A] [Algebra R A] [IsLocalization S A] {M : Type u_3} [AddCommMonoid M] [Module R M] {M' : Type u_4} [AddCommMonoid M'] [Module R M'] [Module A M'] [IsScalarTower R A M'] (f : M →ₗ[R] M') : IsLocalizedModule S f ↔ IsBaseChange A f - IsLocalization.instIsLocalizedModuleTensorProductMap 📋 Mathlib.RingTheory.Localization.BaseChange
{R : Type u_1} [CommSemiring R] (S : Submonoid R) {M : Type u_3} [AddCommMonoid M] [Module R M] {M' : Type u_4} [AddCommMonoid M'] [Module R M'] (f : M →ₗ[R] M') (N : Type u_5) (N' : Type u_6) [AddCommMonoid N] [Module R N] [AddCommMonoid N'] [Module R N'] (g : N →ₗ[R] N') [IsLocalizedModule S f] [IsLocalizedModule S g] : IsLocalizedModule S (TensorProduct.map f g) - instIsLocalizedModuleTensorProductSemilinearMapAlgHomToAlgHom 📋 Mathlib.RingTheory.Localization.BaseChange
{R : Type u_1} [CommSemiring R] (S : Submonoid R) (A : Type u_2) [CommSemiring A] [Algebra R A] [IsLocalization S A] {T : Type u_5} [CommSemiring T] [Algebra R T] : IsLocalizedModule S ↑(IsScalarTower.toAlgHom R T (TensorProduct R A T)) - IsLocalization.tensorProduct_isLocalizedModule 📋 Mathlib.RingTheory.Localization.BaseChange
{R : Type u_1} [CommSemiring R] (S : Submonoid R) (A : Type u_2) [CommSemiring A] [Algebra R A] [IsLocalization S A] {M : Type u_3} [AddCommMonoid M] [Module R M] : IsLocalizedModule S ((TensorProduct.mk R A M) 1) - IsLocalizedModule.rTensor 📋 Mathlib.RingTheory.Localization.BaseChange
{R : Type u_1} [CommSemiring R] (A : Type u_2) [CommSemiring A] [Algebra R A] {M : Type u_3} [AddCommMonoid M] [Module R M] {M' : Type u_4} [AddCommMonoid M'] [Module R M'] [Module A M'] [IsScalarTower R A M'] (S : Submonoid A) {N : Type u_7} [AddCommMonoid N] [Module R N] [Module A M] [IsScalarTower R A M] (g : M →ₗ[A] M') [h : IsLocalizedModule S g] : IsLocalizedModule S ((TensorProduct.AlgebraTensorModule.rTensor R N) g) - IsLocalizedModule.map_linearCombination 📋 Mathlib.RingTheory.Localization.BaseChange
{R : Type u_1} [CommSemiring R] (S : Submonoid R) (A : Type u_2) [CommSemiring A] [Algebra R A] [IsLocalization S A] {M : Type u_3} [AddCommMonoid M] [Module R M] {M' : Type u_4} [AddCommMonoid M'] [Module R M'] [Module A M'] [IsScalarTower R A M'] (f : M →ₗ[R] M') {α : Type u_7} {v : α → M} [IsLocalizedModule S f] : (IsLocalizedModule.map S (Finsupp.mapRange.linearMap (Algebra.linearMap R A)) f) (Finsupp.linearCombination R v) = ↑R (Finsupp.linearCombination A (⇑f ∘ v)) - IsLocalizedModule.map_lTensor 📋 Mathlib.RingTheory.Localization.BaseChange
{R : Type u_1} [CommSemiring R] (A : Type u_2) [CommSemiring A] [Algebra R A] {M : Type u_3} [AddCommMonoid M] [Module R M] {M' : Type u_4} [AddCommMonoid M'] [Module R M'] [Module A M'] [IsScalarTower R A M'] (S : Submonoid A) {N : Type u_7} [AddCommMonoid N] [Module R N] [Module A M] [IsScalarTower R A M] {P : Type u_8} [AddCommMonoid P] [Module R P] (f : N →ₗ[R] P) (g : M →ₗ[A] M') [h : IsLocalizedModule S g] : (IsLocalizedModule.map S ((TensorProduct.AlgebraTensorModule.rTensor R N) g) ((TensorProduct.AlgebraTensorModule.rTensor R P) g)) ((TensorProduct.AlgebraTensorModule.lTensor A M) f) = (TensorProduct.AlgebraTensorModule.lTensor A M') f - Module.Flat.of_isLocalizedModule 📋 Mathlib.RingTheory.Flat.Stability
{R : Type u} {M : Type u_1} {Mp : Type u_2} (Rp : Type v) [CommSemiring R] [AddCommMonoid M] [Module R M] [CommSemiring Rp] [Algebra R Rp] [AddCommMonoid Mp] [Module R Mp] [Module Rp Mp] [IsScalarTower R Rp Mp] [Module.Flat R M] (S : Submonoid R) [IsLocalization S Rp] (f : M →ₗ[R] Mp) [h : IsLocalizedModule S f] : Module.Flat Rp Mp - Submodule.localized₀ 📋 Mathlib.Algebra.Module.LocalizedModule.Submodule
{R : Type u_1} {M : Type u_3} {N : Type u_4} [CommSemiring R] [AddCommMonoid M] [AddCommMonoid N] [Module R M] [Module R N] (p : Submonoid R) (f : M →ₗ[R] N) [IsLocalizedModule p f] (M' : Submodule R M) : Submodule R N - Submodule.localized₀FrameHom 📋 Mathlib.Algebra.Module.LocalizedModule.Submodule
{R : Type u_1} {M : Type u_3} {N : Type u_4} [CommSemiring R] [AddCommMonoid M] [AddCommMonoid N] [Module R M] [Module R N] (p : Submonoid R) (f : M →ₗ[R] N) [IsLocalizedModule p f] : FrameHom (Submodule R M) (Submodule R N) - Submodule.localized₀_bot 📋 Mathlib.Algebra.Module.LocalizedModule.Submodule
{R : Type u_1} {M : Type u_3} {N : Type u_4} [CommSemiring R] [AddCommMonoid M] [AddCommMonoid N] [Module R M] [Module R N] (p : Submonoid R) (f : M →ₗ[R] N) [IsLocalizedModule p f] : Submodule.localized₀ p f ⊥ = ⊥ - Submodule.localized₀_top 📋 Mathlib.Algebra.Module.LocalizedModule.Submodule
{R : Type u_1} {M : Type u_3} {N : Type u_4} [CommSemiring R] [AddCommMonoid M] [AddCommMonoid N] [Module R M] [Module R N] (p : Submonoid R) (f : M →ₗ[R] N) [IsLocalizedModule p f] : Submodule.localized₀ p f ⊤ = ⊤ - Submodule.map_le_localized₀ 📋 Mathlib.Algebra.Module.LocalizedModule.Submodule
{R : Type u_1} {M : Type u_3} {N : Type u_4} [CommSemiring R] [AddCommMonoid M] [AddCommMonoid N] [Module R M] [Module R N] (p : Submonoid R) (f : M →ₗ[R] N) [IsLocalizedModule p f] (M' : Submodule R M) : Submodule.map f M' ≤ Submodule.localized₀ p f M' - Submodule.localized₀_inf 📋 Mathlib.Algebra.Module.LocalizedModule.Submodule
{R : Type u_1} {M : Type u_3} {N : Type u_4} [CommSemiring R] [AddCommMonoid M] [AddCommMonoid N] [Module R M] [Module R N] (p : Submonoid R) (f : M →ₗ[R] N) [IsLocalizedModule p f] (M' M'' : Submodule R M) : Submodule.localized₀ p f (M' ⊓ M'') = Submodule.localized₀ p f M' ⊓ Submodule.localized₀ p f M'' - Submodule.localized' 📋 Mathlib.Algebra.Module.LocalizedModule.Submodule
{R : Type u_1} (S : Type u_2) {M : Type u_3} {N : Type u_4} [CommSemiring R] [CommSemiring S] [AddCommMonoid M] [AddCommMonoid N] [Module R M] [Module R N] [Algebra R S] [Module S N] [IsScalarTower R S N] (p : Submonoid R) [IsLocalization p S] (f : M →ₗ[R] N) [IsLocalizedModule p f] (M' : Submodule R M) : Submodule S N - Submodule.IsLocalizedModule.localized₀FrameHom_apply 📋 Mathlib.Algebra.Module.LocalizedModule.Submodule
{R : Type u_1} {M : Type u_3} {N : Type u_4} [CommSemiring R] [AddCommMonoid M] [AddCommMonoid N] [Module R M] [Module R N] (p : Submonoid R) (f : M →ₗ[R] N) [IsLocalizedModule p f] (M' : Submodule R M) : (Submodule.localized₀FrameHom p f) M' = Submodule.localized₀ p f M' - Submodule.localized'FrameHom 📋 Mathlib.Algebra.Module.LocalizedModule.Submodule
{R : Type u_1} (S : Type u_2) {M : Type u_3} {N : Type u_4} [CommSemiring R] [CommSemiring S] [AddCommMonoid M] [AddCommMonoid N] [Module R M] [Module R N] [Algebra R S] [Module S N] [IsScalarTower R S N] (p : Submonoid R) [IsLocalization p S] (f : M →ₗ[R] N) [IsLocalizedModule p f] : FrameHom (Submodule R M) (Submodule S N) - Submodule.localized₀_iSup 📋 Mathlib.Algebra.Module.LocalizedModule.Submodule
{R : Type u_1} {M : Type u_3} {N : Type u_4} [CommSemiring R] [AddCommMonoid M] [AddCommMonoid N] [Module R M] [Module R N] (p : Submonoid R) (f : M →ₗ[R] N) [IsLocalizedModule p f] {ι : Type u_5} (g : ι → Submodule R M) : Submodule.localized₀ p f (⨆ i, g i) = ⨆ i, Submodule.localized₀ p f (g i) - Submodule.toLocalized₀ 📋 Mathlib.Algebra.Module.LocalizedModule.Submodule
{R : Type u_1} {M : Type u_3} {N : Type u_4} [CommSemiring R] [AddCommMonoid M] [AddCommMonoid N] [Module R M] [Module R N] (p : Submonoid R) (f : M →ₗ[R] N) [IsLocalizedModule p f] (M' : Submodule R M) : ↥M' →ₗ[R] ↥(Submodule.localized₀ p f M') - Submodule.instIsLocalizedModuleSubtypeMemLocalized₀ToLocalized₀ 📋 Mathlib.Algebra.Module.LocalizedModule.Submodule
{R : Type u_1} {M : Type u_3} {N : Type u_4} [CommSemiring R] [AddCommMonoid M] [AddCommMonoid N] [Module R M] [Module R N] (p : Submonoid R) (f : M →ₗ[R] N) [IsLocalizedModule p f] (M' : Submodule R M) : IsLocalizedModule p (Submodule.toLocalized₀ p f M') - Submodule.localized'_bot 📋 Mathlib.Algebra.Module.LocalizedModule.Submodule
{R : Type u_1} (S : Type u_2) {M : Type u_3} {N : Type u_4} [CommSemiring R] [CommSemiring S] [AddCommMonoid M] [AddCommMonoid N] [Module R M] [Module R N] [Algebra R S] [Module S N] [IsScalarTower R S N] (p : Submonoid R) [IsLocalization p S] (f : M →ₗ[R] N) [IsLocalizedModule p f] : Submodule.localized' S p f ⊥ = ⊥ - Submodule.localized'_top 📋 Mathlib.Algebra.Module.LocalizedModule.Submodule
{R : Type u_1} (S : Type u_2) {M : Type u_3} {N : Type u_4} [CommSemiring R] [CommSemiring S] [AddCommMonoid M] [AddCommMonoid N] [Module R M] [Module R N] [Algebra R S] [Module S N] [IsScalarTower R S N] (p : Submonoid R) [IsLocalization p S] (f : M →ₗ[R] N) [IsLocalizedModule p f] : Submodule.localized' S p f ⊤ = ⊤ - Submodule.mem_localized₀ 📋 Mathlib.Algebra.Module.LocalizedModule.Submodule
{R : Type u_1} {M : Type u_3} {N : Type u_4} [CommSemiring R] [AddCommMonoid M] [AddCommMonoid N] [Module R M] [Module R N] (p : Submonoid R) (f : M →ₗ[R] N) [IsLocalizedModule p f] (M' : Submodule R M) (x : N) : x ∈ Submodule.localized₀ p f M' ↔ ∃ m ∈ M', ∃ s, IsLocalizedModule.mk' f m s = x - Submodule.restrictScalars_localized' 📋 Mathlib.Algebra.Module.LocalizedModule.Submodule
{R : Type u_1} (S : Type u_2) {M : Type u_3} {N : Type u_4} [CommSemiring R] [CommSemiring S] [AddCommMonoid M] [AddCommMonoid N] [Module R M] [Module R N] [Algebra R S] [Module S N] [IsScalarTower R S N] (p : Submonoid R) [IsLocalization p S] (f : M →ₗ[R] N) [IsLocalizedModule p f] (M' : Submodule R M) : Submodule.restrictScalars R (Submodule.localized' S p f M') = Submodule.localized₀ p f M' - Submodule.localized'_span 📋 Mathlib.Algebra.Module.LocalizedModule.Submodule
{R : Type u_1} (S : Type u_2) {M : Type u_3} {N : Type u_4} [CommSemiring R] [CommSemiring S] [AddCommMonoid M] [AddCommMonoid N] [Module R M] [Module R N] [Algebra R S] [Module S N] [IsScalarTower R S N] (p : Submonoid R) [IsLocalization p S] (f : M →ₗ[R] N) [IsLocalizedModule p f] (s : Set M) : Submodule.localized' S p f (Submodule.span R s) = Submodule.span S (⇑f '' s) - Submodule.localized'_eq_span 📋 Mathlib.Algebra.Module.LocalizedModule.Submodule
{R : Type u_1} (S : Type u_2) {M : Type u_3} {N : Type u_4} [CommSemiring R] [CommSemiring S] [AddCommMonoid M] [AddCommMonoid N] [Module R M] [Module R N] [Algebra R S] [Module S N] [IsScalarTower R S N] (p : Submonoid R) [IsLocalization p S] (f : M →ₗ[R] N) [IsLocalizedModule p f] (M' : Submodule R M) : Submodule.localized' S p f M' = Submodule.span S (⇑f '' ↑M') - Submodule.localized'_inf 📋 Mathlib.Algebra.Module.LocalizedModule.Submodule
{R : Type u_1} (S : Type u_2) {M : Type u_3} {N : Type u_4} [CommSemiring R] [CommSemiring S] [AddCommMonoid M] [AddCommMonoid N] [Module R M] [Module R N] [Algebra R S] [Module S N] [IsScalarTower R S N] (p : Submonoid R) [IsLocalization p S] (f : M →ₗ[R] N) [IsLocalizedModule p f] (M' M'' : Submodule R M) : Submodule.localized' S p f (M' ⊓ M'') = Submodule.localized' S p f M' ⊓ Submodule.localized' S p f M'' - Submodule.localized'gi 📋 Mathlib.Algebra.Module.LocalizedModule.Submodule
{R : Type u_1} (S : Type u_2) {M : Type u_3} {N : Type u_4} [CommSemiring R] [CommSemiring S] [AddCommMonoid M] [AddCommMonoid N] [Module R M] [Module R N] [Algebra R S] [Module S N] [IsScalarTower R S N] (p : Submonoid R) [IsLocalization p S] (f : M →ₗ[R] N) [IsLocalizedModule p f] : GaloisInsertion (Submodule.localized' S p f) fun x => Submodule.comap f (Submodule.restrictScalars R x) - Submodule.IsLocalizedModule.localized'FrameHom_apply 📋 Mathlib.Algebra.Module.LocalizedModule.Submodule
{R : Type u_1} (S : Type u_2) {M : Type u_3} {N : Type u_4} [CommSemiring R] [CommSemiring S] [AddCommMonoid M] [AddCommMonoid N] [Module R M] [Module R N] [Algebra R S] [Module S N] [IsScalarTower R S N] (p : Submonoid R) [IsLocalization p S] (f : M →ₗ[R] N) [IsLocalizedModule p f] (M' : Submodule R M) : (Submodule.localized'FrameHom S p f) M' = Submodule.localized' S p f M' - Submodule.localized₀_smul 📋 Mathlib.Algebra.Module.LocalizedModule.Submodule
{R : Type u_1} {M : Type u_3} {N : Type u_4} [CommSemiring R] [AddCommMonoid M] [AddCommMonoid N] [Module R M] [Module R N] (p : Submonoid R) (f : M →ₗ[R] N) [IsLocalizedModule p f] (M' : Submodule R M) (I : Submodule R R) : Submodule.localized₀ p f (I • M') = I • Submodule.localized₀ p f M' - Submodule.localized'_iSup 📋 Mathlib.Algebra.Module.LocalizedModule.Submodule
{R : Type u_1} (S : Type u_2) {M : Type u_3} {N : Type u_4} [CommSemiring R] [CommSemiring S] [AddCommMonoid M] [AddCommMonoid N] [Module R M] [Module R N] [Algebra R S] [Module S N] [IsScalarTower R S N] (p : Submonoid R) [IsLocalization p S] (f : M →ₗ[R] N) [IsLocalizedModule p f] {ι : Type u_5} (g : ι → Submodule R M) : Submodule.localized' S p f (⨆ i, g i) = ⨆ i, Submodule.localized' S p f (g i) - Submodule.mem_localized' 📋 Mathlib.Algebra.Module.LocalizedModule.Submodule
{R : Type u_1} (S : Type u_2) {M : Type u_3} {N : Type u_4} [CommSemiring R] [CommSemiring S] [AddCommMonoid M] [AddCommMonoid N] [Module R M] [Module R N] [Algebra R S] [Module S N] [IsScalarTower R S N] (p : Submonoid R) [IsLocalization p S] (f : M →ₗ[R] N) [IsLocalizedModule p f] (M' : Submodule R M) (x : N) : x ∈ Submodule.localized' S p f M' ↔ ∃ m ∈ M', ∃ s, IsLocalizedModule.mk' f m s = x - Submodule.toLocalized' 📋 Mathlib.Algebra.Module.LocalizedModule.Submodule
{R : Type u_1} (S : Type u_2) {M : Type u_3} {N : Type u_4} [CommSemiring R] [CommSemiring S] [AddCommMonoid M] [AddCommMonoid N] [Module R M] [Module R N] [Algebra R S] [Module S N] [IsScalarTower R S N] (p : Submonoid R) [IsLocalization p S] (f : M →ₗ[R] N) [IsLocalizedModule p f] (M' : Submodule R M) : ↥M' →ₗ[R] ↥(Submodule.localized' S p f M') - Submodule.isLocalizedModule 📋 Mathlib.Algebra.Module.LocalizedModule.Submodule
{R : Type u_1} (S : Type u_2) {M : Type u_3} {N : Type u_4} [CommSemiring R] [CommSemiring S] [AddCommMonoid M] [AddCommMonoid N] [Module R M] [Module R N] [Algebra R S] [Module S N] [IsScalarTower R S N] (p : Submonoid R) [IsLocalization p S] (f : M →ₗ[R] N) [IsLocalizedModule p f] (M' : Submodule R M) : IsLocalizedModule p (Submodule.toLocalized' S p f M') - Submodule.toLocalizedQuotient' 📋 Mathlib.Algebra.Module.LocalizedModule.Submodule
{R : Type u_5} (S : Type u_6) {M : Type u_7} {N : Type u_8} [CommRing R] [CommRing S] [AddCommGroup M] [AddCommGroup N] [Module R M] [Module R N] [Algebra R S] [Module S N] [IsScalarTower R S N] (p : Submonoid R) [IsLocalization p S] (f : M →ₗ[R] N) [IsLocalizedModule p f] (M' : Submodule R M) : M ⧸ M' →ₗ[R] N ⧸ Submodule.localized' S p f M' - IsLocalizedModule.toLocalizedQuotient' 📋 Mathlib.Algebra.Module.LocalizedModule.Submodule
{R : Type u_5} (S : Type u_6) {M : Type u_7} {N : Type u_8} [CommRing R] [CommRing S] [AddCommGroup M] [AddCommGroup N] [Module R M] [Module R N] [Algebra R S] [Module S N] [IsScalarTower R S N] (p : Submonoid R) [IsLocalization p S] (f : M →ₗ[R] N) [IsLocalizedModule p f] (M' : Submodule R M) : IsLocalizedModule p (Submodule.toLocalizedQuotient' S p f M') - Submodule.localized₀_le_localized₀_of_smul_le 📋 Mathlib.Algebra.Module.LocalizedModule.Submodule
{R : Type u_1} {M : Type u_3} {N : Type u_4} [CommSemiring R] [AddCommMonoid M] [AddCommMonoid N] [Module R M] [Module R N] (p : Submonoid R) (f : M →ₗ[R] N) [IsLocalizedModule p f] {P Q : Submodule R M} (x : ↥p) (h : x • P ≤ Q) : Submodule.localized₀ p f P ≤ Submodule.localized₀ p f Q - Submodule.localized'_smul 📋 Mathlib.Algebra.Module.LocalizedModule.Submodule
{R : Type u_1} (S : Type u_2) {M : Type u_3} {N : Type u_4} [CommSemiring R] [CommSemiring S] [AddCommMonoid M] [AddCommMonoid N] [Module R M] [Module R N] [Algebra R S] [Module S N] [IsScalarTower R S N] (p : Submonoid R) [IsLocalization p S] (f : M →ₗ[R] N) [IsLocalizedModule p f] (M' : Submodule R M) (I : Submodule R R) : Submodule.localized' S p f (I • M') = Submodule.localized' S p (Algebra.linearMap R S) I • Submodule.localized' S p f M' - Submodule.localized'_le_localized'_of_smul_le 📋 Mathlib.Algebra.Module.LocalizedModule.Submodule
{R : Type u_1} (S : Type u_2) {M : Type u_3} {N : Type u_4} [CommSemiring R] [CommSemiring S] [AddCommMonoid M] [AddCommMonoid N] [Module R M] [Module R N] [Algebra R S] [Module S N] [IsScalarTower R S N] (p : Submonoid R) [IsLocalization p S] (f : M →ₗ[R] N) [IsLocalizedModule p f] {P Q : Submodule R M} (x : ↥p) (h : x • P ≤ Q) : Submodule.localized' S p f P ≤ Submodule.localized' S p f Q - Submodule.toLocalized₀_apply_coe 📋 Mathlib.Algebra.Module.LocalizedModule.Submodule
{R : Type u_1} {M : Type u_3} {N : Type u_4} [CommSemiring R] [AddCommMonoid M] [AddCommMonoid N] [Module R M] [Module R N] (p : Submonoid R) (f : M →ₗ[R] N) [IsLocalizedModule p f] (M' : Submodule R M) (c : ↥M') : ↑((Submodule.toLocalized₀ p f M') c) = f ↑c - LinearMap.ker_localizedMap_eq_localized₀_ker 📋 Mathlib.Algebra.Module.LocalizedModule.Submodule
{R : Type u_1} {M : Type u_3} {N : Type u_4} [CommSemiring R] [AddCommMonoid M] [AddCommMonoid N] [Module R M] [Module R N] (p : Submonoid R) (f : M →ₗ[R] N) [IsLocalizedModule p f] {P : Type u_5} [AddCommMonoid P] [Module R P] {Q : Type u_6} [AddCommMonoid Q] [Module R Q] (f' : P →ₗ[R] Q) [IsLocalizedModule p f'] (g : M →ₗ[R] P) : ((IsLocalizedModule.map p f f') g).ker = Submodule.localized₀ p f g.ker - LinearMap.range_localizedMap_eq_localized₀_range 📋 Mathlib.Algebra.Module.LocalizedModule.Submodule
{R : Type u_1} {M : Type u_3} {N : Type u_4} [CommSemiring R] [AddCommMonoid M] [AddCommMonoid N] [Module R M] [Module R N] (p : Submonoid R) (f : M →ₗ[R] N) [IsLocalizedModule p f] {P : Type u_5} [AddCommMonoid P] [Module R P] {Q : Type u_6} [AddCommMonoid Q] [Module R Q] (f' : P →ₗ[R] Q) [IsLocalizedModule p f'] (g : M →ₗ[R] P) : ((IsLocalizedModule.map p f f') g).range = Submodule.localized₀ p f' g.range - instIsLocalizedModuleQuotientSubmoduleLocalizedModuleLocalizationLocalizedToLocalizedQuotient 📋 Mathlib.Algebra.Module.LocalizedModule.Submodule
{R : Type u_5} {M : Type u_7} [CommRing R] [AddCommGroup M] [Module R M] (p : Submonoid R) (M' : Submodule R M) : IsLocalizedModule p (Submodule.toLocalizedQuotient p M') - Submodule.toLocalized'_apply_coe 📋 Mathlib.Algebra.Module.LocalizedModule.Submodule
{R : Type u_1} (S : Type u_2) {M : Type u_3} {N : Type u_4} [CommSemiring R] [CommSemiring S] [AddCommMonoid M] [AddCommMonoid N] [Module R M] [Module R N] [Algebra R S] [Module S N] [IsScalarTower R S N] (p : Submonoid R) [IsLocalization p S] (f : M →ₗ[R] N) [IsLocalizedModule p f] (M' : Submodule R M) (c : ↥M') : ↑((Submodule.toLocalized' S p f M') c) = f ↑c - LinearMap.localized'_ker_eq_ker_localizedMap 📋 Mathlib.Algebra.Module.LocalizedModule.Submodule
{R : Type u_1} (S : Type u_2) {M : Type u_3} {N : Type u_4} [CommSemiring R] [CommSemiring S] [AddCommMonoid M] [AddCommMonoid N] [Module R M] [Module R N] [Algebra R S] [Module S N] [IsScalarTower R S N] (p : Submonoid R) [IsLocalization p S] (f : M →ₗ[R] N) [IsLocalizedModule p f] {P : Type u_5} [AddCommMonoid P] [Module R P] {Q : Type u_6} [AddCommMonoid Q] [Module R Q] [Module S Q] [IsScalarTower R S Q] (f' : P →ₗ[R] Q) [IsLocalizedModule p f'] (g : M →ₗ[R] P) : Submodule.localized' S p f g.ker = (LinearMap.extendScalarsOfIsLocalization p S ((IsLocalizedModule.map p f f') g)).ker - LinearMap.ker_localizedMap_eq_localized'_ker 📋 Mathlib.Algebra.Module.LocalizedModule.Submodule
{R : Type u_1} (S : Type u_2) {M : Type u_3} {N : Type u_4} [CommSemiring R] [CommSemiring S] [AddCommMonoid M] [AddCommMonoid N] [Module R M] [Module R N] [Algebra R S] [Module S N] [IsScalarTower R S N] (p : Submonoid R) [IsLocalization p S] (f : M →ₗ[R] N) [IsLocalizedModule p f] {P : Type u_5} [AddCommMonoid P] [Module R P] {Q : Type u_6} [AddCommMonoid Q] [Module R Q] [Module S Q] [IsScalarTower R S Q] (f' : P →ₗ[R] Q) [IsLocalizedModule p f'] (g : M →ₗ[R] P) : ((IsLocalizedModule.map p f f') g).ker = Submodule.restrictScalars R (Submodule.localized' S p f g.ker) - Submodule.toLocalizedQuotient'_mk 📋 Mathlib.Algebra.Module.LocalizedModule.Submodule
{R : Type u_5} (S : Type u_6) {M : Type u_7} {N : Type u_8} [CommRing R] [CommRing S] [AddCommGroup M] [AddCommGroup N] [Module R M] [Module R N] [Algebra R S] [Module S N] [IsScalarTower R S N] (p : Submonoid R) [IsLocalization p S] (f : M →ₗ[R] N) [IsLocalizedModule p f] (M' : Submodule R M) (x : M) : (Submodule.toLocalizedQuotient' S p f M') (Submodule.Quotient.mk x) = Submodule.Quotient.mk (f x) - LinearMap.localized'_range_eq_range_localizedMap 📋 Mathlib.Algebra.Module.LocalizedModule.Submodule
{R : Type u_1} (S : Type u_2) {M : Type u_3} {N : Type u_4} [CommSemiring R] [CommSemiring S] [AddCommMonoid M] [AddCommMonoid N] [Module R M] [Module R N] [Algebra R S] [Module S N] [IsScalarTower R S N] (p : Submonoid R) [IsLocalization p S] (f : M →ₗ[R] N) [IsLocalizedModule p f] {P : Type u_5} [AddCommMonoid P] [Module R P] {Q : Type u_6} [AddCommMonoid Q] [Module R Q] [Module S Q] [IsScalarTower R S Q] (f' : P →ₗ[R] Q) [IsLocalizedModule p f'] (g : M →ₗ[R] P) : Submodule.localized' S p f' g.range = (LinearMap.extendScalarsOfIsLocalization p S ((IsLocalizedModule.map p f f') g)).range - LinearMap.toKerIsLocalized 📋 Mathlib.Algebra.Module.LocalizedModule.Submodule
{R : Type u_1} {M : Type u_3} {N : Type u_4} [CommSemiring R] [AddCommMonoid M] [AddCommMonoid N] [Module R M] [Module R N] (p : Submonoid R) (f : M →ₗ[R] N) [IsLocalizedModule p f] {P : Type u_5} [AddCommMonoid P] [Module R P] {Q : Type u_6} [AddCommMonoid Q] [Module R Q] (f' : P →ₗ[R] Q) [IsLocalizedModule p f'] (g : M →ₗ[R] P) : ↥g.ker →ₗ[R] ↥((IsLocalizedModule.map p f f') g).ker - LinearMap.toKerLocalized_isLocalizedModule 📋 Mathlib.Algebra.Module.LocalizedModule.Submodule
{R : Type u_1} (S : Type u_2) {M : Type u_3} {N : Type u_4} [CommSemiring R] [CommSemiring S] [AddCommMonoid M] [AddCommMonoid N] [Module R M] [Module R N] [Algebra R S] [Module S N] [IsScalarTower R S N] (p : Submonoid R) [IsLocalization p S] (f : M →ₗ[R] N) [IsLocalizedModule p f] {P : Type u_5} [AddCommMonoid P] [Module R P] {Q : Type u_6} [AddCommMonoid Q] [Module R Q] [Module S Q] [IsScalarTower R S Q] (f' : P →ₗ[R] Q) [IsLocalizedModule p f'] (g : M →ₗ[R] P) : IsLocalizedModule p (LinearMap.toKerIsLocalized p f f' g) - LinearMap.toKerIsLocalized_apply_coe 📋 Mathlib.Algebra.Module.LocalizedModule.Submodule
{R : Type u_1} {M : Type u_3} {N : Type u_4} [CommSemiring R] [AddCommMonoid M] [AddCommMonoid N] [Module R M] [Module R N] (p : Submonoid R) (f : M →ₗ[R] N) [IsLocalizedModule p f] {P : Type u_5} [AddCommMonoid P] [Module R P] {Q : Type u_6} [AddCommMonoid Q] [Module R Q] (f' : P →ₗ[R] Q) [IsLocalizedModule p f'] (g : M →ₗ[R] P) (c : ↥g.ker) : ↑((LinearMap.toKerIsLocalized p f f' g) c) = f ↑c - Module.subsingleton_of_localization_maximal 📋 Mathlib.RingTheory.LocalProperties.Submodule
{R : Type u_1} {M : Type u_2} [CommSemiring R] [AddCommMonoid M] [Module R M] (Mₚ : (P : Ideal R) → [P.IsMaximal] → Type u_5) [(P : Ideal R) → [inst : P.IsMaximal] → AddCommMonoid (Mₚ P)] [(P : Ideal R) → [inst : P.IsMaximal] → Module R (Mₚ P)] (f : (P : Ideal R) → [inst : P.IsMaximal] → M →ₗ[R] Mₚ P) [∀ (P : Ideal R) [inst : P.IsMaximal], IsLocalizedModule P.primeCompl (f P)] (h : ∀ (P : Ideal R) [inst : P.IsMaximal], Subsingleton (Mₚ P)) : Subsingleton M - Submodule.eq_of_localization₀_maximal 📋 Mathlib.RingTheory.LocalProperties.Submodule
{R : Type u_1} {M : Type u_2} [CommSemiring R] [AddCommMonoid M] [Module R M] (Mₚ : (P : Ideal R) → [P.IsMaximal] → Type u_5) [(P : Ideal R) → [inst : P.IsMaximal] → AddCommMonoid (Mₚ P)] [(P : Ideal R) → [inst : P.IsMaximal] → Module R (Mₚ P)] (f : (P : Ideal R) → [inst : P.IsMaximal] → M →ₗ[R] Mₚ P) [∀ (P : Ideal R) [inst : P.IsMaximal], IsLocalizedModule P.primeCompl (f P)] {N₁ N₂ : Submodule R M} (h : ∀ (P : Ideal R) [inst : P.IsMaximal], Submodule.localized₀ P.primeCompl (f P) N₁ = Submodule.localized₀ P.primeCompl (f P) N₂) : N₁ = N₂ - Submodule.eq_bot_of_localization₀_maximal 📋 Mathlib.RingTheory.LocalProperties.Submodule
{R : Type u_1} {M : Type u_2} [CommSemiring R] [AddCommMonoid M] [Module R M] (Mₚ : (P : Ideal R) → [P.IsMaximal] → Type u_5) [(P : Ideal R) → [inst : P.IsMaximal] → AddCommMonoid (Mₚ P)] [(P : Ideal R) → [inst : P.IsMaximal] → Module R (Mₚ P)] (f : (P : Ideal R) → [inst : P.IsMaximal] → M →ₗ[R] Mₚ P) [∀ (P : Ideal R) [inst : P.IsMaximal], IsLocalizedModule P.primeCompl (f P)] (N : Submodule R M) (h : ∀ (P : Ideal R) [inst : P.IsMaximal], Submodule.localized₀ P.primeCompl (f P) N = ⊥) : N = ⊥ - Submodule.eq_top_of_localization₀_maximal 📋 Mathlib.RingTheory.LocalProperties.Submodule
{R : Type u_1} {M : Type u_2} [CommSemiring R] [AddCommMonoid M] [Module R M] (Mₚ : (P : Ideal R) → [P.IsMaximal] → Type u_5) [(P : Ideal R) → [inst : P.IsMaximal] → AddCommMonoid (Mₚ P)] [(P : Ideal R) → [inst : P.IsMaximal] → Module R (Mₚ P)] (f : (P : Ideal R) → [inst : P.IsMaximal] → M →ₗ[R] Mₚ P) [∀ (P : Ideal R) [inst : P.IsMaximal], IsLocalizedModule P.primeCompl (f P)] (N : Submodule R M) (h : ∀ (P : Ideal R) [inst : P.IsMaximal], Submodule.localized₀ P.primeCompl (f P) N = ⊤) : N = ⊤ - Module.eq_zero_of_localization_maximal 📋 Mathlib.RingTheory.LocalProperties.Submodule
{R : Type u_1} {M : Type u_2} [CommSemiring R] [AddCommMonoid M] [Module R M] (Mₚ : (P : Ideal R) → [P.IsMaximal] → Type u_5) [(P : Ideal R) → [inst : P.IsMaximal] → AddCommMonoid (Mₚ P)] [(P : Ideal R) → [inst : P.IsMaximal] → Module R (Mₚ P)] (f : (P : Ideal R) → [inst : P.IsMaximal] → M →ₗ[R] Mₚ P) [∀ (P : Ideal R) [inst : P.IsMaximal], IsLocalizedModule P.primeCompl (f P)] (m : M) (h : ∀ (P : Ideal R) [inst : P.IsMaximal], (f P) m = 0) : m = 0 - Module.eq_of_localization_maximal 📋 Mathlib.RingTheory.LocalProperties.Submodule
{R : Type u_1} {M : Type u_2} [CommSemiring R] [AddCommMonoid M] [Module R M] (Mₚ : (P : Ideal R) → [P.IsMaximal] → Type u_5) [(P : Ideal R) → [inst : P.IsMaximal] → AddCommMonoid (Mₚ P)] [(P : Ideal R) → [inst : P.IsMaximal] → Module R (Mₚ P)] (f : (P : Ideal R) → [inst : P.IsMaximal] → M →ₗ[R] Mₚ P) [∀ (P : Ideal R) [inst : P.IsMaximal], IsLocalizedModule P.primeCompl (f P)] (m m' : M) (h : ∀ (P : Ideal R) [inst : P.IsMaximal], (f P) m = (f P) m') : m = m' - Submodule.le_of_localization_maximal 📋 Mathlib.RingTheory.LocalProperties.Submodule
{R : Type u_1} {M : Type u_2} [CommSemiring R] [AddCommMonoid M] [Module R M] (Mₚ : (P : Ideal R) → [P.IsMaximal] → Type u_5) [(P : Ideal R) → [inst : P.IsMaximal] → AddCommMonoid (Mₚ P)] [(P : Ideal R) → [inst : P.IsMaximal] → Module R (Mₚ P)] (f : (P : Ideal R) → [inst : P.IsMaximal] → M →ₗ[R] Mₚ P) [∀ (P : Ideal R) [inst : P.IsMaximal], IsLocalizedModule P.primeCompl (f P)] {N₁ N₂ : Submodule R M} (h : ∀ (P : Ideal R) [inst : P.IsMaximal], Submodule.localized₀ P.primeCompl (f P) N₁ ≤ Submodule.localized₀ P.primeCompl (f P) N₂) : N₁ ≤ N₂ - Submodule.mem_of_localization_maximal 📋 Mathlib.RingTheory.LocalProperties.Submodule
{R : Type u_1} {M : Type u_2} [CommSemiring R] [AddCommMonoid M] [Module R M] (Mₚ : (P : Ideal R) → [P.IsMaximal] → Type u_5) [(P : Ideal R) → [inst : P.IsMaximal] → AddCommMonoid (Mₚ P)] [(P : Ideal R) → [inst : P.IsMaximal] → Module R (Mₚ P)] (f : (P : Ideal R) → [inst : P.IsMaximal] → M →ₗ[R] Mₚ P) [∀ (P : Ideal R) [inst : P.IsMaximal], IsLocalizedModule P.primeCompl (f P)] (m : M) (N : Submodule R M) (h : ∀ (P : Ideal R) [inst : P.IsMaximal], (f P) m ∈ Submodule.localized₀ P.primeCompl (f P) N) : m ∈ N - Submodule.eq_bot_of_localization_maximal 📋 Mathlib.RingTheory.LocalProperties.Submodule
{R : Type u_1} {M : Type u_2} [CommSemiring R] [AddCommMonoid M] [Module R M] (Rₚ : (P : Ideal R) → [P.IsMaximal] → Type u_4) [(P : Ideal R) → [inst : P.IsMaximal] → CommSemiring (Rₚ P)] [(P : Ideal R) → [inst : P.IsMaximal] → Algebra R (Rₚ P)] [∀ (P : Ideal R) [inst : P.IsMaximal], IsLocalization.AtPrime (Rₚ P) P] (Mₚ : (P : Ideal R) → [P.IsMaximal] → Type u_5) [(P : Ideal R) → [inst : P.IsMaximal] → AddCommMonoid (Mₚ P)] [(P : Ideal R) → [inst : P.IsMaximal] → Module R (Mₚ P)] [(P : Ideal R) → [inst : P.IsMaximal] → Module (Rₚ P) (Mₚ P)] [∀ (P : Ideal R) [inst : P.IsMaximal], IsScalarTower R (Rₚ P) (Mₚ P)] (f : (P : Ideal R) → [inst : P.IsMaximal] → M →ₗ[R] Mₚ P) [∀ (P : Ideal R) [inst : P.IsMaximal], IsLocalizedModule P.primeCompl (f P)] (N : Submodule R M) (h : ∀ (P : Ideal R) [inst : P.IsMaximal], Submodule.localized' (Rₚ P) P.primeCompl (f P) N = ⊥) : N = ⊥ - Submodule.eq_top_of_localization_maximal 📋 Mathlib.RingTheory.LocalProperties.Submodule
{R : Type u_1} {M : Type u_2} [CommSemiring R] [AddCommMonoid M] [Module R M] (Rₚ : (P : Ideal R) → [P.IsMaximal] → Type u_4) [(P : Ideal R) → [inst : P.IsMaximal] → CommSemiring (Rₚ P)] [(P : Ideal R) → [inst : P.IsMaximal] → Algebra R (Rₚ P)] [∀ (P : Ideal R) [inst : P.IsMaximal], IsLocalization.AtPrime (Rₚ P) P] (Mₚ : (P : Ideal R) → [P.IsMaximal] → Type u_5) [(P : Ideal R) → [inst : P.IsMaximal] → AddCommMonoid (Mₚ P)] [(P : Ideal R) → [inst : P.IsMaximal] → Module R (Mₚ P)] [(P : Ideal R) → [inst : P.IsMaximal] → Module (Rₚ P) (Mₚ P)] [∀ (P : Ideal R) [inst : P.IsMaximal], IsScalarTower R (Rₚ P) (Mₚ P)] (f : (P : Ideal R) → [inst : P.IsMaximal] → M →ₗ[R] Mₚ P) [∀ (P : Ideal R) [inst : P.IsMaximal], IsLocalizedModule P.primeCompl (f P)] (N : Submodule R M) (h : ∀ (P : Ideal R) [inst : P.IsMaximal], Submodule.localized' (Rₚ P) P.primeCompl (f P) N = ⊤) : N = ⊤ - Submodule.eq_of_localization_maximal 📋 Mathlib.RingTheory.LocalProperties.Submodule
{R : Type u_1} {M : Type u_2} [CommSemiring R] [AddCommMonoid M] [Module R M] (Rₚ : (P : Ideal R) → [P.IsMaximal] → Type u_4) [(P : Ideal R) → [inst : P.IsMaximal] → CommSemiring (Rₚ P)] [(P : Ideal R) → [inst : P.IsMaximal] → Algebra R (Rₚ P)] [∀ (P : Ideal R) [inst : P.IsMaximal], IsLocalization.AtPrime (Rₚ P) P] (Mₚ : (P : Ideal R) → [P.IsMaximal] → Type u_5) [(P : Ideal R) → [inst : P.IsMaximal] → AddCommMonoid (Mₚ P)] [(P : Ideal R) → [inst : P.IsMaximal] → Module R (Mₚ P)] [(P : Ideal R) → [inst : P.IsMaximal] → Module (Rₚ P) (Mₚ P)] [∀ (P : Ideal R) [inst : P.IsMaximal], IsScalarTower R (Rₚ P) (Mₚ P)] (f : (P : Ideal R) → [inst : P.IsMaximal] → M →ₗ[R] Mₚ P) [∀ (P : Ideal R) [inst : P.IsMaximal], IsLocalizedModule P.primeCompl (f P)] {N₁ N₂ : Submodule R M} (h : ∀ (P : Ideal R) [inst : P.IsMaximal], Submodule.localized' (Rₚ P) P.primeCompl (f P) N₁ = Submodule.localized' (Rₚ P) P.primeCompl (f P) N₂) : N₁ = N₂ - LinearMap.eq_of_localization_maximal 📋 Mathlib.RingTheory.LocalProperties.Submodule
{R : Type u_1} {M : Type u_2} {M₁ : Type u_3} [CommSemiring R] [AddCommMonoid M] [Module R M] [AddCommMonoid M₁] [Module R M₁] (Mₚ : (P : Ideal R) → [P.IsMaximal] → Type u_5) [(P : Ideal R) → [inst : P.IsMaximal] → AddCommMonoid (Mₚ P)] [(P : Ideal R) → [inst : P.IsMaximal] → Module R (Mₚ P)] (f : (P : Ideal R) → [inst : P.IsMaximal] → M →ₗ[R] Mₚ P) [∀ (P : Ideal R) [inst : P.IsMaximal], IsLocalizedModule P.primeCompl (f P)] (M₁ₚ : (P : Ideal R) → [P.IsMaximal] → Type u_6) [(P : Ideal R) → [inst : P.IsMaximal] → AddCommMonoid (M₁ₚ P)] [(P : Ideal R) → [inst : P.IsMaximal] → Module R (M₁ₚ P)] (f₁ : (P : Ideal R) → [inst : P.IsMaximal] → M₁ →ₗ[R] M₁ₚ P) [∀ (P : Ideal R) [inst : P.IsMaximal], IsLocalizedModule P.primeCompl (f₁ P)] (g g' : M →ₗ[R] M₁) (h : ∀ (P : Ideal R) [inst : P.IsMaximal], (IsLocalizedModule.map P.primeCompl (f P) (f₁ P)) g = (IsLocalizedModule.map P.primeCompl (f P) (f₁ P)) g') : g = g' - Algebra.idealMap_isLocalizedModule 📋 Mathlib.RingTheory.Localization.Algebra
{R : Type u_1} (S : Type u_2) [CommSemiring R] [CommSemiring S] (M : Submonoid R) [Algebra R S] [IsLocalization M S] (I : Ideal R) : IsLocalizedModule M (Algebra.idealMap S I) - AlgHom.toKerIsLocalization_isLocalizedModule 📋 Mathlib.RingTheory.Localization.Algebra
{R : Type u_5} [CommSemiring R] (M : Submonoid R) {A : Type u_6} [CommSemiring A] [Algebra R A] {B : Type u_7} [CommSemiring B] [Algebra R B] (Rₚ : Type u_8) [CommSemiring Rₚ] [Algebra R Rₚ] [IsLocalization M Rₚ] (Aₚ : Type u_9) [CommSemiring Aₚ] [Algebra R Aₚ] [Algebra A Aₚ] [IsScalarTower R A Aₚ] [IsLocalization (Algebra.algebraMapSubmonoid A M) Aₚ] (Bₚ : Type u_10) [CommSemiring Bₚ] [Algebra R Bₚ] [Algebra B Bₚ] [IsScalarTower R B Bₚ] [IsLocalization (Algebra.algebraMapSubmonoid B M) Bₚ] [Algebra Rₚ Aₚ] [Algebra Rₚ Bₚ] [IsScalarTower R Rₚ Aₚ] [IsScalarTower R Rₚ Bₚ] (f : A →ₐ[R] B) : IsLocalizedModule (Algebra.algebraMapSubmonoid A M) (AlgHom.toKerIsLocalization M Rₚ Aₚ Bₚ f) - RingHom.toKerIsLocalization_isLocalizedModule 📋 Mathlib.RingTheory.Localization.Algebra
{R : Type u_1} {S : Type u_2} {P : Type u_3} (Q : Type u_4) [CommSemiring R] [CommSemiring S] [CommSemiring P] [CommSemiring Q] {M : Submonoid R} {T : Submonoid P} [Algebra R S] [Algebra P Q] [IsLocalization M S] [IsLocalization T Q] (g : R →+* P) (hT : Submonoid.map g M = T) : IsLocalizedModule M (RingHom.toKerIsLocalization S Q g ⋯) - IsSMulRegular.of_isLocalizedModule 📋 Mathlib.RingTheory.Flat.Localization
{R : Type u_1} (S : Type u_2) [CommSemiring R] [CommSemiring S] [Algebra R S] (p : Submonoid R) [IsLocalization p S] {M : Type u_3} [AddCommMonoid M] [Module R M] [Module S M] [IsScalarTower R S M] {K : Type u_6} [AddCommMonoid K] [Module R K] (f : K →ₗ[R] M) [IsLocalizedModule p f] {x : R} (reg : IsSMulRegular K x) : IsSMulRegular M ((algebraMap R S) x) - IsLocalizedModule.finrank_eq 📋 Mathlib.LinearAlgebra.Dimension.Localization
{R : Type uR} {M : Type uM} {N : Type uN} [CommRing R] [AddCommGroup M] [AddCommGroup N] [Module R M] [Module R N] (p : Submonoid R) (f : M →ₗ[R] N) [IsLocalizedModule p f] (hp : p ≤ nonZeroDivisors R) : Module.finrank R N = Module.finrank R M - IsLocalizedModule.rank_eq 📋 Mathlib.LinearAlgebra.Dimension.Localization
{R : Type uR} {M : Type uM} [CommRing R] [AddCommGroup M] [Module R M] (p : Submonoid R) (hp : p ≤ nonZeroDivisors R) {N : Type uM} [AddCommGroup N] [Module R N] (f : M →ₗ[R] N) [IsLocalizedModule p f] : Module.rank R N = Module.rank R M - IsLocalizedModule.lift_rank_eq 📋 Mathlib.LinearAlgebra.Dimension.Localization
{R : Type uR} {M : Type uM} {N : Type uN} [CommRing R] [AddCommGroup M] [AddCommGroup N] [Module R M] [Module R N] (p : Submonoid R) (f : M →ₗ[R] N) [IsLocalizedModule p f] (hp : p ≤ nonZeroDivisors R) : Cardinal.lift.{uM, uN} (Module.rank R N) = Cardinal.lift.{uN, uM} (Module.rank R M) - IsBaseChange.finrank_eq_of_le_nonZeroDivisors 📋 Mathlib.LinearAlgebra.Dimension.Localization
{R : Type uR} (S : Type uS) {M : Type uM} {N : Type uN} [CommRing R] [CommRing S] [AddCommGroup M] [AddCommGroup N] [Module R M] [Module R N] [Algebra R S] [Module S N] [IsScalarTower R S N] {p : Submonoid R} [IsLocalization p S] (f : M →ₗ[R] N) [IsLocalizedModule p f] (hp : p ≤ nonZeroDivisors R) [Module.Free S N] [StrongRankCondition S] {T : Type uT} [CommRing T] [Algebra R T] (hpT : Algebra.algebraMapSubmonoid T p ≤ nonZeroDivisors T) [StrongRankCondition (TensorProduct R S T)] {P : Type uP} [AddCommGroup P] [Module R P] [Module T P] [IsScalarTower R T P] {g : M →ₗ[R] P} (bc : IsBaseChange T g) : Module.finrank T P = Module.finrank R M - IsBaseChange.rank_eq_of_le_nonZeroDivisors 📋 Mathlib.LinearAlgebra.Dimension.Localization
{R : Type uR} (S : Type uS) {M : Type uM} {N : Type uN} [CommRing R] [CommRing S] [AddCommGroup M] [AddCommGroup N] [Module R M] [Module R N] [Algebra R S] [Module S N] [IsScalarTower R S N] {p : Submonoid R} [IsLocalization p S] (f : M →ₗ[R] N) [IsLocalizedModule p f] (hp : p ≤ nonZeroDivisors R) [Module.Free S N] [StrongRankCondition S] {T : Type uT} [CommRing T] [Algebra R T] (hpT : Algebra.algebraMapSubmonoid T p ≤ nonZeroDivisors T) [StrongRankCondition (TensorProduct R S T)] {P : Type uM} [AddCommGroup P] [Module R P] [Module T P] [IsScalarTower R T P] {g : M →ₗ[R] P} (bc : IsBaseChange T g) : Module.rank T P = Module.rank R M - IsBaseChange.lift_rank_eq_of_le_nonZeroDivisors 📋 Mathlib.LinearAlgebra.Dimension.Localization
{R : Type uR} (S : Type uS) {M : Type uM} {N : Type uN} [CommRing R] [CommRing S] [AddCommGroup M] [AddCommGroup N] [Module R M] [Module R N] [Algebra R S] [Module S N] [IsScalarTower R S N] {p : Submonoid R} [IsLocalization p S] (f : M →ₗ[R] N) [IsLocalizedModule p f] (hp : p ≤ nonZeroDivisors R) [Module.Free S N] [StrongRankCondition S] {T : Type uT} [CommRing T] [Algebra R T] (hpT : Algebra.algebraMapSubmonoid T p ≤ nonZeroDivisors T) [StrongRankCondition (TensorProduct R S T)] {P : Type uP} [AddCommGroup P] [Module R P] [Module T P] [IsScalarTower R T P] {g : M →ₗ[R] P} (bc : IsBaseChange T g) : Cardinal.lift.{uM, uP} (Module.rank T P) = Cardinal.lift.{uP, uM} (Module.rank R M) - Algebra.IsAlgebraic.instIsLocalizedModuleNonZeroDivisorsToLinearMapToAlgHom 📋 Mathlib.RingTheory.Algebraic.Integral
(R : Type u_1) (S : Type u_2) [CommRing R] [CommRing S] [Algebra R S] (S' : Type u_5) [CommRing S'] [FaithfulSMul R S] [alg : Algebra.IsAlgebraic R S] [NoZeroDivisors S] [Algebra S S'] [IsFractionRing S S'] [Algebra R S'] [IsScalarTower R S S'] : IsLocalizedModule (nonZeroDivisors R) (IsScalarTower.toAlgHom R S S').toLinearMap - IsLocalizedModule.map_exact 📋 Mathlib.Algebra.Module.LocalizedModule.Exact
{R : Type u_1} [CommSemiring R] (S : Submonoid R) {M₀ : Type u_2} {M₀' : Type u_5} [AddCommMonoid M₀] [AddCommMonoid M₀'] [Module R M₀] [Module R M₀'] (f₀ : M₀ →ₗ[R] M₀') [IsLocalizedModule S f₀] {M₁ : Type u_3} {M₁' : Type u_6} [AddCommMonoid M₁] [AddCommMonoid M₁'] [Module R M₁] [Module R M₁'] (f₁ : M₁ →ₗ[R] M₁') [IsLocalizedModule S f₁] {M₂ : Type u_4} {M₂' : Type u_7} [AddCommMonoid M₂] [AddCommMonoid M₂'] [Module R M₂] [Module R M₂'] (f₂ : M₂ →ₗ[R] M₂') [IsLocalizedModule S f₂] (g : M₀ →ₗ[R] M₁) (h : M₁ →ₗ[R] M₂) (ex : Function.Exact ⇑g ⇑h) : Function.Exact ⇑((IsLocalizedModule.map S f₀ f₁) g) ⇑((IsLocalizedModule.map S f₁ f₂) h) - ModuleCat.localizedModule_isLocalizedModule 📋 Mathlib.Algebra.Category.ModuleCat.Localization
{R : Type u} [CommRing R] [Small.{v, u} R] (M : ModuleCat R) (S : Submonoid R) : IsLocalizedModule S (M.localizedModuleMkLinearMap S) - ModuleCat.isIso_of_isLocalizedModule_comp 📋 Mathlib.Algebra.Category.ModuleCat.Localization
{R : Type u} [CommRing R] {S : Submonoid R} {M₁ M₂ M₃ : ModuleCat R} {f₁ : M₁ ⟶ M₂} {f₂ : M₂ ⟶ M₃} (h₁ : IsLocalizedModule S (ModuleCat.Hom.hom f₁)) (h₂ : IsLocalizedModule S (ModuleCat.Hom.hom (CategoryTheory.CategoryStruct.comp f₁ f₂))) : CategoryTheory.IsIso f₂ - IsLocalizedModule.exists_isLocalizedModule_powers_of_finitePresentation 📋 Mathlib.Algebra.Module.FinitePresentation
{R : Type u_3} {M : Type u_4} [CommRing R] [AddCommGroup M] [Module R M] (S : Submonoid R) {M' : Type u_1} [AddCommGroup M'] [Module R M'] (f : M →ₗ[R] M') [IsLocalizedModule S f] [Module.Finite R M] [Module.FinitePresentation R M'] : ∃ r ∈ S, IsLocalizedModule.Away r f
About
Loogle searches Lean and Mathlib definitions and theorems.
You can use Loogle from within the Lean4 VSCode language extension
using the Loogle command from the command palette. You can also try the
#loogle command from LeanSearchClient,
the CLI version, the Loogle
VS Code extension, the lean.nvim
integration or the Zulip bot.
Usage
Loogle finds definitions and lemmas in various ways:
By constant:
🔍Real.sin
finds all lemmas whose statement somehow mentions the sine function.By lemma name substring:
🔍"differ"
finds all lemmas that have"differ"somewhere in their lemma name.By subexpression:
🔍_ * (_ ^ _)
finds all lemmas whose statements somewhere include a product where the second argument is raised to some power.The pattern can also be non-linear, as in
🔍Real.sqrt ?a * Real.sqrt ?aIf the pattern has parameters, they are matched in any order. Both of these will find
List.map:
🔍(?a -> ?b) -> List ?a -> List ?b
🔍List ?a -> (?a -> ?b) -> List ?bBy main conclusion:
🔍|- tsum _ = _ * tsum _
finds all lemmas where the conclusion (the subexpression to the right of all→and∀) has the given shape.As before, if the pattern has parameters, they are matched against the hypotheses of the lemma in any order; for example,
🔍|- _ < _ → tsum _ < tsum _
will findtsum_lt_tsumeven though the hypothesisf i < g iis not the last.You can filter for definitions vs theorems: Using
⊢ (_ : Type _)finds all definitions which provide data while⊢ (_ : Prop)finds all theorems (and definitions of proofs).
If you pass more than one such search filter, separated by commas
Loogle will return lemmas which match all of them. The
search
🔍 Real.sin, "two", tsum, _ * _, _ ^ _, |- _ < _ → _
would find all lemmas which mention the constants Real.sin
and tsum, have "two" as a substring of the
lemma name, include a product and a power somewhere in the type,
and have a hypothesis of the form _ < _ (if
there were any such lemmas). Metavariables (?a) are
assigned independently in each filter.
The #lucky button will directly send you to the
documentation of the first hit.
Source code
You can find the source code for this service at https://github.com/nomeata/loogle. The https://loogle.lean-lang.org/ service is provided by the Lean FRO. Please review the Lean FRO Terms of Use and Privacy Policy.
This is Loogle revision 9f11169 serving mathlib revision ce5dd8c