Mathlib Map

Theorems · Definition · commutative algebra

RingCon.comapQuotientEquivRangeS

{M : Type u_1} →
  {N : Type u_2} →
    [inst : NonAssocSemiring M] →
      [inst_1 : NonAssocSemiring N] →
        (c : RingCon M) → (f : N →+* M) → {d : RingCon N} → d = c.comap f → d.Quotient ≃+* ↥(c.mk'.comp f).rangeS

The second isomorphism theorem for semirings.

Defined in
Mathlib.RingTheory.Congruence.Hom
Cited by
3 results in Mathlib
Foundations
Depth 37 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
NonAssocSemiringNonAssocSemiring

Around this declaration

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

Cites14

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

Cited by4

Results whose statement or proof uses this declaration.