Cat::GradedHopfAlgebraWithBasis – the category of graded Hopf algebras over a distinguished basis

Cat::GradedHopfAlgebraWithBasis represents the category of graded Hopf algebras over a distinguished basis.

Creating the Category

Cat::GradedHopfAlgebraWithBasis(R)

Categories

Cat::HopfAlgebraWithBasis(R), Cat::GradedAlgebraWithBasis(R)

Details:

counit – The counit.

Cat::GradedHopfAlgebraWithBasis::counit(dom x)

Returns the counit of x, that is the coefficient of the zero-th degree basis element.

antipodeBasis – The antipode on basis elements.

Cat::GradedHopfAlgebraWithBasis::antipodeBasis(dom::basisIndices ind)

Returns the antipode of dom::term(ind), the basis elements indexed by ind. If this methods is provided, it is used to define by linear extension the method dom::antipode.

If not overloaded, the computation is done by inverting the identity using math, which can be very slow.