Skip to content

Commit 6b14acb

Browse files
committed
fix build
1 parent 4a42257 commit 6b14acb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Mathlib/FieldTheory/Normal.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ theorem AlgEquiv.transfer_normal (f : E ≃ₐ[F] E') : Normal F E ↔ Normal F
156156
-- I had the (unprovable) goal (of the form) `AdjoinRoot.mk f (C x) = AdjoinRoot.mk f X`
157157
-- for some `x, f`. So maybe this is indeed the correct approach and rewriting this proof is
158158
-- salient in the future, or at least taking a closer look at the algebra instances it uses.
159-
attribute [-instance] AdjoinRoot.instSMulAdjoinRoot
159+
attribute [-instance] AdjoinRoot.smul
160160

161161
theorem Normal.of_isSplittingField (p : F[X]) [hFEp : IsSplittingField F E p] : Normal F E := by
162162
rcases eq_or_ne p 0 with (rfl | hp)

0 commit comments

Comments
 (0)