diff options
Diffstat (limited to 'src/Helium/Algebra/Ordered/StrictTotal/Properties/CommutativeRing.agda')
-rw-r--r-- | src/Helium/Algebra/Ordered/StrictTotal/Properties/CommutativeRing.agda | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Helium/Algebra/Ordered/StrictTotal/Properties/CommutativeRing.agda b/src/Helium/Algebra/Ordered/StrictTotal/Properties/CommutativeRing.agda index aa265c8..1ccde6f 100644 --- a/src/Helium/Algebra/Ordered/StrictTotal/Properties/CommutativeRing.agda +++ b/src/Helium/Algebra/Ordered/StrictTotal/Properties/CommutativeRing.agda @@ -66,7 +66,7 @@ open import Helium.Algebra.Ordered.StrictTotal.Properties.Ring ring public ; x<y⇒0<y-x; 0<y-x⇒x<y - ; 0≤1; 1≈0⇒x≈y; x<y⇒0<1 + ; 0≤1; 1≈0⇒x≈y; x≉y⇒0<1; x<y⇒0<1 ; x>0⇒*-monoˡ-<; x>0⇒*-monoʳ-<; x<0⇒*-anti-monoˡ-<; x<0⇒*-anti-monoʳ-< ; x≥0⇒*-monoˡ-≤; x≥0⇒*-monoʳ-≤; x≤0⇒*-anti-monoˡ-≤; x≤0⇒*-anti-monoʳ-≤ |