29 lines
427 B
Agda
29 lines
427 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 = {!!}
|
||
|
||
spinCountBase : base ≡ base → ℤ
|
||
spinCountBase = ?
|
||
|
||
spinCount : (x : S¹) → base ≡ x → helix x
|
||
spinCount = ?
|