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 = {!!}
|
||||
|
||||
spinCountBase : base ≡ base → ℤ
|
||||
spinCountBase = ?
|
||||
windingNumberBase : base ≡ base → ℤ
|
||||
windingNumberBase = {!!}
|
||||
|
||||
spinCount : (x : S¹) → base ≡ x → helix x
|
||||
spinCount = ?
|
||||
windingNumber : (x : S¹) → base ≡ x → helix x
|
||||
windingNumber = {!!}
|
||||
|
@ -34,8 +34,8 @@ helix : S¹ → Type
|
||||
helix base = ℤ
|
||||
helix (loop i) = sucℤPath i
|
||||
|
||||
spinCountBase : base ≡ base → ℤ
|
||||
spinCountBase p = endPt helix p (pos zero)
|
||||
windingNumberBase : base ≡ base → ℤ
|
||||
windingNumberBase p = endPt helix p (pos zero)
|
||||
|
||||
spinCount : (x : S¹) → base ≡ x → helix x
|
||||
spinCount x p = endPt helix p (pos zero)
|
||||
windingNumber : (x : S¹) → base ≡ x → helix x
|
||||
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