Skip to content

Commit 571a128

Browse files
committed
chore(Algebra/Group/Basic): remove redundant declaration (#6871)
1 parent cc016b6 commit 571a128

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Mathlib/Algebra/Group/Basic.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ theorem inv_injective : Function.Injective (Inv.inv : G → G) :=
252252
#align neg_injective neg_injective
253253

254254
@[to_additive (attr := simp)]
255-
theorem inv_inj {a b : G} : a⁻¹ = b⁻¹ ↔ a = b :=
255+
theorem inv_inj : a⁻¹ = b⁻¹ ↔ a = b :=
256256
inv_injective.eq_iff
257257
#align inv_inj inv_inj
258258
#align neg_inj neg_inj

0 commit comments

Comments
 (0)