[Merged by Bors] - feat(CategoryTheory/Limits): sigmaConst preserves colimits#37645
[Merged by Bors] - feat(CategoryTheory/Limits): sigmaConst preserves colimits#37645joelriou wants to merge 15 commits intoleanprover-community:masterfrom
sigmaConst preserves colimits#37645Conversation
PR summary 0286ecda71Import changes for modified filesNo significant changes to the import graph Import changes for all files
|
| Current number | Change | Type |
|---|---|---|
| 6503 | 1 | backward.isDefEq.respectTransparency |
Current commit 97d53cdbeb
Reference commit 0286ecda71
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).
Co-authored-by: Dagur Asgeirsson <dagurtomas@gmail.com>
Co-authored-by: Dagur Asgeirsson <dagurtomas@gmail.com>
robin-carlier
left a comment
There was a problem hiding this comment.
The change of definition for freeFunctor is a definitive win here.
The remaining backward.isDefEq.respectTransparency seems a bit annoying to remove here...
Thanks!
maintainer delegate
|
🚀 Pull request has been placed on the maintainer queue by robin-carlier. |
Co-authored-by: Robin Carlier <57142648+robin-carlier@users.noreply.github.com>
|
This pull request has conflicts, please merge |
|
Thanks! bors merge |
More precisely `sigmaConst.obj R` commutes with colimits. We also compute the cokernel of `(sigmaConst.obj R).map f` when `f` is a map in `Type*`.
|
Pull request successfully merged into master. Build succeeded:
|
sigmaConst preserves colimitssigmaConst preserves colimits
More precisely
sigmaConst.obj Rcommutes with colimits. We also compute the cokernel of(sigmaConst.obj R).map fwhenfis a map inType*.