Skip to content

Commit 6f33c8d

Browse files
committed
final tidy-ups
1 parent 1cea479 commit 6f33c8d

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

FLT/MathlibExperiments/FrobeniusRiou.lean

+8-4
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ import Mathlib.RingTheory.Ideal.Over
1313
import Mathlib.FieldTheory.Normal
1414
import Mathlib
1515
import Mathlib.RingTheory.OreLocalization.Ring
16+
import FLT.ForMathlib.Algebra
1617

1718
/-!
1819
@@ -386,11 +387,14 @@ abbrev SA := A[(S P)⁻¹]
386387

387388
abbrev SB := B[(S P)⁻¹]
388389

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)
393393

394+
/-
395+
failed to synthesize
396+
Semiring (OreLocalization (S P) B)
397+
-/
394398
end localization
395399

396400
-- In Frobenius2.lean in this dir (Jou's FM24 project) there's a proof of surjectivity

0 commit comments

Comments
 (0)