Skip to content

Commit

Permalink
renaming to compute
Browse files Browse the repository at this point in the history
  • Loading branch information
emilyriehl committed Sep 23, 2023
1 parent b72104a commit 4156cba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/simplicial-hott/10-rezk-types.rzk.md
Original file line number Diff line number Diff line change
Expand Up @@ -443,12 +443,12 @@ map from `#!rzk x = y` to `#!rzk Iso A is-segal-A x y` is an equivalence.
is-equiv (x = y) (Iso A is-segal-A x y) (iso-eq A is-segal-A x y)
```

The following results show how `#!rzk idtoiso` mediates between the
The following results show how `#!rzk iso-eq` mediates between the
type-theoretic operations on paths and the category-theoretic operations on
arrows.

```rzk title="RS17, Lemma 10.7"
#def covariant-transport-of-idtoiso-is-transport
#def compute-covariant-transport-of-hom-family-iso-eq-is-segal
( A : U)
( is-segal-A : is-segal A)
( C : A → U)
Expand Down Expand Up @@ -485,7 +485,7 @@ arrows.
```

```rzk title="RS17, Lemma 10.8"
#def ap-hom-of-idtoiso-is-idtoiso-of-ap
#def compute-ap-hom-of-iso-eq
( A B : U)
( is-segal-A : is-segal A)
( is-segal-B : is-segal B)
Expand Down

0 comments on commit 4156cba

Please sign in to comment.