We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a42257 commit 6b14acbCopy full SHA for 6b14acb
1 file changed
Mathlib/FieldTheory/Normal.lean
@@ -156,7 +156,7 @@ theorem AlgEquiv.transfer_normal (f : E ≃ₐ[F] E') : Normal F E ↔ Normal F
156
-- I had the (unprovable) goal (of the form) `AdjoinRoot.mk f (C x) = AdjoinRoot.mk f X`
157
-- for some `x, f`. So maybe this is indeed the correct approach and rewriting this proof is
158
-- salient in the future, or at least taking a closer look at the algebra instances it uses.
159
-attribute [-instance] AdjoinRoot.instSMulAdjoinRoot
+attribute [-instance] AdjoinRoot.smul
160
161
theorem Normal.of_isSplittingField (p : F[X]) [hFEp : IsSplittingField F E p] : Normal F E := by
162
rcases eq_or_ne p 0 with (rfl | hp)
0 commit comments