Skip to content

[Merged by Bors] - feat(CategoryTheory/Limits): sections of functors and precomposition with initial functors#30403

Closed
joelriou wants to merge 2 commits intoleanprover-community:masterfrom
joelriou:sections-final
Closed

[Merged by Bors] - feat(CategoryTheory/Limits): sections of functors and precomposition with initial functors#30403
joelriou wants to merge 2 commits intoleanprover-community:masterfrom
joelriou:sections-final

Conversation

@joelriou
Copy link
Copy Markdown
Contributor

Given F : C ⥤ D and P : D ⥤ Type w, we define a map sectionsPrecomp F : P.sections → (F ⋙ P).sections and show that it is a bijection when F is initial.


Open in Gitpod

@joelriou joelriou added the t-category-theory Category theory label Oct 10, 2025
@github-actions
Copy link
Copy Markdown

github-actions bot commented Oct 10, 2025

PR summary cc0d5cbbe4

Import changes for modified files

No significant changes to the import graph

Import changes for all files
Files Import difference
Mathlib.CategoryTheory.Limits.Final.Type (new file) 634

Declarations diff

+ bijective_sectionsPrecomp
+ sectionsPrecomp

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

Copy link
Copy Markdown
Contributor

@robin-carlier robin-carlier left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

maintainer merge

@github-actions
Copy link
Copy Markdown

🚀 Pull request has been placed on the maintainer queue by robin-carlier.

@ghost ghost added the maintainer-merge A reviewer has approved the changed; awaiting maintainer approval. label Oct 21, 2025
@riccardobrasca
Copy link
Copy Markdown
Member

Thanks!

bors merge

@ghost ghost added ready-to-merge This PR has been sent to bors. and removed maintainer-merge A reviewer has approved the changed; awaiting maintainer approval. labels Oct 21, 2025
mathlib-bors bot pushed a commit that referenced this pull request Oct 21, 2025
…with initial functors (#30403)

Given `F : C ⥤ D` and `P : D ⥤ Type w`, we define a map `sectionsPrecomp F : P.sections → (F ⋙ P).sections` and show that it is a bijection when `F` is initial.
@mathlib-bors
Copy link
Copy Markdown
Contributor

mathlib-bors bot commented Oct 21, 2025

Build failed (retrying...):

mathlib-bors bot pushed a commit that referenced this pull request Oct 21, 2025
…with initial functors (#30403)

Given `F : C ⥤ D` and `P : D ⥤ Type w`, we define a map `sectionsPrecomp F : P.sections → (F ⋙ P).sections` and show that it is a bijection when `F` is initial.
@mathlib-bors
Copy link
Copy Markdown
Contributor

mathlib-bors bot commented Oct 21, 2025

Build failed (retrying...):

mathlib-bors bot pushed a commit that referenced this pull request Oct 21, 2025
…with initial functors (#30403)

Given `F : C ⥤ D` and `P : D ⥤ Type w`, we define a map `sectionsPrecomp F : P.sections → (F ⋙ P).sections` and show that it is a bijection when `F` is initial.
@mathlib-bors
Copy link
Copy Markdown
Contributor

mathlib-bors bot commented Oct 21, 2025

Build failed (retrying...):

mathlib-bors bot pushed a commit that referenced this pull request Oct 21, 2025
…with initial functors (#30403)

Given `F : C ⥤ D` and `P : D ⥤ Type w`, we define a map `sectionsPrecomp F : P.sections → (F ⋙ P).sections` and show that it is a bijection when `F` is initial.
@mathlib-bors
Copy link
Copy Markdown
Contributor

mathlib-bors bot commented Oct 21, 2025

Build failed:

@bryangingechen
Copy link
Copy Markdown
Contributor

bors r+

mathlib-bors bot pushed a commit that referenced this pull request Oct 21, 2025
…with initial functors (#30403)

Given `F : C ⥤ D` and `P : D ⥤ Type w`, we define a map `sectionsPrecomp F : P.sections → (F ⋙ P).sections` and show that it is a bijection when `F` is initial.
@mathlib-bors
Copy link
Copy Markdown
Contributor

mathlib-bors bot commented Oct 21, 2025

Pull request successfully merged into master.

Build succeeded:

@mathlib-bors mathlib-bors bot changed the title feat(CategoryTheory/Limits): sections of functors and precomposition with initial functors [Merged by Bors] - feat(CategoryTheory/Limits): sections of functors and precomposition with initial functors Oct 21, 2025
@mathlib-bors mathlib-bors bot closed this Oct 21, 2025
Jlh18 pushed a commit to Jlh18/mathlib4 that referenced this pull request Oct 24, 2025
…with initial functors (leanprover-community#30403)

Given `F : C ⥤ D` and `P : D ⥤ Type w`, we define a map `sectionsPrecomp F : P.sections → (F ⋙ P).sections` and show that it is a bijection when `F` is initial.
mathlib-bors bot pushed a commit that referenced this pull request Oct 29, 2025
…olimitType (#30779)

We obtain a dual result to #30403 for the interaction between final functors and colimits of functors to types. This is phrased using the universe generic `Functor.ColimitType`. (We also improve the proof of #30403)
BeibeiX0 pushed a commit to BeibeiX0/mathlib4 that referenced this pull request Nov 7, 2025
…with initial functors (leanprover-community#30403)

Given `F : C ⥤ D` and `P : D ⥤ Type w`, we define a map `sectionsPrecomp F : P.sections → (F ⋙ P).sections` and show that it is a bijection when `F` is initial.
BeibeiX0 pushed a commit to BeibeiX0/mathlib4 that referenced this pull request Nov 7, 2025
…olimitType (leanprover-community#30779)

We obtain a dual result to leanprover-community#30403 for the interaction between final functors and colimits of functors to types. This is phrased using the universe generic `Functor.ColimitType`. (We also improve the proof of leanprover-community#30403)
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