Skip to content

Commit

Permalink
comment added
Browse files Browse the repository at this point in the history
  • Loading branch information
cesarbm03 committed Nov 30, 2023
1 parent 8c97aa7 commit 1bf1a4e
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions src/simplicial-hott/10-rezk-types.rzk.md
Original file line number Diff line number Diff line change
Expand Up @@ -1288,19 +1288,18 @@ Now we give the retraction of `#!rzk arrow-map-fiberwise-equiv`.

```rzk
#def retraction-arrow-map-fiberwise-equiv uses ( funext A is-segal-A a a' ψ)
: Retraction-arrow A is-segal-A a' a
( arr-map-fiberwise-equiv)
: Retraction-arrow A is-segal-A a' a arr-map-fiberwise-equiv
:=
( arr-inv-map-fiberwise-equiv
, eq-comp-arr-map-fiberwise-arr-inv-map-fiberwise-id-a')
```

We show that arrows from fiberwise equivalences are isomorphisms.
We show that arrows from fiberwise equivalences are isomorphisms, i.e. that
`#!rzk arr-map-fiberwise-equiv` is an isomorphism.

```rzk title="RS17, Proposition 10.11 (i)"
#def representable-isomorphism uses ( extext funext A is-segal-A a a' ψ)
: is-iso-arrow A is-segal-A a' a
( arr-map-fiberwise-equiv)
: is-iso-arrow A is-segal-A a' a arr-map-fiberwise-equiv
:=
( retraction-arrow-map-fiberwise-equiv
, section-arrow-map-fiberwise-equiv)
Expand Down

0 comments on commit 1bf1a4e

Please sign in to comment.