feat(Algebra): projective dimension of quotient regular sequence#31644
feat(Algebra): projective dimension of quotient regular sequence#31644Thmoas-Guan wants to merge 139 commits intoleanprover-community:masterfrom
Conversation
and move lemma
PR summary 4ec5d95aa6Import changes for modified filesNo significant changes to the import graph Import changes for all files
|
| Current number | Change | Type |
|---|---|---|
| 6897 | 2 | backward.isDefEq.respectTransparency |
Current commit 99365ae914
Reference commit 4ec5d95aa6
You can run this locally as
./scripts/reporting/technical-debt-metrics.sh pr_summary
- The
relativevalue is the weighted sum of the differences with weight given by the inverse of the current value of the statistic. - The
absolutevalue is therelativevalue divided by the total sum of the inverses of the current values (i.e. the weighted average of the differences).
| lemma ext_vanish_of_for_all_finite (M : ModuleCat.{v} R) (n : ℕ) [Module.Finite R M] | ||
| (h : ∀ L : ModuleCat.{v} R, Module.Finite R L → Subsingleton (Ext.{w} M L n)) : | ||
| ∀ N : ModuleCat.{v} R, Subsingleton (Ext.{w} M N n) := by |
There was a problem hiding this comment.
| lemma ext_vanish_of_for_all_finite (M : ModuleCat.{v} R) (n : ℕ) [Module.Finite R M] | |
| (h : ∀ L : ModuleCat.{v} R, Module.Finite R L → Subsingleton (Ext.{w} M L n)) : | |
| ∀ N : ModuleCat.{v} R, Subsingleton (Ext.{w} M N n) := by | |
| lemma subsingleton_ext_of_forall_finite (M : ModuleCat.{v} R) (n : ℕ) [Module.Finite R M] | |
| (h : ∀ L : ModuleCat.{v} R, Module.Finite R L → Subsingleton (Ext.{w} M L n)) | |
| (N : ModuleCat.{v} R) : Subsingleton (Ext.{w} M N n) := by |
| have : Subsingleton (Ext S.X₂ M (n + 1)) := | ||
| subsingleton_of_forall_eq 0 Ext.eq_zero_of_projective |
There was a problem hiding this comment.
This should be its own instance.
(arguably should replace Ext.eq_zero_of_projective)
|
This pull request has conflicts, please merge |
|
This pull request has conflicts, please merge |
|
This PR/issue depends on:
|
In this PR, we proved that for finitely generated module over Noetherian local ring, quotient by regular sequence increase the projective dimension by exactly its length.