Mathlib Map

Theorems · Definition · ring theory

Algebra.algHom

(R : Type u_1) →
  (S : Type u_2) →
    (A : Type u_3) →
      [inst : CommSemiring R] →
        [inst_1 : CommSemiring S] →
          [inst_2 : Semiring A] →
            [inst_3 : Algebra R S] → [inst_4 : Algebra S A] → [inst_5 : Algebra R A] → [IsScalarTower R S A] → S →ₐ[R] A

The algebra morphism underlying algebraMap.

Defined in
Mathlib.Algebra.Algebra.Hom
Cited by
12 results in Mathlib
Foundations
Depth 20 from the axioms · uses no axioms
Assumes
CommSemiringCommSemiringSemiringAlgebraAlgebraAlgebraIsScalarTower

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 by17

Results whose statement or proof uses this declaration.