Skip to content

feat(Algebra/Homology): existence of injective resolutions for cochain complexes#40887

Open
joelriou wants to merge 6 commits into
leanprover-community:masterfrom
joelriou:cochain-complex-injective-resolution
Open

feat(Algebra/Homology): existence of injective resolutions for cochain complexes#40887
joelriou wants to merge 6 commits into
leanprover-community:masterfrom
joelriou:cochain-complex-injective-resolution

Conversation

@joelriou

@joelriou joelriou commented Jun 22, 2026

Copy link
Copy Markdown
Contributor

@github-actions

github-actions Bot commented Jun 22, 2026

Copy link
Copy Markdown

PR summary f843dcd493

Import changes for modified files

Dependency changes

File Base Count Head Count Change
Mathlib.Algebra.Homology.Factorizations.CM5a 1396 1403 +7 (+0.50%)
Import changes for all files
Files Import difference
Mathlib.Algebra.Homology.ModelCategory.Injective 5
Mathlib.Algebra.Homology.Factorizations.CM5a 7

Declarations diff (regex)

+ exists_injective_resolution
+ exists_injective_resolution'

You can run this locally as follows
## from your `mathlib4` directory:
git clone https://github.com/leanprover-community/mathlib-ci.git ../mathlib-ci

## summary with just the declaration names:
../mathlib-ci/scripts/pr_summary/declarations_diff.sh <optional_commit>

## more verbose report:
../mathlib-ci/scripts/pr_summary/declarations_diff.sh long <optional_commit>

The doc-module for scripts/pr_summary/declarations_diff.sh in the mathlib-ci repository contains some details about this script.

Declarations diff (Lean)

Lean-aware diff — post-build, computed from the Lean environment (commit f843dcd).

  • +2 new declarations
  • −0 removed declarations
+CochainComplex.Plus.modelCategoryQuillen.exists_injective_resolution
+CochainComplex.Plus.modelCategoryQuillen.exists_injective_resolution'

No changes to strong technical debt.

No changes to weak technical debt.

Current commit f843dcd493
Reference commit 096aa7bdd1

This script lives in the mathlib-ci repository. To run it locally, from your mathlib4 directory:

git clone https://github.com/leanprover-community/mathlib-ci.git ../mathlib-ci
../mathlib-ci/scripts/reporting/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 github-actions Bot added the t-algebra Algebra (groups, rings, fields, etc) label Jun 22, 2026
@joelriou joelriou added the WIP Work in progress label Jun 22, 2026
@mathlib-dependent-issues mathlib-dependent-issues Bot added blocked-by-other-PR This PR depends on another PR (this label is automatically managed by a bot) and removed blocked-by-other-PR This PR depends on another PR (this label is automatically managed by a bot) labels Jun 22, 2026
@mathlib-dependent-issues

Copy link
Copy Markdown

@joelriou joelriou removed the WIP Work in progress label Jun 22, 2026
Comment thread Mathlib/Algebra/Homology/Factorizations/CM5a.lean Outdated
Comment thread Mathlib/Algebra/Homology/Factorizations/CM5a.lean Outdated
@smorel394

Copy link
Copy Markdown
Collaborator

The math looks good. It would be nice to maybe have some explanations about what is going on, in particular how the first result exists_injective_resolution' is used to deduce the second result exists_injective_resolution.

joelriou and others added 3 commits June 22, 2026 16:18
Co-authored-by: smorel394 <67864981+smorel394@users.noreply.github.com>
Co-authored-by: smorel394 <67864981+smorel394@users.noreply.github.com>
@joelriou

Copy link
Copy Markdown
Contributor Author

The math looks good. It would be nice to maybe have some explanations about what is going on, in particular how the first result exists_injective_resolution' is used to deduce the second result exists_injective_resolution.

Thanks for the reviews! I have added some comments about the proof.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

t-algebra Algebra (groups, rings, fields, etc) t-category-theory Category theory

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants