Skip to content

feat(CategoryTheory): the bicategory of profunctors#39619

Open
dagurtomas wants to merge 36 commits into
leanprover-community:masterfrom
dagurtomas:profunctor-bicategory-followup
Open

feat(CategoryTheory): the bicategory of profunctors#39619
dagurtomas wants to merge 36 commits into
leanprover-community:masterfrom
dagurtomas:profunctor-bicategory-followup

Conversation

@dagurtomas

@dagurtomas dagurtomas commented May 20, 2026

Copy link
Copy Markdown
Contributor

@github-actions

Copy link
Copy Markdown

PR summary 898e96492a

Import changes for modified files

No significant changes to the import graph

Import changes for all files
Files Import difference
Mathlib.CategoryTheory.Profunctor.Comp (new file) 470
Mathlib.CategoryTheory.Profunctor.Bicategory (new file) 471

Declarations diff

+ ProfCat
+ associator
+ associatorComponents
+ associatorComponents_aux₁
+ associatorComponents_aux₂
+ comp
+ compDiagram
+ compDiagramMap
+ compDiagramMap_comp
+ compDiagramMap_id
+ comp_whiskerLeft
+ comp_whiskerRight
+ id_whiskerLeft
+ id_whiskerRight
+ idempotent
+ instance : Bicategory ProfCat.{u, u}
+ instance : CoeSort ProfCat (Type u)
+ leftUnitor
+ map
+ pentagon
+ rightUnitor
+ triangle
+ univComp
+ whiskerLeft
+ whiskerLeft_comp
+ whiskerLeft_id
+ whiskerRight
+ whiskerRight_comp
+ whiskerRight_id
+ whisker_assoc
+ whisker_exchange

You can run this locally as follows
## from your `mathlib4` directory:
git clone https://github.com/leanprover-community/mathlib-ci.git ../mathlib-ci

## summary with just the declaration names:
../mathlib-ci/scripts/pr_summary/declarations_diff.sh <optional_commit>

## more verbose report:
../mathlib-ci/scripts/pr_summary/declarations_diff.sh long <optional_commit>

The doc-module for scripts/pr_summary/declarations_diff.sh in the mathlib-ci repository contains some details about this script.


No changes to strong technical debt.
No changes to weak technical debt.

@dagurtomas dagurtomas added the WIP Work in progress label May 20, 2026
@mathlib-dependent-issues mathlib-dependent-issues Bot added the blocked-by-other-PR This PR depends on another PR (this label is automatically managed by a bot) label May 20, 2026
@mathlib-dependent-issues

Copy link
Copy Markdown

This PR/issue depends on:

@mathlib-merge-conflicts mathlib-merge-conflicts Bot added the merge-conflict The PR has a merge conflict with master, and needs manual merging. (this label is managed by a bot) label Jul 6, 2026
@mathlib-merge-conflicts

Copy link
Copy Markdown

This pull request has conflicts, please merge master and resolve them.

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 (this label is automatically managed by a bot) merge-conflict The PR has a merge conflict with master, and needs manual merging. (this label is managed by a bot) WIP Work in progress

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants