Skip to content

Commit 1c788a0

Browse files
committed
used of semigroup propreties
1 parent a8aa378 commit 1c788a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Algebra/Properties/Monoid/Reasoning.agda

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ module _ {a c : Carrier} (inv : a ∙ c ≈ ε) where
6363
insertʳ b = sym (cancelʳ b)
6464

6565
cancelInner : b d (b ∙ a) ∙ (c ∙ d) ≈ b ∙ d
66-
cancelInner b d = trans (sym (assoc (b ∙ a) c d)) (∙-congʳ (cancelʳ b))
66+
cancelInner b d = trans (uv≈w⇒xu∙vy≈x∙wy inv b d) (∙-congˡ (identityˡ d))
6767

6868
insertInner : b d b ∙ d ≈ (b ∙ a) ∙ (c ∙ d)
6969
insertInner b d = sym (cancelInner b d)

0 commit comments

Comments
 (0)