Skip to content

Commit

Permalink
state hard theorem
Browse files Browse the repository at this point in the history
  • Loading branch information
kbuzzard committed Oct 21, 2024
1 parent da1507a commit 64dd5ec
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions FLT/NumberField/AdeleRing.lean
Original file line number Diff line number Diff line change
Expand Up @@ -104,3 +104,10 @@ noncomputable def ProdAdicCompletions.baseChange :
map_add' := sorry
map_smul' := sorry
}

-- hard but hopefully enough (this proof will be a lot of work)
theorem ProdAdicCompletions.baseChange_iso (x : ProdAdicCompletions (𝓞 K) K) :
ProdAdicCompletions.IsFiniteAdele x ↔
ProdAdicCompletions.IsFiniteAdele (ProdAdicCompletions.baseChange K L (1 ⊗ₜ x)) := sorry

-- Can we now write down the isomorphism L ⊗ 𝔸_K^∞ = 𝔸_L^∞ ?

0 comments on commit 64dd5ec

Please sign in to comment.