auto gitdoc commit

This commit is contained in:
Michael Zhang 2024-04-22 02:36:11 +00:00
parent ff844789bf
commit 402ddc0bda

View file

@ -308,8 +308,12 @@ idToEquiv {A} {B} p = func , equiv
homotopy : (func ∘ func-inv) id
homotopy x =
let wtf = transport id (sym p) (transport id p x) in
{! !}
let
wtf x = transport id (sym p) (transport id p x)
wtf2 : (func ∘ func-inv) ≡ wtf
wtf2 = refl
in {! !}
equiv = record
{ g = func-inv