Skip to content

chore(CategoryTheory/Functor): more API for dense functors#39845

Open
chrisflav wants to merge 1 commit into
leanprover-community:masterfrom
chrisflav:dense-api
Open

chore(CategoryTheory/Functor): more API for dense functors#39845
chrisflav wants to merge 1 commit into
leanprover-community:masterfrom
chrisflav:dense-api

Conversation

@chrisflav
Copy link
Copy Markdown
Member

Given a dense functor F : C ⥤ D, we provide an isomorphism F.leftKanExtension F ≅ 𝟭 D. We also provide the instance that yoneda is dense.


Open in Gitpod

@github-actions
Copy link
Copy Markdown

PR summary 8f3bdb18b4

Import changes for modified files

No significant changes to the import graph

Import changes for all files
Files Import difference

Declarations diff

+ DenseAt.hasPointwiseLeftKanExtensionAt
+ IsDense.leftKanExtensionIso
+ IsDense.leftKanExtensionUnit_leftKanExtensionIso_hom
+ IsDense.leftKanExtensionUnit_leftKanExtensionIso_hom_app
+ denseAtUliftYoneda
+ denseAtYoneda
+ instance (F : C ⥤ D) [F.IsDense] : F.HasPointwiseLeftKanExtension F
+ instance (F : C ⥤ D) [F.IsDense] : Functor.IsLeftKanExtension (𝟭 D) (Functor.rightUnitor F).inv
+ instance : (uliftYoneda.{w} (C := C)).IsDense
+ instance : (yoneda (C := C)).IsDense

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.

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