Mathlib Map

Theorems · Definition · commutative algebra

IsLocalization.lift

{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] → {g : R →+* P} → (∀ (y : ↥M), IsUnit (g ↑y)) → S →+* P

Given a localization map f : R →+* S for a submonoid M ⊆ R and a map of CommSemirings g : R →+* P such that g y is invertible for all y : M, the homomorphism induced from S to P sending z : S to g x * (g y)⁻¹, where (x, y) : R × M are such that z = f x * (f y)⁻¹.

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

Around this declaration

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

IsLocalization.map · cited by 99IsLocalization.mapIsLocalization.lift_eq · cited by 14IsLocalization.lift_eqIsFractionRing.lift · cited by 12IsFractionRing.liftIsLocalization.liftAlgHom · cited by 11IsLocalization.liftAlgHomIsLocalization.Away.lift · cited by 10Away.liftgalLift · cited by 10galLiftLaurentPolynomial.eval₂ · cited by 8LaurentPolynomial.eval₂Algebra.FormallySmooth.of_isLocalization · cited by 6FormallySmooth.of_isLocal…Localization.mapToFractionRing · cited by 5Localization.mapToFractio…IsLocalization.lift_comp · cited by 5IsLocalization.lift_compIsLocalization.lift_mk' · cited by 5IsLocalization.lift_mk'LocalSubring.ofPrime · cited by 4LocalSubring.ofPrimeIsLocalization.lift_mk'_spec · cited by 4IsLocalization.lift_mk'_s…IsLocalization.localizationAlgebraOfSubmonoidLe · cited by 4IsLocalization.localizati…Ideal.ResidueField.lift · cited by 3ResidueField.liftDFunLike.coe · cited by 62936DFunLike.coeAlgebra · cited by 11388AlgebraCommSemiring · cited by 10911CommSemiringRingHom · cited by 10189RingHomSubmonoid · cited by 3086SubmonoidIsUnit · cited by 1602IsUnitMonoidWithZeroHom · cited by 704MonoidWithZeroHomIsLocalization · cited by 636IsLocalizationZeroHom.toFun · cited by 101ZeroHom.toFunIsLocalization.toLocalizationMap · cited by 69IsLocalization.toLocaliza…MonoidWithZeroHom.toZeroHom · cited by 35MonoidWithZeroHom.toZeroH…RingHom.toMonoidWithZeroHom · cited by 24RingHom.toMonoidWithZeroH…Submonoid.LocalizationMap.lift₀ · cited by 5LocalizationMap.lift₀IsLocalization.liftCITED BYCITES

Cites13

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

Cited by38

Results whose statement or proof uses this declaration.