We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
coe_ringEquiv
defeq
1 parent 7516f8d commit 7a1a9e0Copy full SHA for 7a1a9e0
1 file changed
Mathlib/Algebra/Algebra/Equiv.lean
@@ -160,7 +160,7 @@ theorem toRingEquiv_eq_coe : e.toRingEquiv = e :=
160
lemma toRingEquiv_toRingHom : ((e : A₁ ≃+* A₂) : A₁ →+* A₂) = e :=
161
rfl
162
163
-theorem coe_ringEquiv : ((e : A₁ ≃+* A₂) : A₁ → A₂) = e := by simp
+theorem coe_ringEquiv : ((e : A₁ ≃+* A₂) : A₁ → A₂) = e := rfl
164
165
@[deprecated (since := "2026-06-21")] alias coe_ringEquiv' := coe_ringEquiv
166
0 commit comments