Bialgebras

class sage.categories.bialgebras.Bialgebras(base, name=None)

Bases: sage.categories.category_types.Category_over_base_ring

The category of bialgebras

EXAMPLES:

sage: Bialgebras(ZZ)
Category of bialgebras over Integer Ring
sage: Bialgebras(ZZ).super_categories()
[Category of algebras over Integer Ring, Category of coalgebras over Integer Ring]

TESTS:

sage: TestSuite(Bialgebras(ZZ)).run()
class ElementMethods
class Bialgebras.ParentMethods
Bialgebras.super_categories(*args, **kwds)

EXAMPLES:

sage: Bialgebras(QQ).super_categories()
[Category of algebras over Rational Field, Category of coalgebras over Rational Field]

Previous topic

Algebras With Basis

Next topic

BialgebrasWithBasis

This Page