Mathlib Map

Theorems · Definition · commutative algebra

Ideal.quotientEquiv

{R : Type u} →
  [inst : Ring R] →
    {S : Type v} →
      [inst_1 : Ring S] →
        (I : Ideal R) →
          (J : Ideal S) →
            [inst_2 : I.IsTwoSided] → [inst_3 : J.IsTwoSided] → (f : R ≃+* S) → J = Ideal.map (↑f) I → R ⧸ I ≃+* S ⧸ J

The ring equiv R/I ≃+* S/J induced by a ring equiv f : R ≃+* S, where J = f(I).

Defined in
Mathlib.RingTheory.Ideal.Quotient.Operations
Cited by
6 results in Mathlib
Foundations
Depth 89 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
RingRingIdeal.IsTwoSidedIdeal.IsTwoSided

Around this declaration

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

Ideal.quotientEquivAlg · cited by 7Ideal.quotientEquivAlgAdjoinRoot.Polynomial.quotQuotEquivComm · cited by 3Polynomial.quotQuotEquivC…RingOfIntegers.ZModXQuotSpanEquivQuotSpan · cited by 2RingOfIntegers.ZModXQuotS…Ideal.quotientEquiv_symm_apply · cited by 2Ideal.quotientEquiv_symm_…Algebra.TensorProduct.quotientTensorEquiv · cited by 2TensorProduct.quotientTen…PowerBasis.quotientEquivQuotientMinpolyMap_symm_apply_mk · cited by 1PowerBasis.quotientEquivQ…RingOfIntegers.ZModXQuotSpanEquivQuotSpanPair · cited by 1RingOfIntegers.ZModXQuotS…Ideal.quotientEquiv_mk · cited by 1Ideal.quotientEquiv_mkIdeal.Quotient.algEquivOfEqMap · cited by 1Quotient.algEquivOfEqMapIdeal.quotientEquiv.congr_simp · cited by 0quotientEquiv.congr_simpIdeal.quotientEquiv_apply · cited by 0Ideal.quotientEquiv_applyIdeal.quotientEquiv_symm_mk · cited by 0Ideal.quotientEquiv_symm_…Ideal.Fiber.algEquivQuotient · cited by 0Fiber.algEquivQuotientDFunLike.coe · cited by 62936DFunLike.coeRingHom · cited by 10189RingHomRing · cited by 7463RingIdeal · cited by 4748IdealHasQuotient.Quotient · cited by 2301HasQuotient.QuotientRingEquiv · cited by 1147RingEquivRingHomClass.toRingHom · cited by 746RingHomClass.toRingHomIdeal.map · cited by 692Ideal.mapRingEquiv.symm · cited by 567RingEquiv.symmIdeal.IsTwoSided · cited by 179Ideal.IsTwoSidedRingHom.toMonoidHom · cited by 132RingHom.toMonoidHomOneHom.toFun · cited by 132OneHom.toFunMonoidHom.toOneHom · cited by 132MonoidHom.toOneHomIdeal.quotientMap · cited by 27Ideal.quotientMapIdeal.quotientEquivCITED BYCITES

Cites14

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

Cited by13

Results whose statement or proof uses this declaration.