Theorems · Definition · ring theory
Bialgebra.ofAlgHom
{R : Type u_1} →
{A : Type u_2} →
[inst : CommSemiring R] →
[inst_1 : Semiring A] →
[inst_2 : Algebra R A] →
(comul : A →ₐ[R] TensorProduct R A A) →
(counit : A →ₐ[R] R) →
(↑(Algebra.TensorProduct.assoc R R R A A A)).comp
((Algebra.TensorProduct.map comul (AlgHom.id R A)).comp comul) =
(Algebra.TensorProduct.map (AlgHom.id R A) comul).comp comul →
(Algebra.TensorProduct.map counit (AlgHom.id R A)).comp comul = ↑(Algebra.TensorProduct.lid R A).symm →
(Algebra.TensorProduct.map (AlgHom.id R A) counit).comp comul =
↑(Algebra.TensorProduct.rid R R A).symm →
Bialgebra R AIf R is a commutative semiring and A is an R-algebra,
then Bialgebra.ofAlgHom consumes the counit and comultiplication
as algebra homomorphisms that satisfy the coalgebra axioms to define
a bialgebra structure on A.
- Defined in
- Mathlib.RingTheory.Bialgebra.Basic
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 82 from the axioms · uses propext, Quot.sound
- Assumes
- CommSemiringSemiringAlgebra
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.
- Semiringstatement and proof · cited by 13,802
- Algebrastatement and proof · cited by 11,388
- CommSemiringstatement and proof · cited by 10,911
- AlgHomstatement and proof · cited by 3,236
- TensorProductstatement and proof · cited by 2,545
- AlgEquiv.symmstatement and proof · cited by 615
- AlgHom.compstatement and proof · cited by 501
- AlgEquiv.toAlgHomstatement and proof · cited by 273
- AlgHom.idstatement and proof · cited by 196
- Bialgebrastatement · cited by 160
- Algebra.TensorProduct.mapstatement and proof · cited by 97
- Algebra.TensorProduct.ridstatement and proof · cited by 20
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.