Mathlib Map

Theorems · Definition · ring theory

AlgHom.prodMap

{R : Type u_1} →
  {A : Type u_2} →
    {B : Type u_3} →
      {C : Type u_4} →
        [inst : CommSemiring R] →
          [inst_1 : Semiring A] →
            [inst_2 : Algebra R A] →
              [inst_3 : Semiring B] →
                [inst_4 : Algebra R B] →
                  [inst_5 : Semiring C] →
                    [inst_6 : Algebra R C] →
                      {D : Type u_5} →
                        [inst_7 : Semiring D] → [inst_8 : Algebra R D] → (A →ₐ[R] B) → (C →ₐ[R] D) → A × C →ₐ[R] B × D

Prod.map of two algebra homomorphisms.

Defined in
Mathlib.Algebra.Algebra.Prod
Cited by
2 results in Mathlib
Foundations
Depth 23 from the axioms · uses propext, Quot.sound
Assumes
CommSemiringSemiringAlgebraSemiringAlgebraSemiringAlgebraSemiringAlgebra

Around this declaration

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

Cites7

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.