From e3f5e2a708452c8cde9af7f08ab6f00afe0f859a Mon Sep 17 00:00:00 2001 From: Greg Brown Date: Mon, 4 Apr 2022 12:34:14 +0100 Subject: Remove redundant cancel property. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It is in the standard library as `⁻¹-injective`. --- src/Helium/Algebra/Ordered/StrictTotal/Properties/AbelianGroup.agda | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Helium/Algebra/Ordered/StrictTotal/Properties/AbelianGroup.agda') diff --git a/src/Helium/Algebra/Ordered/StrictTotal/Properties/AbelianGroup.agda b/src/Helium/Algebra/Ordered/StrictTotal/Properties/AbelianGroup.agda index a6cbcab..cad9714 100644 --- a/src/Helium/Algebra/Ordered/StrictTotal/Properties/AbelianGroup.agda +++ b/src/Helium/Algebra/Ordered/StrictTotal/Properties/AbelianGroup.agda @@ -61,7 +61,7 @@ open import Helium.Algebra.Ordered.StrictTotal.Properties.Group group public ; ⁻¹-anti-mono-<; ⁻¹-anti-mono-≤ - ; ⁻¹-cancel; ⁻¹-anti-cancel-<; ⁻¹-anti-cancel-≤ + ; ⁻¹-anti-cancel-<; ⁻¹-anti-cancel-≤ ; x<ε⇒x⁻¹>ε; x>ε⇒x⁻¹<ε ; x≤ε⇒x⁻¹≥ε; x≥ε⇒x⁻¹≤ε -- cgit v1.2.3