Super Hopf algebras with basis¶
-
class
sage.categories.super_hopf_algebras_with_basis.
SuperHopfAlgebrasWithBasis
(base_category)¶ Bases:
sage.categories.super_modules.SuperModulesCategory
The category of super Hopf algebras with a distinguished basis.
EXAMPLES:
sage: C = HopfAlgebras(ZZ).WithBasis().Super(); C Category of super hopf algebras with basis over Integer Ring sage: sorted(C.super_categories(), key=str) [Category of super algebras with basis over Integer Ring, Category of super coalgebras with basis over Integer Ring, Category of super hopf algebras over Integer Ring]
TESTS:
sage: TestSuite(C).run()