Readability
This commit is contained in:
parent
d816ba657b
commit
0246c1b5ab
|
@ -166,17 +166,13 @@ module _ {ℓa ℓb : Level} (A : Set ℓa) (B : Set ℓb) where
|
||||||
toIso y ≡⟨ py ⟩
|
toIso y ≡⟨ py ⟩
|
||||||
x ∎
|
x ∎
|
||||||
where
|
where
|
||||||
helper : (x : Isomorphism _) → Σ _ λ y → toIso y ≡ x
|
open Σ x renaming (fst to f~ ; snd to inv)
|
||||||
helper (f~ , inv) = y , py
|
module inv = AreInverses inv
|
||||||
where
|
y : isEquiv _ _ f
|
||||||
module inv = AreInverses inv
|
y = {!!}
|
||||||
y : isEquiv _ _ f
|
open Σ (toIso y) renaming (fst to f~' ; snd to inv')
|
||||||
y = {!!}
|
py : toIso y ≡ (f~ , inv)
|
||||||
py : toIso y ≡ (f~ , inv)
|
py = {!!}
|
||||||
py = {!!}
|
|
||||||
y : isEquiv _ _ _
|
|
||||||
y = fst (helper x)
|
|
||||||
py = snd (helper x)
|
|
||||||
|
|
||||||
module _ {ℓa ℓb : Level} {A : Set ℓa} {B : Set ℓb} where
|
module _ {ℓa ℓb : Level} {A : Set ℓa} {B : Set ℓb} where
|
||||||
open Cubical.PathPrelude using (_≃_)
|
open Cubical.PathPrelude using (_≃_)
|
||||||
|
|
Loading…
Reference in a new issue