Mathlib Map

Theorems · Definition · commutative algebra

IsLocalization.ringEquivOfRingEquiv

{R : Type u_1} →
  [inst : CommSemiring R] →
    {M : Submonoid R} →
      (S : Type u_2) →
        [inst_1 : CommSemiring S] →
          [inst_2 : Algebra R S] →
            {P : Type u_3} →
              [inst_3 : CommSemiring P] →
                [IsLocalization M S] →
                  {T : Submonoid P} →
                    (Q : Type u_4) →
                      [inst_5 : CommSemiring Q] →
                        [inst_6 : Algebra P Q] →
                          [IsLocalization T Q] → (h : R ≃+* P) → Submonoid.map h.toMonoidHom M = T → S ≃+* Q

If S, Q are localizations of R and P at submonoids M, T respectively, an isomorphism j : R ≃+* P such that j(M) = T induces an isomorphism of localizations S ≃+* Q.

Defined in
Mathlib.RingTheory.Localization.Defs
Cited by
15 results in Mathlib
Foundations
Depth 58 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CommSemiringCommSemiringAlgebraCommSemiringIsLocalizationCommSemiringAlgebraIsLocalization

Around this declaration

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

IsLocalization.algEquiv · cited by 45IsLocalization.algEquivIsFractionRing.ringEquivOfRingEquiv · cited by 17IsFractionRing.ringEquivO…IsLocalization.algEquivOfAlgEquiv · cited by 7IsLocalization.algEquivOf…IsLocalization.ringEquivOfRingEquiv_apply · cited by 5IsLocalization.ringEquivO…FractionalIdeal.canonicalEquiv_symm · cited by 2FractionalIdeal.canonical…FractionalIdeal.mem_canonicalEquiv_apply · cited by 2FractionalIdeal.mem_canon…Algebra.IsStandardEtale.of_isLocalizationAway · cited by 2IsStandardEtale.of_isLoca…FractionalIdeal.canonicalEquiv_def · cited by 2FractionalIdeal.canonical…IsIntegrallyClosed.of_isLocalization_maximal · cited by 1IsIntegrallyClosed.of_isL…IsLocalization.bijective_lift_piRingHom_algebraMap_comp_piEvalRingHom · cited by 1IsLocalization.bijective_…RingHom.locally_respectsIso · cited by 1RingHom.locally_respectsI…RingHom.HoldsForLocalization.mk · cited by 0HoldsForLocalization.mkIsLocalization.ringEquivOfRingEquiv.congr_simp · cited by 0ringEquivOfRingEquiv.cong…IsLocalization.ringEquivOfRingEquiv_eq · cited by 0IsLocalization.ringEquivO…IsLocalization.ringEquivOfRingEquiv_eq_map · cited by 0IsLocalization.ringEquivO…DFunLike.coe · cited by 62936DFunLike.coeAlgebra · cited by 11388AlgebraCommSemiring · cited by 10911CommSemiringRingHom · cited by 10189RingHomMonoidHom · cited by 3629MonoidHomSubmonoid · cited by 3086SubmonoidRingEquiv · cited by 1147RingEquivRingHomClass.toRingHom · cited by 746RingHomClass.toRingHomIsLocalization · cited by 636IsLocalizationRingEquiv.symm · cited by 567RingEquiv.symmSubmonoid.map · cited by 190Submonoid.mapIsLocalization.map · cited by 99IsLocalization.mapRingEquiv.toMonoidHom · cited by 13RingEquiv.toMonoidHomIsLocalization.ringEquivOfRin…CITED BYCITES

Cites13

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

Cited by18

Results whose statement or proof uses this declaration.