Skip to content

Commit

Permalink
final tidy-ups
Browse files Browse the repository at this point in the history
  • Loading branch information
kbuzzard committed Sep 9, 2024
1 parent 1cea479 commit 6f33c8d
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions FLT/MathlibExperiments/FrobeniusRiou.lean
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import Mathlib.RingTheory.Ideal.Over
import Mathlib.FieldTheory.Normal
import Mathlib
import Mathlib.RingTheory.OreLocalization.Ring
import FLT.ForMathlib.Algebra

/-!
Expand Down Expand Up @@ -386,11 +387,14 @@ abbrev SA := A[(S P)⁻¹]

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

-- didn't work, maybe need to remove irreducibility of smul
-- instance : Algebra (A[(S P)⁻¹]) (B[(S P)⁻¹]) where
-- __ := OreLocalization.instModule (R := A) (X := B) (S := P.primeCompl)

-- Currently stuck here
--instance : Algebra (A[(S P)⁻¹]) (B[(S P)⁻¹]) where
-- sorry--__ := OreLocalization.instModule (R := A) (X := B) (S := P.primeCompl)

/-
failed to synthesize
Semiring (OreLocalization (S P) B)
-/
end localization

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

0 comments on commit 6f33c8d

Please sign in to comment.