created a new file

This commit is contained in:
Sameer Savkar 2023-06-12 10:34:51 -07:00
parent 3fac57ad02
commit 8e7ddca721
2 changed files with 13 additions and 1 deletions

1
.gitignore vendored
View file

@ -1,3 +1,4 @@
/build /build
/lake-packages/* /lake-packages/*
.DS_Store .DS_Store
.cache/

View file

@ -0,0 +1,11 @@
import Mathlib.RingTheory.Ideal.Basic
import Mathlib.RingTheory.Noetherian
import Mathlib.RingTheory.Artinian
import Mathlib.RingTheory.Ideal.Quotient
import Mathlib.AlgebraicGeometry.PrimeSpectrum.Basic
lemma quotientRing_is_Artinian (R : Type _) (isArtinianRing R) (Ideal I) : IsArtinianRing R := by sorry
lemma IsPrimeisMaximal (R : Type_) (isArtinianRing R) (Ideal I) : IsPrimeisMaximal R := by sorry
-- Use Stacks project proof since it's broken into lemmas