-
Notifications
You must be signed in to change notification settings - Fork 355
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(Algebra/Category/Grp/LargeColimits): large colimits in the category of commutative additive groups #20522
base: master
Are you sure you want to change the base?
Conversation
PR summary 7e8c8b27d9Import changes for modified filesNo significant changes to the import graph Import changes for all files
|
Current number | Change | Type |
---|---|---|
1457 | 1 | erw |
Current commit 7e8c8b27d9
Reference commit 57f8888c4b
You can run this locally as
./scripts/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 therelative
value divided by the total sum of the inverses of the current values (i.e. the weighted average of the differences).
Instead of "Big", I would suggest "Large", because it matches more the notions of "SmallCategory" and "LargeCategory" that we have. |
If
F : J ⥤ AddCommGrp.{w}
is a functor, we show thatF
admits a colimit if and onlyif
Colimits.Quot F
(the quotient of the direct sum of the commutative groupsF.obj j
by the relations given by the morphisms in the diagram) is
w
-small.