Mathlib Map

Theorems · Definition · commutative algebra

Algebra.Extension.Hom.toRingHom

{R : Type u} →
  {S : Type v} →
    [inst : CommRing R] →
      [inst_1 : CommRing S] →
        [inst_2 : Algebra R S] →
          {P : Algebra.Extension R S} →
            {R' : Type u_1} →
              {S' : Type u_2} →
                [inst_3 : CommRing R'] →
                  [inst_4 : CommRing S'] →
                    [inst_5 : Algebra R' S'] →
                      {P' : Algebra.Extension R' S'} →
                        [inst_6 : Algebra R R'] → [inst_7 : Algebra S S'] → P.Hom P' → P.Ring →+* P'.Ring

The underlying ring homomorphism of a hom between extensions.

Defined in
Mathlib.RingTheory.Extension.Basic
Cited by
31 results in Mathlib
Foundations
Depth 11 from the axioms · uses no axioms
Assumes
CommRingCommRingAlgebraCommRingCommRingAlgebraAlgebraAlgebra

Around this declaration

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

Cites6

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.