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 b9342e0 commit 7221b0bCopy full SHA for 7221b0b
src/1Lab/Function/Embedding.lagda.md
@@ -220,5 +220,10 @@ module _ {ℓ ℓ'} {A : Type ℓ} {B : Type ℓ'} {f : A → B} where
220
→ is-hlevel A (suc n)
221
embedding→is-hlevel n emb a-hl = Equiv→is-hlevel (suc n) (Total-equiv f) $
222
Σ-is-hlevel (suc n) a-hl λ x → is-prop→is-hlevel-suc (emb x)
223
+
224
+ap-equiv
225
+ : ∀ {ℓ ℓ'} {A : Type ℓ} {B : Type ℓ'} (e : A ≃ B) {x y : A}
226
+ → (x ≡ y) ≃ (e .fst x ≡ e .fst y)
227
+ap-equiv e = _ , equiv→cancellable (e .snd)
228
```
229
-->
0 commit comments