Mathlib Map

Theorems · Definition · ring theory

AlgEquiv.sumArrowEquivProdArrow

(α : Type u_1) →
  (β : Type u_2) →
    (R : Type u_3) →
      [inst : CommSemiring R] →
        (S : Type u_8) → [inst_1 : Semiring S] → [inst_2 : Algebra R S] → (α ⊕ β → S) ≃ₐ[R] (α → S) × (β → S)

Equiv.sumArrowEquivProdArrow as an algebra equivalence.

Defined in
Mathlib.Algebra.Algebra.Pi
Cited by
3 results in Mathlib
Foundations
Depth 23 from the axioms · uses propext, Quot.sound
Assumes
CommSemiringSemiringAlgebra

Around this declaration

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

Cites5

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.