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,35 @@
-- ignore
module 1FundamentalGroup.Quest1 where
open import 1FundamentalGroup.Preambles.P1
loopSpace : (A : Type) (a : A) Type
loopSpace A a = a a
loop_times : loopSpace base
loop n times = {!!}
{-
The definition of suc goes here.
-}
{-
The definition of pred goes here.
-}
{-
The definition of sucIso goes here.
-}
{-
The definition of sucPath goes here.
-}
helix : Type
helix = {!!}
windingNumberBase : base base
windingNumberBase = {!!}
windingNumber : (x : ) base x helix x
windingNumber = {!!}