Skip to content

Commit

Permalink
Style fix: useless <|
Browse files Browse the repository at this point in the history
  • Loading branch information
Vierkantor committed Dec 2, 2024
1 parent eee740b commit 23a2d80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Mathlib/RingTheory/AlgebraicIndependent/Defs.lean
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ theorem aeval_repr (p) : aeval x (hx.repr p) = p :=
Subtype.ext_iff.1 (AlgEquiv.apply_symm_apply hx.aevalEquiv p)

theorem aeval_comp_repr : (aeval x).comp hx.repr = Subalgebra.val _ :=
AlgHom.ext <| hx.aeval_repr
AlgHom.ext hx.aeval_repr

end repr

Expand Down

0 comments on commit 23a2d80

Please sign in to comment.