Bases: sage.categories.category.Category
The category of rings
Associative rings with unit, not necessarily commutative
EXAMPLES:
sage: Rings()
Category of rings
sage: Rings().super_categories()
[Category of rngs, Category of semirings]
TESTS:
sage: TestSuite(Rings()).run()
TODO (see: http://trac.sagemath.org/sage_trac/wiki/CategoriesRoadMap)
- Make Rings() into a subcategory or alias of Algebras(ZZ);
- A parent P in the category Rings() should automatically be in the category Algebras(P).
Bases: sage.categories.category.HomCategory
EXAMPLES:
sage: Rings().hom_category().extra_super_categories()
[Category of sets]
EXAMPLES:
sage: Rings().super_categories()
[Category of rngs, Category of semirings]