File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -159,13 +159,9 @@ Deprecated names
159
159
New modules
160
160
-----------
161
161
162
- <<<<<<< HEAD
163
162
* ` Algebra.Module.Properties.{Bimodule|LeftModule|RightModule} ` .
164
163
165
164
* ` Algebra.Morphism.Construct.DirectProduct ` .
166
- =======
167
- * ` Algebra.Properties.Monoid ` adding consequences for identity for monoids
168
- >>>>>>> bbf664506 (update)
169
165
170
166
* ` Data.List.Base.{and|or|any|all} ` have been lifted out into ` Data.Bool.ListAction ` .
171
167
Original file line number Diff line number Diff line change @@ -51,10 +51,10 @@ module _ (a≈ε : a ≈ ε) where
51
51
module _ (inv : a ∙ c ≈ ε) where
52
52
53
53
cancelʳ : ∀ b → (b ∙ a) ∙ c ≈ b
54
- cancelʳ b = trans (assoc b a c) (trans (∙-congˡ inv) (identityʳ b) )
54
+ cancelʳ b = trans (uv≈w⇒xu∙v≈xw inv b ) (identityʳ b)
55
55
56
56
cancelˡ : ∀ b → a ∙ (c ∙ b) ≈ b
57
- cancelˡ b = trans (sym (assoc a c b)) (trans (∙-congʳ inv) ( identityˡ b) )
57
+ cancelˡ b = trans (uv≈w⇒u∙vx≈wx inv b) ( identityˡ b)
58
58
59
59
insertˡ : ∀ b → b ≈ a ∙ (c ∙ b)
60
60
insertˡ = sym ∘ cancelˡ
You can’t perform that action at this time.
0 commit comments