quest2 edits
This commit is contained in:
parent
40ba57887c
commit
56834bcd40
@ -21,8 +21,8 @@ The definition of sucℤPath goes here.
|
|||||||
helix : S¹ → Type
|
helix : S¹ → Type
|
||||||
helix = {!!}
|
helix = {!!}
|
||||||
|
|
||||||
spinCountBase : base ≡ base → ℤ
|
windingNumberBase : base ≡ base → ℤ
|
||||||
spinCountBase = ?
|
windingNumberBase = {!!}
|
||||||
|
|
||||||
spinCount : (x : S¹) → base ≡ x → helix x
|
windingNumber : (x : S¹) → base ≡ x → helix x
|
||||||
spinCount = ?
|
windingNumber = {!!}
|
||||||
|
@ -34,8 +34,8 @@ helix : S¹ → Type
|
|||||||
helix base = ℤ
|
helix base = ℤ
|
||||||
helix (loop i) = sucℤPath i
|
helix (loop i) = sucℤPath i
|
||||||
|
|
||||||
spinCountBase : base ≡ base → ℤ
|
windingNumberBase : base ≡ base → ℤ
|
||||||
spinCountBase p = endPt helix p (pos zero)
|
windingNumberBase p = endPt helix p (pos zero)
|
||||||
|
|
||||||
spinCount : (x : S¹) → base ≡ x → helix x
|
windingNumber : (x : S¹) → base ≡ x → helix x
|
||||||
spinCount x p = endPt helix p (pos zero)
|
windingNumber x p = endPt helix p (pos zero)
|
||||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user