mathlib4 icon indicating copy to clipboard operation
mathlib4 copied to clipboard

feat(Homology/ModuleCat): Dimension Shifting tools in ModuleCat

Open Thmoas-Guan opened this issue 2 months ago • 3 comments

In this PR we present some dimension shifting tools in ModuleCat.


  • [x] depends on: #32312

Open in Gitpod

Thmoas-Guan avatar Dec 01 '25 16:12 Thmoas-Guan

PR summary 86622378a5

Import changes for modified files

No significant changes to the import graph

Import changes for all files
Files Import difference
Mathlib.Algebra.Category.ModuleCat.Ext.DimensionShifting (new file) 1717

Declarations diff

+ CategoryTheory.InjectivePresentation.shortComplex + CategoryTheory.InjectivePresentation.shortComplex_shortExact + LinearMap.shortComplexKer + LinearMap.shortExact_shortComplexKer + Module.exists_finite_presentation + Module.finite_shrink + Module.free_shrink + ModuleCat.projective_shortComplex + ModuleCat.projective_shortComplex_shortExact + extClass_postcomp_surjective_of_projective_X₂ + extClass_precomp_surjective_of_projective_X₂ + instance [Small.{v} R] (M : ModuleCat.{v} R) : Module.Free R M.projective_shortComplex.X₂ + instance {M : ModuleCat.{v} R} (ip : InjectivePresentation M) : Injective ip.shortComplex.X₂ := ip.2 + subsingleton_of_injective + subsingleton_of_projective

You can run this locally as follows
## summary with just the declaration names:
./scripts/declarations_diff.sh <optional_commit>

## more verbose report:
./scripts/declarations_diff.sh long <optional_commit>

The doc-module for script/declarations_diff.sh contains some details about this script.


No changes to technical debt.

You can run this locally as

./scripts/technical-debt-metrics.sh pr_summary
  • The relative value is the weighted sum of the differences with weight given by the inverse of the current value of the statistic.
  • The absolute value is the relative value divided by the total sum of the inverses of the current values (i.e. the weighted average of the differences).

github-actions[bot] avatar Dec 01 '25 16:12 github-actions[bot]

This PR/issue depends on:

  • ~~leanprover-community/mathlib4#32312~~ By Dependent Issues (🤖). Happy coding!

This pull request has conflicts, please merge master and resolve them.