Skip to content

Commit 6440ba4

Browse files
ncfavierplt-amy
authored andcommitted
defn: funext≃
1 parent 7221b0b commit 6440ba4

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/1Lab/Type/Pi.lagda.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,13 @@ hetero-homotopy≃homotopy {A = A} {B} {f} {g} = Iso→Equiv isom where
186186

187187
<!--
188188
```agda
189+
funext≃ : ∀ {a b} {A : Type a} {B : A → Type b}
190+
{f g : (x : A) → B x}
191+
→ ((x : A) → f x ≡ g x) ≃ (f ≡ g)
192+
funext≃ .fst = funext
193+
funext≃ .snd .is-eqv H .centre = strict-fibres happly H .fst
194+
funext≃ .snd .is-eqv H .paths = strict-fibres happly H .snd
195+
189196
funextP'
190197
: ∀ {A : Type ℓ} {B : A → I → Type ℓ₁}
191198
→ {f : ∀ {a} → B a i0} {g : ∀ {a} → B a i1}

0 commit comments

Comments
 (0)