Added templates and some code done

This commit is contained in:
2026-02-08 12:32:06 +01:00
parent 8bd3e255a0
commit 0fd49a19e9
22 changed files with 448 additions and 0 deletions

View 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 = {!!}