Skip to content

feat(CategoryTheory/Sites): morphisms and homotopies of 1-hypercovers #26326

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

chrisflav
Copy link
Collaborator

@chrisflav chrisflav commented Jun 23, 2025

We define refinement morphisms and homotopies between morphisms of (pre-)-1-hypercovers. As a sanity check, we show that

  • homotopic maps induce the same map on the corresponding multiequalizers
  • the category of 1-hypercovers is cofiltered up to homotopies, i.e. for any two refinement morphisms there exists a refinement from the left such that both compositions are homotopic.

In the next PR, we define the (homotopy) category of 1-hypercovers with refinement morphisms modulo homotopy. This will be a cofiltered category and taking a colimit over these will give a second approach to sheafification.


Open in Gitpod

@chrisflav chrisflav added the t-category-theory Category theory label Jun 23, 2025
Copy link

github-actions bot commented Jun 23, 2025

PR summary 22cd4a1164

Import changes for modified files

No significant changes to the import graph

Import changes for all files
Files Import difference

Declarations diff

+ Hom
+ Hom.comp
+ Hom.id
+ Hom.mapMultiforkOfIsLimit
+ Hom.mapMultiforkOfIsLimit_ι
+ Hom.s₁'
+ Homotopy
+ Homotopy.mapMultiforkOfIsLimit_eq
+ Presieve.bind_ofArrows_le_bindOfArrows
+ cylinderHom
+ cylinderHomotopy
+ cylinderX
+ cylinderf
+ instance : Category (PreOneHypercover S)
+ sieve₀_cylinder
+ sieve₁'_cylinder
+ toPullback_cylinder
++ bindOfArrows
++ cylinder
++ exists_nonempty_homotopy

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 added the awaiting-author A reviewer has asked the author a question or requested changes. label Jun 24, 2025
@chrisflav chrisflav removed the awaiting-author A reviewer has asked the author a question or requested changes. label Jun 25, 2025
@chrisflav
Copy link
Collaborator Author

admits a morphism `h : W ⟶ E` such that `h ≫ f` and `h ≫ g` are homotopic. Hence
they become equal after quotienting out by homotopy. -/
@[simps! toPreOneHypercover]
noncomputable def cylinder (f g : E.Hom F.toPreOneHypercover) : J.OneHypercover S :=
Copy link
Collaborator

Choose a reason for hiding this comment

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

Could you introduce an abbrev OneHypercover.Hom?

@joelriou joelriou added the awaiting-author A reviewer has asked the author a question or requested changes. label Jun 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting-author A reviewer has asked the author a question or requested changes. t-category-theory Category theory
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants