Skip to content

Commit

Permalink
Update FLT/DedekindDomain/FiniteAdeleRing/BaseChange.lean
Browse files Browse the repository at this point in the history
Co-authored-by: Kevin Buzzard <[email protected]>
  • Loading branch information
WilliamCoram and kbuzzard authored Dec 4, 2024
1 parent 8fe9043 commit db1deea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FLT/DedekindDomain/FiniteAdeleRing/BaseChange.lean
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ noncomputable def FiniteAdeleRing.baseChange : FiniteAdeleRing A K →ₐ[K] Fin
toFun ak := ⟨ProdAdicCompletions.baseChange A K L B ak.1,
(ProdAdicCompletions.baseChange_isFiniteAdele_iff A K L B ak).1 ak.2
map_one' := by
refine ext B L ?_
ext
have h : (1 : FiniteAdeleRing A K) = (1 : ProdAdicCompletions A K) := rfl
have t : (1 : FiniteAdeleRing B L) = (1 : ProdAdicCompletions B L) := rfl
simp_rw [h,t]
Expand Down

0 comments on commit db1deea

Please sign in to comment.