Skip to content
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

Open
wants to merge 12 commits into
base: master
Choose a base branch
from

Conversation

smorel394
Copy link
Collaborator

@smorel394 smorel394 commented Jan 6, 2025

If F : J ⥤ AddCommGrp.{w} is a functor, we show that F admits a colimit if and only
if Colimits.Quot F (the quotient of the direct sum of the commutative groups F.obj j
by the relations given by the morphisms in the diagram) is w-small.


Open in Gitpod

@smorel394 smorel394 added the t-category-theory Category theory label Jan 6, 2025
Copy link

github-actions bot commented Jan 6, 2025

PR summary 7e8c8b27d9

Import changes for modified files

No significant changes to the import graph

Import changes for all files
Files Import difference
Mathlib.Algebra.Category.Grp.LargeColimits (new file) 1486

Declarations diff

+ dual_bijective_iff_bijective
+ dual_comp
+ dual_injective_iff_surjective
+ dual_injective_of_surjective
+ dual_zero
+ hasColimit_iff_small_quot
+ isColimit_iff_bijective_desc
+ surjective_of_dual_injective

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

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

The doc-module for script/declarations_diff.sh contains some details about this script.


Increase in tech debt: (relative, absolute) = (1.00, 0.00)
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 the relative value divided by the total sum of the inverses of the current values (i.e. the weighted average of the differences).

@mathlib4-dependent-issues-bot mathlib4-dependent-issues-bot added the blocked-by-other-PR This PR depends on another PR to Mathlib (this label is automatically managed by a bot) label Jan 6, 2025
@leanprover-community-bot-assistant leanprover-community-bot-assistant added the merge-conflict The PR has a merge conflict with master, and needs manual merging. (this label is managed by a bot) label Jan 7, 2025
@leanprover-community-bot-assistant leanprover-community-bot-assistant removed the merge-conflict The PR has a merge conflict with master, and needs manual merging. (this label is managed by a bot) label Jan 7, 2025
@joelriou
Copy link
Collaborator

joelriou commented Jan 7, 2025

Instead of "Big", I would suggest "Large", because it matches more the notions of "SmallCategory" and "LargeCategory" that we have.

@smorel394 smorel394 changed the title feat(Algebra/Category/Grp/BigColimit): big colimits in the category of commutative additive groups feat(Algebra/Category/Grp/LargeColimits): large colimits in the category of commutative additive groups Jan 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked-by-other-PR This PR depends on another PR to Mathlib (this label is automatically managed by a bot) t-category-theory Category theory
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants