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 db1deea commit a14e430
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions FLT/DedekindDomain/FiniteAdeleRing/BaseChange.lean
Original file line number Diff line number Diff line change
Expand Up @@ -440,8 +440,7 @@ noncomputable def FiniteAdeleRing.baseChange : FiniteAdeleRing A K →ₐ[K] Fin
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]
simp only [map_one]
simp_rw [h, t, map_one]
map_mul' := by
intro x y
have h : (x * y : FiniteAdeleRing A K) =
Expand Down

0 comments on commit a14e430

Please sign in to comment.