File tree 1 file changed +8
-4
lines changed
1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ import Mathlib.RingTheory.Ideal.Over
13
13
import Mathlib.FieldTheory.Normal
14
14
import Mathlib
15
15
import Mathlib.RingTheory.OreLocalization.Ring
16
+ import FLT.ForMathlib.Algebra
16
17
17
18
/-!
18
19
@@ -386,11 +387,14 @@ abbrev SA := A[(S P)⁻¹]
386
387
387
388
abbrev SB := B[(S P)⁻¹]
388
389
389
- -- didn't work, maybe need to remove irreducibility of smul
390
- -- instance : Algebra (A[(S P)⁻¹]) (B[(S P)⁻¹]) where
391
- -- __ := OreLocalization.instModule (R := A) (X := B) (S := P.primeCompl)
392
-
390
+ -- Currently stuck here
391
+ --instance : Algebra (A[(S P)⁻¹]) (B[(S P)⁻¹]) where
392
+ -- sorry--__ := OreLocalization.instModule (R := A) (X := B) (S := P.primeCompl)
393
393
394
+ /-
395
+ failed to synthesize
396
+ Semiring (OreLocalization (S P) B)
397
+ -/
394
398
end localization
395
399
396
400
-- In Frobenius2.lean in this dir (Jou's FM24 project) there's a proof of surjectivity
You can’t perform that action at this time.
0 commit comments