added quest 3
This commit is contained in:
parent
4a2e69d92d
commit
5ff2b6837e
9
1FundamentalGroup/Quest3Solutions.agda
Normal file
9
1FundamentalGroup/Quest3Solutions.agda
Normal 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 : S¹ → Type) → (b : B base) → b ≡ b → (x : S¹) → B x
|
||||
outOfS¹ B b p base = b
|
||||
outOfS¹ B b p (loop i) = {!p i!}
|
BIN
_build/2.6.2/agda/1FundamentalGroup/Quest3Solutions.agdai
Normal file
BIN
_build/2.6.2/agda/1FundamentalGroup/Quest3Solutions.agdai
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user