-
Notifications
You must be signed in to change notification settings - Fork 71
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
Shifts and unshifts of concepts around sequential colimits #1070
Shifts and unshifts of concepts around sequential colimits #1070
Conversation
d97bc6c
to
0472a8a
Compare
0472a8a
to
8e55f95
Compare
8e55f95
to
c361909
Compare
I made the scope of this PR smaller so that we could potentially merge it sooner. I'm marking it ready for review. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here's a preliminary review. I did not look closer at the prose in the SRD20
module, and did not look at the formalization of shifts
src/synthetic-homotopy-theory/cocones-under-sequential-diagrams.lagda.md
Outdated
Show resolved
Hide resolved
src/synthetic-homotopy-theory/total-sequential-diagrams.lagda.md
Outdated
Show resolved
Hide resolved
src/synthetic-homotopy-theory/total-sequential-diagrams.lagda.md
Outdated
Show resolved
Hide resolved
src/synthetic-homotopy-theory/shifts-sequential-diagrams.lagda.md
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some more comments :) (still an incomplete review)
src/synthetic-homotopy-theory/shifts-sequential-diagrams.lagda.md
Outdated
Show resolved
Hide resolved
src/synthetic-homotopy-theory/shifts-sequential-diagrams.lagda.md
Outdated
Show resolved
Hide resolved
src/synthetic-homotopy-theory/shifts-sequential-diagrams.lagda.md
Outdated
Show resolved
Hide resolved
src/synthetic-homotopy-theory/shifts-sequential-diagrams.lagda.md
Outdated
Show resolved
Hide resolved
src/synthetic-homotopy-theory/shifts-sequential-diagrams.lagda.md
Outdated
Show resolved
Hide resolved
src/synthetic-homotopy-theory/shifts-sequential-diagrams.lagda.md
Outdated
Show resolved
Hide resolved
src/synthetic-homotopy-theory/shifts-sequential-diagrams.lagda.md
Outdated
Show resolved
Hide resolved
c361909
to
b3da10a
Compare
@EgbertRijke could I eventually get your input, mainly on the organization of the Papers section? Not to discourage you from looking at the rest of the PR. |
Yep! Tonight I have other plans, but I will have a look over the weekend. |
93393d8
to
da9c390
Compare
Although I would like to have this PR merged soon, I feel uneasy about merging this before we decide on the proper way to name the |
I agree; on it |
176bdc0
to
185a09b
Compare
src/synthetic-homotopy-theory/total-sequential-diagrams.lagda.md
Outdated
Show resolved
Hide resolved
src/synthetic-homotopy-theory/shifts-sequential-diagrams.lagda.md
Outdated
Show resolved
Hide resolved
src/synthetic-homotopy-theory/shifts-sequential-diagrams.lagda.md
Outdated
Show resolved
Hide resolved
src/synthetic-homotopy-theory/shifts-sequential-diagrams.lagda.md
Outdated
Show resolved
Hide resolved
33d3c0c
to
be78eb4
Compare
This PR formalizes shifts of sequential diagrams, morphisms of sequential diagrams, cocones of sequential diagrams, homotopies of cocones of sequential diagrams, and unshifts of the last two. This machinery is used to show that dropping any finite number of vertices from the beginning of a sequential diagram gives an equivalent sequential colimit.
It also adds a page for the formalization of the paper, with references to the formalized parts. See the attached screenshot.
The formalization page has a lot of TODOs left, which I am planning to formalize in the future #1080.