Skip to content

[Merged by Bors] - feat(CategoryTheory): pullbacks/pushouts/limits/colimits of a class of morphisms#20157

Closed
joelriou wants to merge 31 commits intomasterfrom
morphism-property-coproducts
Closed

[Merged by Bors] - feat(CategoryTheory): pullbacks/pushouts/limits/colimits of a class of morphisms#20157
joelriou wants to merge 31 commits intomasterfrom
morphism-property-coproducts

Conversation

@joelriou
Copy link
Copy Markdown
Contributor

@joelriou joelriou commented Dec 21, 2024

Given P : MorphismProperty C and J a category, we introduce morphisms properties P.pullbacks, P.pushouts, P.limitsOfShape J and P.colimitsOfShape J which are obtained from P by taking these type of (co)limits. We obtain results like P.isStableUnderBaseChange_iff_pullbacks_le : P.IsStableUnderBaseChange ↔ P.pullbacks ≤ P.


Open in Gitpod

@github-actions
Copy link
Copy Markdown

github-actions bot commented Dec 21, 2024

PR summary fc37372887

Import changes for modified files

No significant changes to the import graph

Import changes for all files
Files Import difference

Declarations diff

+ IsStableUnderColimitsOfShape.colimMap
+ IsStableUnderColimitsOfShape.colimitsOfShape_le
+ IsStableUnderLimitsOfShape.limMap
+ IsStableUnderLimitsOfShape.limitsOfShape_le
+ colimitsOfShape
+ colimitsOfShape_colimMap
+ colimitsOfShape_le_coproducts
+ coproducts
+ coproducts_iff
+ iSup_iff
+ instance (priority := 900) IsStableUnderBaseChange.respectsIso
+ instance : (W.colimitsOfShape J).RespectsIso
+ instance : (W.limitsOfShape J).RespectsIso
+ instance : P.pullbacks.IsStableUnderBaseChange
+ instance : P.pullbacks.RespectsIso
+ instance : P.pushouts.IsStableUnderCobaseChange
+ instance : P.pushouts.RespectsIso
+ isStableUnderBaseChange_iff_pullbacks_le
+ isStableUnderCobaseChange_iff_pushouts_le
+ isStableUnderColimitsOfShape_iff_colimitsOfShape_le
+ isStableUnderLimitsOfShape_iff_limitsOfShape_le
+ le_pullbacks
+ le_pushouts
+ limitsOfShape
+ limitsOfShape_limMap
+ pullbacks
+ pullbacks_mk
+ pushouts
+ pushouts_mk
+ sSup_iff
- IsStableUnderColimitsOfShape.colim_map
- IsStableUnderLimitsOfShape.lim_map
- instance (priority := 900) IsStableUnderBaseChange.respectsIso {P : MorphismProperty C}

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

@joelriou joelriou changed the title feat(CategoryTheory): coproducts/pushouts/limits/colimits of a class of morphisms feat(CategoryTheory): pullbacks/pushouts/limits/colimits of a class of morphisms Dec 21, 2024
@github-actions github-actions bot added the large-import Automatically added label for PRs with a significant increase in transitive imports label Dec 22, 2024
@github-actions github-actions bot removed the large-import Automatically added label for PRs with a significant increase in transitive imports label Dec 22, 2024
Copy link
Copy Markdown
Member

@TwoFX TwoFX left a comment

Choose a reason for hiding this comment

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

Thanks!
bors r+

@ghost ghost added the ready-to-merge This PR has been sent to bors. label Jan 22, 2025
mathlib-bors bot pushed a commit that referenced this pull request Jan 22, 2025
…f morphisms (#20157)

Given `P : MorphismProperty C` and `J` a category, we introduce morphisms properties `P.pullbacks`, `P.pushouts`, `P.limitsOfShape J` and `P.colimitsOfShape J` which are obtained from `P` by taking these type of (co)limits. We obtain results like `P.isStableUnderBaseChange_iff_pullbacks_le : P.IsStableUnderBaseChange ↔ P.pullbacks ≤ P`.



Co-authored-by: Jack McKoen <104791831+mckoen@users.noreply.github.com>
Co-authored-by: Joël Riou <joel.riou@universite-paris-saclay.fr>
Co-authored-by: Joël Riou <37772949+joelriou@users.noreply.github.com>
@mathlib-bors
Copy link
Copy Markdown
Contributor

mathlib-bors bot commented Jan 22, 2025

Build failed (retrying...):

mathlib-bors bot pushed a commit that referenced this pull request Jan 22, 2025
…f morphisms (#20157)

Given `P : MorphismProperty C` and `J` a category, we introduce morphisms properties `P.pullbacks`, `P.pushouts`, `P.limitsOfShape J` and `P.colimitsOfShape J` which are obtained from `P` by taking these type of (co)limits. We obtain results like `P.isStableUnderBaseChange_iff_pullbacks_le : P.IsStableUnderBaseChange ↔ P.pullbacks ≤ P`.



Co-authored-by: Jack McKoen <104791831+mckoen@users.noreply.github.com>
Co-authored-by: Joël Riou <joel.riou@universite-paris-saclay.fr>
Co-authored-by: Joël Riou <37772949+joelriou@users.noreply.github.com>
@mathlib-bors
Copy link
Copy Markdown
Contributor

mathlib-bors bot commented Jan 22, 2025

Build failed:

Copy link
Copy Markdown
Member

@TwoFX TwoFX left a comment

Choose a reason for hiding this comment

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

bors r-

@TwoFX
Copy link
Copy Markdown
Member

TwoFX commented Jan 22, 2025

bors d+

@mathlib-bors
Copy link
Copy Markdown
Contributor

mathlib-bors bot commented Jan 22, 2025

✌️ joelriou can now approve this pull request. To approve and merge a pull request, simply reply with bors r+. More detailed instructions are available here.

@ghost ghost added the delegated This pull request has been delegated to the PR author (or occasionally another non-maintainer). label Jan 22, 2025
@joelriou
Copy link
Copy Markdown
Contributor Author

Thanks!

bors merge

mathlib-bors bot pushed a commit that referenced this pull request Jan 22, 2025
…f morphisms (#20157)

Given `P : MorphismProperty C` and `J` a category, we introduce morphisms properties `P.pullbacks`, `P.pushouts`, `P.limitsOfShape J` and `P.colimitsOfShape J` which are obtained from `P` by taking these type of (co)limits. We obtain results like `P.isStableUnderBaseChange_iff_pullbacks_le : P.IsStableUnderBaseChange ↔ P.pullbacks ≤ P`.



Co-authored-by: mckoen <mckoen@ualberta.ca>
Co-authored-by: Jack McKoen <mckoen@ualberta.ca>
Co-authored-by: Jack McKoen <104791831+mckoen@users.noreply.github.com>
Co-authored-by: Joël Riou <37772949+joelriou@users.noreply.github.com>
@mathlib-bors
Copy link
Copy Markdown
Contributor

mathlib-bors bot commented Jan 22, 2025

Pull request successfully merged into master.

Build succeeded:

@mathlib-bors mathlib-bors bot changed the title feat(CategoryTheory): pullbacks/pushouts/limits/colimits of a class of morphisms [Merged by Bors] - feat(CategoryTheory): pullbacks/pushouts/limits/colimits of a class of morphisms Jan 22, 2025
@mathlib-bors mathlib-bors bot closed this Jan 22, 2025
@mathlib-bors mathlib-bors bot deleted the morphism-property-coproducts branch January 22, 2025 14:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

delegated This pull request has been delegated to the PR author (or occasionally another non-maintainer). 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.

3 participants