Skip to content

Commit 77a5f97

Browse files
committed
add by before rw
1 parent 84c6f5d commit 77a5f97

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Mathlib/Algebra/Divisibility/Basic.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ theorem dvd_mul [DecompositionMonoid α] {k m n : α} :
247247

248248
@[simp]
249249
theorem rightDvd_iff_dvd : a ∣ᵣ b ↔ a ∣ b :=
250-
exists_congr fun c ↦ rw [mul_comm]
250+
exists_congr fun c ↦ by rw [mul_comm]
251251

252252
end CommSemigroup
253253

0 commit comments

Comments
 (0)