Skip to content

Commit b12383c

Browse files
committed
chore(RingTheory/Derivation/DifferentialRing): unsqueeze terminal simps (#40837)
As recommended in the style guide. Extracted from #40793.
1 parent 609d880 commit b12383c

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

Mathlib/RingTheory/Derivation/DifferentialRing.lean

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,4 @@ lemma DifferentialAlgebra.equiv {A : Type*} [CommRing A] [Differential A]
9393
letI := Differential.equiv h.toRingEquiv
9494
⟨fun a ↦ by
9595
change (LinearMap.comp ..) _ = _
96-
simp only [RingHom.toAddMonoidHom_eq_coe,
97-
RingEquiv.toRingHom_eq_coe, AlgEquiv.toRingEquiv_toRingHom, LinearMap.coe_comp,
98-
AddMonoidHom.coe_toIntLinearMap, AddMonoidHom.coe_coe, RingHom.coe_coe, Derivation.coeFn_coe,
99-
Function.comp_apply, AlgEquiv.commutes, deriv_algebraMap]
100-
apply h.symm.commutes⟩
96+
simp [deriv_algebraMap]⟩

0 commit comments

Comments
 (0)