Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
Boring Math - Abstract Algebra 1.1.0 documentation
Boring Math - Abstract Algebra 1.1.0 documentation

Overview

  • boring-math-abstract-algebra

User Guide

  • Usage
  • PyPI releases
  • Changelog

API Documentation

  • algebras
    • baseset (Abstract)
    • semigroup
    • monoid
    • group
    • commutative_semigroup
    • commutative monoid
    • abelian group
    • ring
    • commutative_ring
    • field
  • actions
    • group actions
  • laws
    • group laws
  • properties
    • properties.orderings
Back to top
View this page

propertiesΒΆ

Additional structure for algebras

Non-algebraic properties for algebras.

Orderings

  • Partial order

  • Total order

properties

  • properties.orderings
    • PartialOrder
      • PartialOrder.__le__()
      • PartialOrder.__init__()
      • PartialOrder.__subclasshook__()
    • TotalOrder
      • TotalOrder.__lt__()
      • TotalOrder.__ge__()
      • TotalOrder.__gt__()
      • TotalOrder.__init__()
      • TotalOrder.__le__()
      • TotalOrder.__subclasshook__()
Next
properties.orderings
Previous
group laws
Copyright © 2025, Geoffrey R. Scheller
Made with Sphinx and @pradyunsg's Furo