Skip to content

Commit

Permalink
Prose feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
VojtechStep committed Apr 6, 2024
1 parent 185a09b commit 33d3c0c
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 9 deletions.
27 changes: 19 additions & 8 deletions src/synthetic-homotopy-theory/shifts-sequential-diagrams.lagda.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ Given a cocone `c`
X
```

under `A`, we may forget the first injection and homotopy to get the cocone
under `A`, we may forget the first inclusion and homotopy to get the cocone

```text
a₁
Expand Down Expand Up @@ -320,10 +320,22 @@ module _

### Shifts of homotopies of cocones under sequential diagrams

Given cocones `c` and `c'` under `A`, and a homotopy `H : c ~ c'` between them,
which I'm not sufficiently artistically equipped to put into an ASCII diagram,
we can again forget the first homotopy of maps and coherence to get the homotopy
`H[1] : c[1] ~ c'[1]`. Inductively, we define `H[k + 1] ≐ H[k][1]`.
Given cocones `c` and `c'` under `A`

```text
a₀ a₁ a₀ a₁
A₀ ---> A₁ ---> A₂ ---> ⋯ A₀ ---> A₁ ---> A₂ ---> ⋯
\ | / \ | /
\ | i₁ / \ | i'₁ /
i₀ \ | / i₂ ~ i'₀ \ | / i'₂
\ | / \ | /
∨ ∨ ∨ ∨ ∨ ∨
X X
```

and a homotopy `H : c ~ c'` between them, we can again forget the first homotopy
of maps and coherence to get the homotopy `H[1] : c[1] ~ c'[1]`. Inductively, we
define `H[k + 1] ≐ H[k][1]`.

```agda
module _
Expand Down Expand Up @@ -363,9 +375,8 @@ module _

### Unshifts of homotopies of cocones under sequential diagrams

Similarly to unshifting cocones, we can synthesize the first homotopy and
coherence to unshift a homotopy of cocones. Given two cocones `c`, `c'` under
`A[1]`
Similarly to unshifting cocones, we can recover the first homotopy and coherence
to unshift a homotopy of cocones. Given two cocones `c`, `c'` under `A[1]`

```text
a₁ a₁
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ of a
[dependent sequential diagram](synthetic-homotopy-theory.dependent-sequential-diagrams.md)
`B : (A, a) 𝒰` is the
[sequential diagram](synthetic-homotopy-theory.sequential-diagrams.md)
consisting of [total spaces](foundation.dependent-pair-types.md) `Σ Aₙ Bₙ`.
consisting of [total spaces](foundation.dependent-pair-types.md) `Σ Aₙ Bₙ` and
total maps.

## Definitions

Expand Down

0 comments on commit 33d3c0c

Please sign in to comment.