Theorems · Theorem · commutative algebra
ModuleCat.exists_isRegular_tfae
∀ {R : Type u} [inst : CommRing R] [inst_1 : Small.{v, u} R] [IsNoetherianRing R] (I : Ideal R) (n : ℕ)
(M : ModuleCat R) [Module.Finite R ↑M],
I • ⊤ < ⊤ →
[∀ (N : ModuleCat R),
Nontrivial ↑N →
Module.Finite R ↑N →
Module.support R ↑N ⊆ PrimeSpectrum.zeroLocus ↑I →
∀ i < n, Subsingleton (CategoryTheory.Abelian.Ext N M i),
∀ i < n, Subsingleton (CategoryTheory.Abelian.Ext (ModuleCat.of R (Shrink.{v, u} (R ⧸ I))) M i),
∃ N,
Nontrivial ↑N ∧
Module.Finite R ↑N ∧
Module.support R ↑N = PrimeSpectrum.zeroLocus ↑I ∧
∀ i < n, Subsingleton (CategoryTheory.Abelian.Ext N M i),
∃ rs, rs.length = n ∧ (∀ r ∈ rs, r ∈ I) ∧ RingTheory.Sequence.IsRegular (↑M) rs].TFAEThe Rees theorem
For any n : ℕ, Noetherian ring R, I : Ideal R, and finitely generated and nontrivial
R-module M satisfying IM < M, the following are equivalent:
* for any N : ModuleCat R finitely generated and nontrivial with support contained in the
zero locus of I, ∀ i < n, Ext N M i = 0
* ∀ i < n, Ext (R ⧸ I) M i = 0
* there exists a N : ModuleCat R finitely generated and nontrivial with support equal to the
zero locus of I, ∀ i < n, Ext N M i = 0
* there exists a M-regular sequence of length n with every element in I
- Defined in
- Mathlib.RingTheory.Depth.Rees
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 123 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites34
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement and proof · cited by 53,352
- CommRingstatement and proof · cited by 17,173
- Top.topstatement and proof · cited by 9,680
- SetLike.coestatement and proof · cited by 8,199
- Submodulestatement · cited by 7,192
- Idealstatement and proof · cited by 4,748
- Nontrivialstatement and proof · cited by 2,416
- HasQuotient.Quotientstatement and proof · cited by 2,301
- LinearEquiv.symmproof · cited by 1,461
- ModuleCatstatement and proof · cited by 1,429
- Module.Finitestatement and proof · cited by 1,032
- ModuleCat.carrierstatement and proof · cited by 997
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.