We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7221b0b commit 6440ba4Copy full SHA for 6440ba4
src/1Lab/Type/Pi.lagda.md
@@ -186,6 +186,13 @@ hetero-homotopy≃homotopy {A = A} {B} {f} {g} = Iso→Equiv isom where
186
187
<!--
188
```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
+
196
funextP'
197
: ∀ {A : Type ℓ} {B : A → I → Type ℓ₁}
198
→ {f : ∀ {a} → B a i0} {g : ∀ {a} → B a i1}
0 commit comments