summaryrefslogtreecommitdiff
path: root/src/Helium/Algebra/Ordered/StrictTotal/Properties/DivisionRing.agda
diff options
context:
space:
mode:
authorGreg Brown <greg.brown@cl.cam.ac.uk>2022-04-05 12:08:00 +0100
committerGreg Brown <greg.brown@cl.cam.ac.uk>2022-04-05 12:08:00 +0100
commit038d2109e78d9c688acfc3338140cc908151db76 (patch)
tree3687ed702cf13d728cffe23642a3fe6affb73310 /src/Helium/Algebra/Ordered/StrictTotal/Properties/DivisionRing.agda
parentb212c150ec0a9bf45cf6c28fba997693669e78d2 (diff)
Generalise 0 comparison to ≤.
Diffstat (limited to 'src/Helium/Algebra/Ordered/StrictTotal/Properties/DivisionRing.agda')
-rw-r--r--src/Helium/Algebra/Ordered/StrictTotal/Properties/DivisionRing.agda1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Helium/Algebra/Ordered/StrictTotal/Properties/DivisionRing.agda b/src/Helium/Algebra/Ordered/StrictTotal/Properties/DivisionRing.agda
index ab8a37b..c0207a3 100644
--- a/src/Helium/Algebra/Ordered/StrictTotal/Properties/DivisionRing.agda
+++ b/src/Helium/Algebra/Ordered/StrictTotal/Properties/DivisionRing.agda
@@ -78,6 +78,7 @@ open import Helium.Algebra.Ordered.StrictTotal.Properties.Ring ring public
; -x≈0⇒x≈0 ; -x<0⇒x>0; -x>0⇒x<0; -x≤0⇒x≥0; -x≥0⇒x≤0
; x<y⇒0<y-x; 0<y-x⇒x<y
+ ; x≤y⇒0≤y-x; 0≤y-x⇒x≤y
; 0≤1; 1≈0⇒x≈y; x≉y⇒0<1; x<y⇒0<1