Skip to content

Commit

Permalink
chore: docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kbuzzard committed Dec 4, 2024
1 parent 177921c commit b520821
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions FLT/DedekindDomain/FiniteAdeleRing/BaseChange.lean
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ are defined. In this file we define the natural `K`-algebra map `𝔸_K^∞ →
the natural `L`-algebra map `𝔸_K^∞ ⊗[K] L → 𝔸_L^∞`, and show that the latter map
is an isomorphism.
## Main definition
* `FiniteAdeleRing.baseChangeEquiv : L ⊗[K] FiniteAdeleRing A K ≃ₐ[L] FiniteAdeleRing B L`
-/

open scoped Multiplicative
Expand Down Expand Up @@ -48,10 +52,6 @@ example : Module.Finite A B := by
have := IsIntegralClosure.isNoetherian A K L B
exact Module.IsNoetherian.finite A B

/-
In this generality there's a natural isomorphism `L ⊗[K] 𝔸_K^∞ → 𝔸_L^∞` .
-/

-- We start by filling in some holes in the API for finite extensions of Dedekind domains.
namespace IsDedekindDomain

Expand Down

0 comments on commit b520821

Please sign in to comment.