Commit 2024-08-27 00:13 f1c03341

View on Github →

feat(Algebra/Order/Archimedean): multiplicativize Archimedean (#15589) This allows one to talk about finding powers greater than some element for ordered monoids. Before, this was only available for ordered semirings. This is to later install the instance on valuation groups (LinearOrderedCommGroupWithZero). Install the instance on NNRat and NNReal (though they are ordered semirings). Also, add some missing instances about the nonnegative submonoid.

Estimated changes