Mathlib Map

Theorems · Definition · ring theory

AlgHom.codRestrict

{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] → (f : A →ₐ[R] B) → (S : Subalgebra R B) → (∀ (x : A), f x ∈ S) → A →ₐ[R] ↥S

Restrict the codomain of an algebra homomorphism.

Defined in
Mathlib.Algebra.Algebra.Subalgebra.Basic
Cited by
16 results in Mathlib
Foundations
Depth 31 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 by29

Results whose statement or proof uses this declaration.