Skip to content

Commit

Permalink
some clarification
Browse files Browse the repository at this point in the history
  • Loading branch information
forked-from-1kasper committed Oct 23, 2023
1 parent f8f56ba commit ed1747b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions library/data/equiv.anders
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ section
hcomp (Glue A φ [(φ = 1) → e 1=1]) ψ (λ (i : I), [(ψ = 1) → u i 1=1]) (ouc u₀)
end

-- This is what first projection of “transp (<i> equiv A (p @ i)) 0 (idEquiv A)” computes into.
def transportε (A B : U) (p : PathP (<_> U) A B) : A → B :=
λ (x : A), transp p 0 (transp (<_> A) 0 x)

Expand Down

0 comments on commit ed1747b

Please sign in to comment.