[Merged by Bors] - feat(CategoryTheory): cardinals that are suitable for the small object argument#21865
[Merged by Bors] - feat(CategoryTheory): cardinals that are suitable for the small object argument#21865
Conversation
…sitionOfShape.lean
…ansfinite-compositions-misc
PR summary bd62451491Import changes for modified filesNo significant changes to the import graph Import changes for all files
|
| Current number | Change | Type |
|---|---|---|
| 43 | 1 | large files |
Current commit bd62451491
Reference commit 3bc2081fd5
You can run this locally as
./scripts/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).
…sitionOfShape.lean
…nto small-object-iscardinal
|
This PR/issue depends on: |
Mathlib/CategoryTheory/SmallObject/IsCardinalForSmallObjectArgument.lean
Outdated
Show resolved
Hide resolved
|
✌️ joelriou can now approve this pull request. To approve and merge a pull request, simply reply with |
|
Thanks! bors merge |
…t argument (#21865) In this PR, we package the technical assumptions that are needed for the small object argument in a typeclass `IsCardinalForSmallObjectArgument I κ` where `I` is a class of morphisms and `κ` is a suitable regular cardinal. In a follow-up PR, it shall be proved that `HasFunctorialFactorization I.rlp.llp I.rlp` holds. Co-authored-by: Joël Riou <37772949+joelriou@users.noreply.github.com>
|
Pull request successfully merged into master. Build succeeded: |
In this PR, we package the technical assumptions that are needed for the small object argument in a typeclass
IsCardinalForSmallObjectArgument I κwhereIis a class of morphisms andκis a suitable regular cardinal. In a follow-up PR, it shall be proved thatHasFunctorialFactorization I.rlp.llp I.rlpholds.