Mathlib Map

Theorems · Definition · commutative algebra

RingEquiv.ofLeftInverseS

{R : Type u} →
  {S : Type v} →
    [inst : NonAssocSemiring R] →
      [inst_1 : NonAssocSemiring S] → {g : S → R} → {f : R →+* S} → Function.LeftInverse g ⇑f → R ≃+* ↥f.rangeS

Restrict a ring homomorphism with a left inverse to a ring isomorphism to its RingHom.rangeS.

Defined in
Mathlib.Algebra.Ring.Subsemiring.Basic
Cited by
2 results in Mathlib
Foundations
Depth 26 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.

Cites8

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

Cited by2

Results whose statement or proof uses this declaration.