added 1fundamentalgroup quest 3
This commit is contained in:
parent
5ff2b6837e
commit
334bb6eace
@ -4,6 +4,6 @@ open import Cubical.Foundations.Prelude
|
|||||||
open import Cubical.HITs.S1
|
open import Cubical.HITs.S1
|
||||||
open import 1FundamentalGroup.Quest1Solutions
|
open import 1FundamentalGroup.Quest1Solutions
|
||||||
|
|
||||||
outOfS¹ : (B : S¹ → Type) → (b : B base) → b ≡ b → (x : S¹) → B x
|
outOfS¹ : (B : S¹ → Type) → (b : B base) → PathP (λ i → B (loop i)) b b → (x : S¹) → B x
|
||||||
outOfS¹ B b p base = b
|
outOfS¹ B b p base = b
|
||||||
outOfS¹ B b p (loop i) = {!p i!}
|
outOfS¹ B b p (loop i) = p i
|
||||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user