Skip to content

Commit

Permalink
Minor idiomatic changes
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamCoram committed Dec 4, 2024
1 parent 7cddfad commit 8fe9043
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 @@ -462,8 +462,7 @@ noncomputable def FiniteAdeleRing.baseChange : FiniteAdeleRing A K →ₐ[K] Fin
simp_rw [h]
simp only [map_add]
rfl
commutes' := by
intro r
commutes' r := by
refine ext B L ?_
have h : (((algebraMap K (FiniteAdeleRing A K)) r) : ProdAdicCompletions A K) =
(algebraMap K (ProdAdicCompletions A K)) r := rfl
Expand Down

0 comments on commit 8fe9043

Please sign in to comment.