Added templates and some code done
This commit is contained in:
23
1FundamentalGroup/Quest1SideQuests/Sn.agda
Normal file
23
1FundamentalGroup/Quest1SideQuests/Sn.agda
Normal file
@@ -0,0 +1,23 @@
|
||||
module 1FundamentalGroup.Quest1SideQuests.Sn where
|
||||
|
||||
open import Cubical.Data.Nat
|
||||
open import Cubical.Data.Empty
|
||||
open import Cubical.Data.Unit renaming (Unit to ⊤)
|
||||
open import Cubical.Data.Bool
|
||||
open import Cubical.Foundations.Prelude
|
||||
|
||||
|
||||
data susp (X : Type) : Type where
|
||||
north : {!!}
|
||||
south : {!!}
|
||||
merid : {!!}
|
||||
|
||||
Sphere : ℕ → Type
|
||||
Sphere = {!!}
|
||||
|
||||
Disk : (n : ℕ) → Type
|
||||
Disk zero = {!!}
|
||||
Disk (suc n) = {!!}
|
||||
|
||||
SphereToDisk : {n : ℕ} → Sphere n → Disk n
|
||||
SphereToDisk {n} s = {!!}
|
||||
Reference in New Issue
Block a user