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 a14e430 commit 293d7ad
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 @@ -441,8 +441,7 @@ noncomputable def FiniteAdeleRing.baseChange : FiniteAdeleRing A K →ₐ[K] Fin
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, map_one]
map_mul' := by
intro x y
map_mul' x y := by
have h : (x * y : FiniteAdeleRing A K) =
(x : ProdAdicCompletions A K) * (y : ProdAdicCompletions A K) := rfl
simp_rw [h]
Expand Down

0 comments on commit 293d7ad

Please sign in to comment.