Skip to content

Commit 27acbde

Browse files
committed
Will this work now?
1 parent ece6e73 commit 27acbde

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Mathlib/Algebra/Hom/Centroid.lean

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -542,8 +542,7 @@ def star_ring (mul_comm : ∀ f g : CentroidHom α, f * g = g * f) : StarRing (C
542542
star_mul := fun f g => by
543543
rw [mul_comm]
544544
ext
545-
rw [star_apply, mul_apply, mul_apply, star_apply]
546-
simp
545+
rw [star_apply, mul_apply, mul_apply, star_apply, star_apply, star_star]
547546
star_add := fun f g => by
548547
ext
549548
rw [star_apply, add_apply, star_add, add_apply, star_apply, star_apply] }

0 commit comments

Comments
 (0)