Skip to content

Commit

Permalink
renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
emilyriehl committed Jul 30, 2024
1 parent 0ffbec6 commit 4f3b195
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/hott/08-families-of-maps.rzk.md
Original file line number Diff line number Diff line change
Expand Up @@ -704,7 +704,7 @@ version of function extensionality that asserts that a type of "maps together
with homotopies" is contractible.

```rzk
#def prod-eq-pair-dhomotopy
#def components-dhomotopy
( A : U)
( C : A → U)
( f : (x : A) → C x)
Expand All @@ -718,7 +718,7 @@ with homotopies" is contractible.
( \ x →
( g x , H x))
#def has-retraction-prod-eq-pair-dhomotopy
#def has-retraction-components-dhomotopy
( A : U)
( C : A → U)
( f : (x : A) → C x)
Expand All @@ -728,13 +728,13 @@ with homotopies" is contractible.
( ( x : A)
→ ( Σ ( c : (C x))
, ( f x =_{C x} c)))
( prod-eq-pair-dhomotopy A C f)
( components-dhomotopy A C f)
:=
( ( \ G →
( \ x → first (G x) , \ x → second (G x)))
, \ x → refl)
#def is-retract-prod-eq-pair-dhomotopy
#def is-retract-components-dhomotopy
( A : U)
( C : A → U)
( f : (x : A) → C x)
Expand All @@ -745,8 +745,8 @@ with homotopies" is contractible.
→ ( Σ ( c : (C x))
, ( f x =_{C x} c)))
:=
( prod-eq-pair-dhomotopy A C f
, has-retraction-prod-eq-pair-dhomotopy A C f)
( components-dhomotopy A C f
, has-retraction-components-dhomotopy A C f)
#def WeirdFunExt
: U
Expand All @@ -768,7 +768,7 @@ with homotopies" is contractible.
( ( x : A)
→ ( Σ ( c : (C x))
, ( f x =_{C x} c)))
( is-retract-prod-eq-pair-dhomotopy A C f)
( is-retract-components-dhomotopy A C f)
( weakfunext
( A)
( \ x → Σ (c : (C x)) , (f x =_{C x} c))
Expand Down

0 comments on commit 4f3b195

Please sign in to comment.