Mathlib Map

Theorems · Definition · ring theory

Bialgebra.Quotient.comulAlgHom

{R : Type u_1} →
  {A : Type u_2} →
    [inst : CommRing R] →
      [inst_1 : Ring A] →
        [inst_2 : Bialgebra R A] →
          (I : Ideal A) →
            [inst_3 : I.IsTwoSided] →
              [(Submodule.restrictScalars R I).IsCoideal] → A ⧸ I →ₐ[R] TensorProduct R (A ⧸ I) (A ⧸ I)

The comultiplication on A ⧸ I, as an R-algebra homomorphism.

Defined in
Mathlib.RingTheory.Bialgebra.Quotient
Cited by
2 results in Mathlib
Foundations
Depth 87 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CommRingRingBialgebraIdeal.IsTwoSidedSubmodule.IsCoideal

Around this declaration

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

Cites15

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.