feat(CategoryTheory): descent of morphisms for a pseudofunctor#24411
feat(CategoryTheory): descent of morphisms for a pseudofunctor#24411
Conversation
PR summary 32e6452d56Import changes for modified filesNo significant changes to the import graph Import changes for all files
|
| Current number | Change | Type |
|---|---|---|
| 762 | 1 | erw |
Current commit 4cc9258745
Reference commit 32e6452d56
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).
|
This PR/issue depends on: |
|
This pull request has conflicts, please merge |
|
This PR has been migrated to a fork-based workflow: #30177 |
Let
Cbe a category andF : Pseudofunctor (LocallyDiscrete Cᵒᵖ) Cat. GivenS : C, and objectsMandNinF.obj (.mk (op S)), we define a presheaf of typesF.presheafHom M Non the categoryOver S: its sections on a objectT : Over Scorresponding to a morphismp : X ⟶ Sare the type of morphismsp^* M ⟶ p^* N. We shall say thatFsatisfies the descent of morphisms for a Grothendieck topologyJif these presheaves are all sheaves (typeclassF.HasDescentOfMorphisms J).Co-authored-by: Christian Merten christian@merten.dev