feat(Algebra/Homology): existence of injective resolutions for cochain complexes#40887
feat(Algebra/Homology): existence of injective resolutions for cochain complexes#40887joelriou wants to merge 6 commits into
Conversation
PR summary f843dcd493
|
| 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
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).
|
This PR/issue depends on: |
…ective-resolution
|
The math looks good. It would be nice to maybe have some explanations about what is going on, in particular how the first result |
Co-authored-by: smorel394 <67864981+smorel394@users.noreply.github.com>
Co-authored-by: smorel394 <67864981+smorel394@users.noreply.github.com>
Thanks for the reviews! I have added some comments about the proof. |
Uh oh!
There was an error while loading. Please reload this page.