Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alreadydone committed Oct 7, 2024
1 parent 65c8a3b commit 2bb78d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Mathlib/RingTheory/FiniteLength.lean
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ theorem LinearEquiv.isFiniteLength (e : M ≃ₗ[R] N)
(h : IsFiniteLength R M) : IsFiniteLength R N := by
induction' h with M _ _ _ M _ _ S _ _ ih generalizing N
· have := e.symm.toEquiv.subsingleton; exact .of_subsingleton
· have := IsSimpleModule.congr (Submodule.Quotient.equiv S _ e rfl).symm
· have : IsSimpleModule R (N ⧸ Submodule.map (e : M →ₗ[R] N) S) :=
IsSimpleModule.congr (Submodule.Quotient.equiv S _ e rfl).symm
exact .of_simple_quotient (ih <| e.submoduleMap S)

variable (R M) in
Expand Down

0 comments on commit 2bb78d0

Please sign in to comment.