[Merged by Bors] - feat(CategoryTheory/Sites): Over.post F preserves covers if F does#37775
Closed
chrisflav wants to merge 5 commits intoleanprover-community:masterfrom
Closed
[Merged by Bors] - feat(CategoryTheory/Sites): Over.post F preserves covers if F does#37775chrisflav wants to merge 5 commits intoleanprover-community:masterfrom
Over.post F preserves covers if F does#37775chrisflav wants to merge 5 commits intoleanprover-community:masterfrom
Conversation
2 tasks
PR summary 16cc871c27Import changes for modified filesNo significant changes to the import graph Import changes for all files
|
| Current number | Change | Type |
|---|---|---|
| 6458 | 2 | backward.isDefEq.respectTransparency |
Current commit 07e5fa17ad
Reference commit 16cc871c27
You can run this locally as
./scripts/reporting/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).
joelriou
reviewed
Apr 8, 2026
joelriou
reviewed
Apr 8, 2026
Contributor
|
Thanks! bors d+ |
Contributor
|
✌️ chrisflav can now approve this pull request. To approve and merge a pull request, simply reply with |
Co-authored-by: Joël Riou <[email protected]>
Co-authored-by: Joël Riou <[email protected]>
Member
Author
|
Thanks for the review! |
mathlib-bors bot
pushed a commit
that referenced
this pull request
Apr 13, 2026
#37775) We also show the lifting covers variant. Notably, we don't show that `Over.post F` is continuous if `F` is. This would follow for example from showing that sheaves on `Over X` are sheaves on `C` over `yoneda.obj X`, which we don't have yet.
Contributor
|
Pull request successfully merged into master. Build succeeded: |
Over.post F preserves covers if F doesOver.post F preserves covers if F does
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
We also show the lifting covers variant. Notably, we don't show that
Over.post Fis continuous ifFis. This would follow for example from showing that sheaves onOver Xare sheaves onCoveryoneda.obj X, which we don't have yet.