Skip to content

Commit

Permalink
chore: update module topology file after recent PRs to mathlib (inclu…
Browse files Browse the repository at this point in the history
…ding rename from action topology) (ImperialCollegeLondon#272)

* remove module topology code which is already PRed.

* fix build
  • Loading branch information
kbuzzard authored and WilliamCoram committed Dec 10, 2024
1 parent cc45093 commit bc222f9
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 226 deletions.
6 changes: 3 additions & 3 deletions FLT/DivisionAlgebra/Finiteness.lean
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@ variable (K : Type*) [Field K] [NumberField K]
variable (D : Type*) [DivisionRing D] [Algebra K D]

local instance : TopologicalSpace (FiniteAdeleRing (𝓞 K) K ⊗[K] D) :=
actionTopology (FiniteAdeleRing (𝓞 K) K) _
local instance : IsActionTopology (FiniteAdeleRing (𝓞 K) K) ((FiniteAdeleRing (𝓞 K) K) ⊗[K] D) :=
moduleTopology (FiniteAdeleRing (𝓞 K) K) _
local instance : IsModuleTopology (FiniteAdeleRing (𝓞 K) K) ((FiniteAdeleRing (𝓞 K) K) ⊗[K] D) :=
⟨rfl⟩

variable [FiniteDimensional K D]

instance : TopologicalRing ((FiniteAdeleRing (𝓞 K) K) ⊗[K] D) :=
ActionTopology.Module.topologicalRing (FiniteAdeleRing (𝓞 K) K) _
ModuleTopology.Module.topologicalRing (FiniteAdeleRing (𝓞 K) K) _

variable [Algebra.IsCentral K D]

Expand Down
2 changes: 2 additions & 0 deletions FLT/FLT_files.lean
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ import FLT.GroupScheme.FiniteFlat
import FLT.HaarMeasure.DistribHaarChar
import FLT.Hard.Results
import FLT.HIMExperiments.flatness
import FLT.Junk.Algebra
import FLT.Junk.Algebra2
import FLT.Mathlib.Algebra.Algebra.Subalgebra.Pi
import FLT.Mathlib.Algebra.Order.Hom.Monoid
import FLT.Mathlib.Algebra.Order.Monoid.Unbundled.TypeTags
Expand Down
Loading

0 comments on commit bc222f9

Please sign in to comment.