added quest 3

This commit is contained in:
Jlh18 2021-10-30 20:56:10 +01:00
parent 4a2e69d92d
commit 5ff2b6837e
2 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
module 1FundamentalGroup.Quest3Solutions where
open import Cubical.Foundations.Prelude
open import Cubical.HITs.S1
open import 1FundamentalGroup.Quest1Solutions
outOfS¹ : (B : Type) (b : B base) b b (x : ) B x
outOfS¹ B b p base = b
outOfS¹ B b p (loop i) = {!p i!}