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(CategoryTheory): group objects #21347

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

feat(CategoryTheory): group objects #21347

wants to merge 4 commits into from

Conversation

TwoFX
Copy link
Member

@TwoFX TwoFX commented Feb 2, 2025

Define group objects in cartesian monoidal categories.

Show that the associativity diagram of a group object is always cartesian and deduce that morphisms of group objects commute with taking inverses.

Show that a finite-product-preserving functor takes group objects to group objects.


Open in Gitpod

@github-actions github-actions bot added the t-category-theory Category theory label Feb 2, 2025
Copy link

github-actions bot commented Feb 2, 2025

PR summary a79005572f

Import changes for modified files

No significant changes to the import graph

Import changes for all files
Files Import difference
Mathlib.CategoryTheory.Monoidal.Cartesian.Mon_ (new file) 584
Mathlib.CategoryTheory.Monoidal.Grp_ (new file) 609

Declarations diff

+ Grp_
+ comp'
+ comp_hom
+ eq_lift_inv_left
+ eq_lift_inv_right
+ forget₂Mon_
+ forget₂Mon_map_hom
+ forget₂Mon_obj_mul
+ forget₂Mon_obj_one
+ fullyFaithfulForget₂Mon_
+ hom_ext
+ id'
+ id_hom
+ instance : (forget₂Mon_ C).Faithful := InducedCategory.faithful _
+ instance : (forget₂Mon_ C).Full := InducedCategory.full _
+ instance : Category (Grp_ C)
+ instance : HasInitial (Grp_ C)
+ instance : Inhabited (Grp_ C)
+ inv_hom
+ isPullback
+ lift_comp_fst_snd
+ lift_comp_inv_left
+ lift_comp_inv_right
+ lift_comp_one_left
+ lift_comp_one_right
+ lift_inv_comp_left
+ lift_inv_comp_right
+ lift_inv_left_eq
+ lift_inv_right_eq
+ lift_leftUnitor_hom
+ lift_lift_assoc
+ lift_lift_associator_hom
+ lift_lift_associator_inv
+ lift_rightUnitor_hom
+ lift_whiskerLeft
+ lift_whiskerRight
+ lift_δ
+ lift_μ
+ mapGrp
+ mkIso
+ mkIso_hom_hom
+ mkIso_inv_hom
+ toUnit_ε
+ trivial
+ uniqueHomFromTrivial
+ δ_fst
+ δ_snd

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.


No changes to technical debt.

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).

@TwoFX TwoFX changed the title feat: group objects feat(CategoryTheory): group objects Feb 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
t-category-theory Category theory
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant