[Merged by Bors] - feat(CategoryTheory/Adjunction): the right partial adjoint#27168
[Merged by Bors] - feat(CategoryTheory/Adjunction): the right partial adjoint#27168grhkm21 wants to merge 3 commits intoleanprover-community:masterfrom
Conversation
PR summary 4940ad6e54Import changes for modified filesNo significant changes to the import graph Import changes for all files
|
| Current number | Change | Type |
|---|---|---|
| 821 | 2 | erw |
Current commit 5b328ead00
Reference commit 4940ad6e54
You can run this locally as
./scripts/technical-debt-metrics.sh pr_summary
- The
relativevalue is the weighted sum of the differences with weight given by the inverse of the current value of the statistic. - The
absolutevalue is therelativevalue divided by the total sum of the inverses of the current values (i.e. the weighted average of the differences).
Co-authored-by: Joël Riou <37772949+joelriou@users.noreply.github.com>
|
my bad |
|
Thanks! bors merge |
Given a functor `F : C ⥤ D`, we define a functor `F.partialLeftAdjoint : F.PartialLeftAdjointSource ⥤ C` which is defined on a certain full subcategory of `D`. It satisfies similar properties to the right adjoint of `F` (if this existed). We show that the domain of definition of this partial right adjoint is stable under certain limits. This dualises #17388, I came across this while formalising Proposition 4.3.4 of Emily Riehl's Category Theory in Context. I will also work on formalising Proposition 4.3.6, which is the bifunctor version of this. Co-authored-by: grhkm21 <83517584+grhkm21@users.noreply.github.com>
|
Pull request successfully merged into master. Build succeeded: |
…r-community#27168) Given a functor `F : C ⥤ D`, we define a functor `F.partialLeftAdjoint : F.PartialLeftAdjointSource ⥤ C` which is defined on a certain full subcategory of `D`. It satisfies similar properties to the right adjoint of `F` (if this existed). We show that the domain of definition of this partial right adjoint is stable under certain limits. This dualises leanprover-community#17388, I came across this while formalising Proposition 4.3.4 of Emily Riehl's Category Theory in Context. I will also work on formalising Proposition 4.3.6, which is the bifunctor version of this. Co-authored-by: grhkm21 <83517584+grhkm21@users.noreply.github.com>
…r-community#27168) Given a functor `F : C ⥤ D`, we define a functor `F.partialLeftAdjoint : F.PartialLeftAdjointSource ⥤ C` which is defined on a certain full subcategory of `D`. It satisfies similar properties to the right adjoint of `F` (if this existed). We show that the domain of definition of this partial right adjoint is stable under certain limits. This dualises leanprover-community#17388, I came across this while formalising Proposition 4.3.4 of Emily Riehl's Category Theory in Context. I will also work on formalising Proposition 4.3.6, which is the bifunctor version of this. Co-authored-by: grhkm21 <83517584+grhkm21@users.noreply.github.com>
…r-community#27168) Given a functor `F : C ⥤ D`, we define a functor `F.partialLeftAdjoint : F.PartialLeftAdjointSource ⥤ C` which is defined on a certain full subcategory of `D`. It satisfies similar properties to the right adjoint of `F` (if this existed). We show that the domain of definition of this partial right adjoint is stable under certain limits. This dualises leanprover-community#17388, I came across this while formalising Proposition 4.3.4 of Emily Riehl's Category Theory in Context. I will also work on formalising Proposition 4.3.6, which is the bifunctor version of this. Co-authored-by: grhkm21 <83517584+grhkm21@users.noreply.github.com>
Given a functor
F : C ⥤ D, we define a functorF.partialLeftAdjoint : F.PartialLeftAdjointSource ⥤ Cwhich is defined on a certain full subcategory ofD. It satisfies similar properties to the right adjoint ofF(if this existed). We show that the domain of definition of this partial right adjoint is stable under certain limits.This dualises #17388, I came across this while formalising Proposition 4.3.4 of Emily Riehl's Category Theory in Context. I will also work on formalising Proposition 4.3.6, which is the bifunctor version of this.