mathlib4 icon indicating copy to clipboard operation
mathlib4 copied to clipboard

feat: definition of Ext-groups in abelian categories

Open joelriou opened this issue 1 year ago • 2 comments

This PR defines Ext-groups in general abelian categories by shrinking types of morphisms in the derived category.

(When this API is developed further, it shall replace the current definition which applies only to categories with enough projectives.)


  • [x] depends on: #13742
  • [x] depends on: #13675
  • [x] depends on: #13926
  • [x] depends on: #13757
  • [x] depends on: #13956
  • [x] depends on: #13639
  • [x] depends on: #13876

Open in Gitpod

joelriou avatar Jun 19 '24 17:06 joelriou

PR summary 3c4c02692d

Import changes for modified files

Dependency changes

File Base Count Head Count Change
Mathlib.Algebra.Homology.HomotopyCategory.ShiftSequence 1084 1093 +9 (+0.83%)
Import changes for all files
Files Import difference
Mathlib.Algebra.Homology.HomotopyCategory.ShiftSequence 9
Mathlib.Algebra.Homology.DerivedCategory.Ext 1136

Declarations diff

+ Ext + comp + comp_assoc + comp_hom + ext + hasExt_iff + hasExt_of_hasDerivedCategory + hasSmallLocalizedShiftedHom_iff + homEquiv + instance : (HomologicalComplex.quasiIso C (ComplexShape.up ℤ)).IsCompatibleWithShift ℤ + quasiIsoAt_shift_iff + quasiIso_shift_iff

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

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

github-actions[bot] avatar Jun 19 '24 17:06 github-actions[bot]

This PR/issue depends on:

  • ~~leanprover-community/mathlib4#13742~~
  • ~~leanprover-community/mathlib4#13675~~
  • ~~leanprover-community/mathlib4#13926~~
  • ~~leanprover-community/mathlib4#13757~~
  • ~~leanprover-community/mathlib4#13956~~
  • ~~leanprover-community/mathlib4#13639~~
  • ~~leanprover-community/mathlib4#13876~~ By Dependent Issues (🤖). Happy coding!

Thanks! maintainer merge

erdOne avatar Jul 07 '24 08:07 erdOne

🚀 Pull request has been placed on the maintainer queue by erdOne.

github-actions[bot] avatar Jul 07 '24 08:07 github-actions[bot]

bors merge

kim-em avatar Jul 07 '24 14:07 kim-em

Pull request successfully merged into master.

Build succeeded:

mathlib-bors[bot] avatar Jul 07 '24 15:07 mathlib-bors[bot]