Skip to content

Commit

Permalink
Equivalence between the first sphere and the circle (UniMath#776)
Browse files Browse the repository at this point in the history
Co-authored-by: Egbert Rijke <[email protected]>
  • Loading branch information
maybemabeline and EgbertRijke authored Sep 16, 2023
1 parent 1fe0803 commit 1fb5dc5
Show file tree
Hide file tree
Showing 6 changed files with 413 additions and 5 deletions.
8 changes: 8 additions & 0 deletions src/foundation-core/homotopies.lagda.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,14 @@ map-compute-dependent-identification-eq-value-id-id :
dependent-identification (eq-value id id) p q r
map-compute-dependent-identification-eq-value-id-id refl q r s =
inv (s ∙ right-unit)

map-compute-dependent-identification-eq-value-comp-id :
{l1 l2 : Level} {A : UU l1} {B : UU l2} (g : B A) (f : A B) {a b : A}
(p : a = b) (q : eq-value (g ∘ f) id a) (r : eq-value (g ∘ f) id b)
coherence-square-identifications (ap g (ap f p)) r q p
dependent-identification (eq-value (g ∘ f) id) p q r
map-compute-dependent-identification-eq-value-comp-id g f refl q r s =
inv (s ∙ right-unit)
```

### Homotopies
Expand Down
2 changes: 1 addition & 1 deletion src/foundation/path-algebra.lagda.md
Original file line number Diff line number Diff line change
Expand Up @@ -620,7 +620,7 @@ interchange-y-z-concat-Id³ refl refl refl refl = inv right-unit

## Properties of 4-paths

The pattern for concatination of 1, 2, and 3-paths continues. There are four
The pattern for concatenation of 1, 2, and 3-paths continues. There are four
ways to concatenate in quadruple identity types. We name the three non-standard
concatenations in quadruple identity types `i`-, `j`-, and `k`-concatenation,
after the standard names for the quaternions `i`, `j`, and `k`.
Expand Down
Loading

0 comments on commit 1fb5dc5

Please sign in to comment.