We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
using
1 parent dd57a1a commit 6cde597Copy full SHA for 6cde597
1 file changed
Mathlib/Algebra/Category/ModuleCat/Subobject.lean
@@ -45,9 +45,7 @@ noncomputable def subobjectModule : Subobject M ≃o Submodule R M :=
45
· apply LinearEquiv.toModuleIso'Left
46
apply LinearEquiv.ofBijective (LinearMap.codRestrict (LinearMap.range S.arrow) S.arrow _)
47
constructor
48
- · simp only [← LinearMap.ker_eq_bot, LinearMap.mem_range, exists_apply_eq_apply,
49
- forall_const, LinearMap.ker_codRestrict]
50
- rw [ker_eq_bot_of_mono]
+ · simpa [← LinearMap.ker_eq_bot, LinearMap.ker_codRestrict] using ker_eq_bot_of_mono ..
51
· rw [← LinearMap.range_eq_top, LinearMap.range_codRestrict, Submodule.comap_subtype_self]
52
exact LinearMap.mem_range_self _
53
· apply LinearMap.ext
0 commit comments