mirror of
https://github.com/GTBarkley/comm_alg.git
synced 2024-12-26 07:38:36 -06:00
added more references to mathlib to readme
This commit is contained in:
parent
9a08a59274
commit
506fd9b4d6
1 changed files with 6 additions and 1 deletions
|
@ -18,9 +18,14 @@ class IsMaximal (I : Ideal α) : Prop
|
|||
- Definition of a Noetherian and Artinian rings:
|
||||
```lean
|
||||
class Mathlib.RingTheory.Noetherian.IsNoetherian (R M) [Semiring R] [AddCommMonoid M] [Module R M] : Prop
|
||||
class Mathlib.RingTheory.Artinian.IsArtinian (R M) [Semiring R] [AddCommMonoid M] [Module R M] : Prop
|
||||
```
|
||||
- Definition of a polynomial ring: `Mathlib.RingTheory.Polynomial.Basic`
|
||||
|
||||
- Definitions of a local ring and quotient ring
|
||||
- Definitions of a local ring and quotient ring: `Mathlib.RingTheory.Ideal.Quotient.?`
|
||||
```lean
|
||||
class Mathlib.RingTheory.Ideal.LocalRing.LocalRing (R : Type u) [Semiring R] extends Nontrivial R : Prop
|
||||
```
|
||||
|
||||
- Definition of the chain of prime ideals and the length of these chains
|
||||
|
||||
|
|
Loading…
Reference in a new issue