SLMath collaboration for adding Krull dimension and Hilbert polynomial to mathlib
Find a file
ssavkar1 3a45dc52d7
Create README.md
First draft of the Readme file. It is just a list of things to do but need to be more descriptive.
2023-06-09 20:51:11 -07:00
.docker/gitpod added gitpod files 2023-06-09 16:55:01 -07:00
comm_alg add readme 2023-06-10 03:13:59 +00:00
.gitignore initial commit 2023-06-09 23:35:49 +00:00
CommAlg.lean initial commit 2023-06-09 23:35:49 +00:00
gitpod.yml added gitpod files 2023-06-09 16:55:01 -07:00
lake-manifest.json initial commit 2023-06-09 23:35:49 +00:00
lakefile.lean initial commit 2023-06-09 23:35:49 +00:00
lean-toolchain initial commit 2023-06-09 23:35:49 +00:00
README.md Create README.md 2023-06-09 20:51:11 -07:00
Readme.md add readme 2023-06-10 03:13:59 +00:00

comm_alg

SLMath collaboration for adding Krull dimension and Hilbert polynomial to mathlib

We start the comm algebra project by important definitions and theorems and go from there. Feel free to add, modify, and expand this file. Below are starting point for the project:

Definitions of an ideal, prime ideal, and maximal ideal Definition of a Spec of a ring Definition of a Noetherian and Artinian rings Definition of a local ring and quotient ring Definition of the Krull dimension

Give examples of each of the above cases for a particular instances of ring

Theorem 0: Hilbert Basis Theorem Theorem 1: If A is a nonzero ring, then dim A[t] >= dim A +1 Theorem 2: If A is a nonzero noetherian ring, then dim A[t] = dim A + 1 Theorem 3: If A is nonzero ring then dim A_p + dim A/p <= dim A