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, 2 insertions, 0 deletions
diff --git a/src/Helium/Algebra/Ordered/StrictTotal/Properties/CommutativeRing.agda b/src/Helium/Algebra/Ordered/StrictTotal/Properties/CommutativeRing.agda index 95e43ba..657fa8f 100644 --- a/src/Helium/Algebra/Ordered/StrictTotal/Properties/CommutativeRing.agda +++ b/src/Helium/Algebra/Ordered/StrictTotal/Properties/CommutativeRing.agda @@ -100,4 +100,6 @@ open import Helium.Algebra.Ordered.StrictTotal.Properties.Ring ring public ; x>1∧n≢0⇒x^n>1; 0≤x<1∧n≢0⇒x^n<1 ; x≥1⇒x^n≥1; 0≤x≤1⇒x^n≤1 + + ; x<y+z⇒x-z<y ) |