Skip to content

Commit b6fa447

Browse files
committed
remove simps
1 parent cb6a455 commit b6fa447

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Mathlib/RingTheory/Regular/Category.lean

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ lemma LinearMap.exact_lsmul_smul_top_mkQ (M : Type v) [AddCommGroup M] [Module R
3333
namespace ModuleCat
3434

3535
/-- The short (exact) complex `M → M → M⧸xM` obtain from the scalar multiple of `x : R` on `M`. -/
36-
@[simps]
3736
def smulShortComplex (r : R) : ShortComplex (ModuleCat R) :=
3837
ModuleCat.shortComplexOfCompEqZero (LinearMap.lsmul _ M r) (r • (⊤ : Submodule R M)).mkQ
3938
(LinearMap.exact_lsmul_smul_top_mkQ M r).linearMap_comp_eq_zero

0 commit comments

Comments
 (0)