mirror of
https://github.com/GTBarkley/comm_alg.git
synced 2024-12-26 07:38:36 -06:00
removed two imports
This commit is contained in:
parent
cf7f08df3e
commit
a62a8bfe4d
1 changed files with 0 additions and 2 deletions
|
@ -4,8 +4,6 @@ import Mathlib.Algebra.Module.GradedModule
|
||||||
import Mathlib.RingTheory.Ideal.AssociatedPrime
|
import Mathlib.RingTheory.Ideal.AssociatedPrime
|
||||||
import Mathlib.RingTheory.Artinian
|
import Mathlib.RingTheory.Artinian
|
||||||
import Mathlib.Order.Height
|
import Mathlib.Order.Height
|
||||||
import Mathlib.Order.ConditionallyCompleteLattice.Basic
|
|
||||||
import Mathlib.RingTheory.FiniteType
|
|
||||||
|
|
||||||
noncomputable def length ( A : Type _) (M : Type _)
|
noncomputable def length ( A : Type _) (M : Type _)
|
||||||
[CommRing A] [AddCommGroup M] [Module A M] := Set.chainHeight {M' : Submodule A M | M' < ⊤}
|
[CommRing A] [AddCommGroup M] [Module A M] := Set.chainHeight {M' : Submodule A M | M' < ⊤}
|
||||||
|
|
Loading…
Reference in a new issue