Skip to content

Commit

Permalink
docs(Algebra/Order/Ring/Defs): tiny IsDomain corrections (#8489)
Browse files Browse the repository at this point in the history
Co-authored-by: Yaël Dillies <yael.dillies@gmail.com>
  • Loading branch information
madvorak and YaelDillies committed Dec 12, 2023
1 parent 669cc3a commit 8e572f2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Mathlib/Algebra/Order/Ring/Defs.lean
Expand Up @@ -100,13 +100,12 @@ immediate predecessors and what conditions are added to each of them.
- `StrictOrderedRing` & totality of the order
- `LinearOrderedSemiring` & additive inverses
- `LinearOrderedAddCommGroup` & multiplication & `*` respects `<`
- `Domain` & linear order structure
- `Ring` & `IsDomain` & linear order structure
* `LinearOrderedCommRing`
- `StrictOrderedCommRing` & totality of the order
- `LinearOrderedRing` & commutativity of multiplication
- `LinearOrderedCommSemiring` & additive inverses
- `IsDomain` & linear order structure
- `CommRing` & `IsDomain` & linear order structure
-/

open Function
Expand Down

0 comments on commit 8e572f2

Please sign in to comment.