Skip to content

Commit

Permalink
transp-equiv: transp (equivToPath e) == e .fst
Browse files Browse the repository at this point in the history
  • Loading branch information
Saizan committed Jul 2, 2018
1 parent 1c72cfe commit b112c29
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Cubical/PathPrelude.agda
Original file line number Diff line number Diff line change
Expand Up @@ -414,3 +414,8 @@ compGlue A φ T f pf ψ b b0 =
CompGlue.Local.b1 A φ T (λ i p (f i p) , (pf i p)) ψ b b0

{-# BUILTIN COMPGLUE compGlue #-}

transp-equiv : {ℓ} {A B : Set ℓ} (e : A ≃ B) x transp (\ i equivToPath e i) x ≡ (e .fst x)
transp-equiv {A = A} {B = B} e x = trans (transp-refl {B = B} _)
(trans (transp-refl {B = B} _)
(transp-refl {B = B} _))

0 comments on commit b112c29

Please sign in to comment.