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/Closed): functor categories are monoidal closed #19103

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

Conversation

joelriou and others added 30 commits October 21, 2024 12:25
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Copy link

github-actions bot commented Nov 15, 2024

PR summary fea724eacd

Import changes for modified files

No significant changes to the import graph

Import changes for all files
Files Import difference
Mathlib.CategoryTheory.Enriched.FunctorCategory Mathlib.CategoryTheory.Closed.Enrichment 1
Mathlib.CategoryTheory.Closed.FunctorCategory.Basic (new file) 606

Declarations diff

+ adj
+ closed
+ curry'
+ curry'_comp
+ curry'_id
+ curry'_ihom_map
+ curry'_injective
+ curry'_uncurry'
+ curry'_whiskerRight_comp
+ curryHomEquiv'
+ curry_pre_app
+ enrichedCategorySelf_comp
+ enrichedCategorySelf_hom
+ enrichedCategorySelf_id
+ enrichedOrdinaryCategorySelf_eHomWhiskerLeft
+ enrichedOrdinaryCategorySelf_eHomWhiskerRight
+ enrichedOrdinaryCategorySelf_homEquiv
+ enrichedOrdinaryCategorySelf_homEquiv_symm
+ functorEnrichedCategory
+ functorEnrichedComp
+ functorEnrichedId
+ functorEnrichedOrdinaryCategory
+ functorEnriched_assoc
+ functorEnriched_comp_id
+ functorEnriched_id_comp
+ functorHomEquiv
+ functorHomEquiv_app_π
+ functorHomEquiv_comp
+ functorHomEquiv_id
+ homEquiv_naturality_three
+ homEquiv_naturality_two_symm
+ monoidalClosed
+ uncurry'
+ uncurry'_curry'
+ uncurry'_injective
+ uncurry_ihom_map
+ uncurry_pre_app
+ whiskerLeft_curry'_comp
+ whiskerLeft_curry'_ihom_ev_app
+ whiskerLeft_curry_ihom_ev_app
++ homEquiv

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) = (7.00, 0.00)
Current number Change Type
1521 7 erw

Current commit fea724eacd
Reference commit c93dd21f32

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 Nov 15, 2024
@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 Nov 17, 2024
@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 Nov 17, 2024
@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 Dec 20, 2024
@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 Dec 25, 2024
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 WIP Work in progress
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants