Mathlib Map

Theorems · Definition · ring theory

AlgHom.subalgebraMap

{R : Type u} →
  {A : Type v} →
    {B : Type w} →
      [inst : CommSemiring R] →
        [inst_1 : Semiring A] →
          [inst_2 : Algebra R A] →
            [inst_3 : Semiring B] →
              [inst_4 : Algebra R B] → (S : Subalgebra R A) → (f : A →ₐ[R] B) → ↥S →ₐ[R] ↥(Subalgebra.map f S)

An AlgHom between two rings restricts to an AlgHom from any subalgebra of the domain onto the image of that subalgebra.

Defined in
Mathlib.Algebra.Algebra.Subalgebra.Basic
Cited by
3 results in Mathlib
Foundations
Depth 33 from the axioms · uses propext, Quot.sound
Assumes
CommSemiringSemiringAlgebraSemiringAlgebra

Around this declaration

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

Cites9

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

Cited by3

Results whose statement or proof uses this declaration.