Skip to content

Commit fa54279

Browse files
committed
fix
1 parent 86b4d32 commit fa54279

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Mathlib/Data/ZMod/IntUnitsPower.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ instance Int.instUnitsPow : Pow ℤˣ R where
6666
-- The above instances form no typeclass diamonds with the standard power operators
6767
-- but we will need `reducible_and_instances` which currently fails https://github.com/leanprover-community/mathlib4/issues/10906
6868
example : Int.instUnitsPow = Monoid.toPow := rfl
69-
example : Int.instUnitsPow = DivInvMonoid.toZPow := rfl
69+
example : Int.instUnitsPow = DivInvMonoid.toPow := rfl
7070

7171
@[simp] lemma ofMul_uzpow (u : ℤˣ) (r : R) : Additive.ofMul (u ^ r) = r • Additive.ofMul u := rfl
7272

0 commit comments

Comments
 (0)