GradedCoalgebrasWithBasis

class sage.categories.graded_coalgebras_with_basis.GradedCoalgebrasWithBasis(base, name=None)

Bases: sage.categories.category_types.Category_over_base_ring

The category of graded coalgebras with a distinguished basis

EXAMPLES:

sage: GradedCoalgebrasWithBasis(ZZ)
Category of graded coalgebras with basis over Integer Ring
sage: GradedCoalgebrasWithBasis(ZZ).super_categories()
[Category of graded modules with basis over Integer Ring, Category of graded coalgebras over Integer Ring, Category of coalgebras with basis over Integer Ring]

TESTS:

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

EXAMPLES:

sage: GradedCoalgebrasWithBasis(QQ).super_categories()
[Category of graded modules with basis over Rational Field, Category of graded coalgebras over Rational Field, Category of coalgebras with basis over Rational Field]

Previous topic

Graded Coalgebras

Next topic

Graded Hopf algebras

This Page