Skip to content

Commit

Permalink
If f is a k-epi, then so is its k-truncation (#916)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomdjong authored Nov 13, 2023
1 parent bdbd169 commit e632ce1
Showing 1 changed file with 20 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,26 @@ module _
( is-truncation-trunc X)
( is-truncation-trunc X)
( H X)

is-epimorphism-map-trunc-is-epimorphism-Truncated-Type :
is-epimorphism-Truncated-Type l3 k f
is-epimorphism-Truncated-Type l3 k (map-trunc k f)
is-epimorphism-map-trunc-is-epimorphism-Truncated-Type H X =
is-emb-top-is-emb-bottom-is-equiv-coherence-square-maps
( precomp (map-trunc k f) (type-Truncated-Type X))
( precomp unit-trunc (type-Truncated-Type X))
( precomp unit-trunc (type-Truncated-Type X))
( precomp f (type-Truncated-Type X))
( precomp-coherence-square-maps
( unit-trunc)
( f)
( map-trunc k f)
( unit-trunc)
( inv-htpy (coherence-square-map-trunc k f))
( type-Truncated-Type X))
( is-truncation-trunc X)
( is-truncation-trunc X)
( H X)
```

## See also
Expand Down

0 comments on commit e632ce1

Please sign in to comment.