Skip to content

Conversation

@chrisflav
Copy link
Collaborator

@chrisflav chrisflav commented May 2, 2025

Since #21652 the universe restrictions are no longer necessary. This also allows to remove some universe restrictions in the Galois category API.


Open in Gitpod

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

github-actions bot commented May 2, 2025

PR summary b824e0a303

Import changes for modified files

No significant changes to the import graph

Import changes for all files
Files Import difference

Declarations diff

+ instance {G : Type*} [Monoid G] (X : Action FintypeCat G) : MulAction G X.V
+ instance {J : Type*} [Category J] [HasColimitsOfShape J V] :
+ instance {J : Type*} [Category J] [HasLimitsOfShape J V] :
++ instance {J : Type*} [Category J] (F : J ⥤ Action V G) :
++ instance {J : Type*} [Category J] :
- instance {G : Type u} [Monoid G] (X : Action FintypeCat G) : MulAction G X.V
- instance {J : Type w₁} [Category.{w₂} J] [HasColimitsOfShape J V] :
- instance {J : Type w₁} [Category.{w₂} J] [HasLimitsOfShape J V] :
-++- ofMulAction
-+-+ ofMulAction_apply
-- instance {J : Type w₁} [Category.{w₂} J] (F : J ⥤ Action V G) :
-- instance {J : Type w₁} [Category.{w₂} J] :

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

@joelriou
Copy link
Collaborator

joelriou commented May 2, 2025

Thanks!

bors merge

@leanprover-community-mathlib4-bot leanprover-community-mathlib4-bot added the ready-to-merge This PR has been sent to bors. label May 2, 2025
mathlib-bors bot pushed a commit that referenced this pull request May 2, 2025
Since #21652 the universe restrictions are no longer necessary. This also allows to remove some universe restrictions in the Galois category API.
@mathlib-bors
Copy link
Contributor

mathlib-bors bot commented May 2, 2025

Pull request successfully merged into master.

Build succeeded:

@mathlib-bors mathlib-bors bot changed the title chore(CategoryTheory/Action): generalize universes [Merged by Bors] - chore(CategoryTheory/Action): generalize universes May 2, 2025
@mathlib-bors mathlib-bors bot closed this May 2, 2025
@mathlib-bors mathlib-bors bot deleted the chrisflav-fix-univ-action branch May 2, 2025 13:49
pfaffelh pushed a commit that referenced this pull request May 2, 2025
Since #21652 the universe restrictions are no longer necessary. This also allows to remove some universe restrictions in the Galois category API.
riccardobrasca pushed a commit that referenced this pull request May 7, 2025
Since #21652 the universe restrictions are no longer necessary. This also allows to remove some universe restrictions in the Galois category API.
tannerduve pushed a commit that referenced this pull request May 13, 2025
Since #21652 the universe restrictions are no longer necessary. This also allows to remove some universe restrictions in the Galois category API.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ready-to-merge This PR has been sent to bors. t-category-theory Category theory

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants