Theorems · Theorem · commutative algebra
ModuleCat.exists_isRegular_of_exists_subsingleton_ext
∀ {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) [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) rsThe implication (3) → (4) of exists_isRegular_tfae: for M N finitely generated
module over Noetherian ring R and ideal I satisfying IM < M and Supp N = V(I),
if Ext N M i = 0 for all i < n,
then there exists an M-regular sequence of length n contained in I.
- Defined in
- Mathlib.RingTheory.Depth.Rees
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 121 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites61
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
- Quiver.Homproof · cited by 32,603
- Moduleproof · cited by 20,661
- RingHom.idproof · cited by 18,349
- CommRingstatement and proof · cited by 17,173
- AddCommGroupproof · cited by 12,871
- LinearMapproof · cited by 10,215
- 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
- add_zeroproof · cited by 2,707
Cited by1
Results whose statement or proof uses this declaration.
- ModuleCat.exists_isRegular_tfaeproof · cited by 0