Mathlib Map

Theorems · Definition · commutative algebra

Ideal.Quotient.lift

{R : Type u} →
  [inst : Ring R] →
    (I : Ideal R) →
      {S : Type v} → [inst_1 : I.IsTwoSided] → [inst_2 : Semiring S] → (f : R →+* S) → (∀ a ∈ I, f a = 0) → R ⧸ I →+* S

Given a ring homomorphism f : R →+* S sending all elements of an ideal to zero, lift it to the quotient by this ideal.

Defined in
Mathlib.RingTheory.Ideal.Quotient.Defs
Cited by
19 results in Mathlib
Foundations
Depth 83 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
RingIdeal.IsTwoSidedSemiring

Around this declaration

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

Ideal.Quotient.factor · cited by 33Quotient.factorIdeal.quotientMap · cited by 27Ideal.quotientMapIsLocalRing.ResidueField.map · cited by 16ResidueField.mapIdeal.Quotient.liftₐ · cited by 15Quotient.liftₐRingHom.kerLift · cited by 13RingHom.kerLiftAdjoinRoot.lift · cited by 11AdjoinRoot.liftAlgHom.kerSquareLift · cited by 10AlgHom.kerSquareLiftIdeal.Quotient.lift_mk · cited by 9Quotient.lift_mkRing.DirectLimit.lift · cited by 6DirectLimit.liftIdeal.Quotient.lift_surjective_of_surjective · cited by 6Quotient.lift_surjective_…Ideal.quotientInfToPiQuotient · cited by 6Ideal.quotientInfToPiQuot…Ideal.polynomialQuotientEquivQuotientPolynomial · cited by 4Ideal.polynomialQuotientE…AlgHom.liftOfSurjective_apply · cited by 4AlgHom.liftOfSurjective_a…Ideal.ker_quotient_lift · cited by 4Ideal.ker_quotient_liftAlgebraicGeometry.Scheme.Hom.liftQuotient · cited by 4Hom.liftQuotientDFunLike.coe · cited by 62936DFunLike.coeSemiring · cited by 13802SemiringRingHom · cited by 10189RingHomRing · cited by 7463RingIdeal · cited by 4748IdealAddMonoidHom · cited by 3230AddMonoidHomHasQuotient.Quotient · cited by 2301HasQuotient.QuotientIdeal.IsTwoSided · cited by 179Ideal.IsTwoSidedSubmodule.toAddSubgroup · cited by 106Submodule.toAddSubgroupZeroHom.toFun · cited by 101ZeroHom.toFunAddMonoidHom.toZeroHom · cited by 61AddMonoidHom.toZeroHomRingHom.toAddMonoidHom · cited by 17RingHom.toAddMonoidHomQuotientAddGroup.lift · cited by 15QuotientAddGroup.liftQuotient.liftCITED BYCITES

Cites13

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

Cited by36

Results whose statement or proof uses this declaration.