TheHoTTGame/1FundamentalGroup/Quest3Solutions.agda

16 lines
530 B
Agda
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

module 1FundamentalGroup.Quest3Solutions where
open import Cubical.HITs.S1 using ( ; base ; loop )
open import 1FundamentalGroup.Quest1Solutions
open import Cubical.Foundations.Prelude renaming (transport to pathToFun)
open import Cubical.Foundations.Path
open import 0Trinitarianism.Quest5Solutions
rewind : (x : ) helix x base x
rewind = outOfS¹D (λ x helix x base x) loop_times
(
pathToFun (λ i sucPath i base loop i) loop_times
≡⟨ {!!}
loop_times
)