29 lines
449 B
Agda
29 lines
449 B
Agda
-- ignore
|
||
module 1FundamentalGroup.Quest2 where
|
||
open import 1FundamentalGroup.Preambles.P2
|
||
|
||
{-
|
||
The definition of sucℤ goes here.
|
||
-}
|
||
|
||
{-
|
||
The definition of predℤ goes here.
|
||
-}
|
||
|
||
{-
|
||
The definition of sucℤIso goes here.
|
||
-}
|
||
|
||
{-
|
||
The definition of sucℤPath goes here.
|
||
-}
|
||
|
||
helix : S¹ → Type
|
||
helix = {!!}
|
||
|
||
windingNumberBase : base ≡ base → ℤ
|
||
windingNumberBase = {!!}
|
||
|
||
windingNumber : (x : S¹) → base ≡ x → helix x
|
||
windingNumber = {!!}
|