diff options
Diffstat (limited to 'src/Helium/Algebra/Ordered/StrictTotal/Properties/DivisionRing.agda')
-rw-r--r-- | src/Helium/Algebra/Ordered/StrictTotal/Properties/DivisionRing.agda | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Helium/Algebra/Ordered/StrictTotal/Properties/DivisionRing.agda b/src/Helium/Algebra/Ordered/StrictTotal/Properties/DivisionRing.agda index bfd38b7..4582320 100644 --- a/src/Helium/Algebra/Ordered/StrictTotal/Properties/DivisionRing.agda +++ b/src/Helium/Algebra/Ordered/StrictTotal/Properties/DivisionRing.agda @@ -80,6 +80,8 @@ open import Helium.Algebra.Ordered.StrictTotal.Properties.Ring ring public ; x<y⇒0<y-x; 0<y-x⇒x<y ; x≤y⇒0≤y-x; 0≤y-x⇒x≤y + ; x<y+z⇒x-z<y + ; 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ʳ-< |