indexsource

open import 1Lab.Prelude

open import Data.Int renaming (Int to )

open import Homotopy.Space.Circle hiding (Cover ; decode)

-- https://math.stackexchange.com/questions/4940313/giving-calculating-explicit-homomorphism-between-fundamental-groups
module Möbius where

data Möbius : Type where
  up down : Möbius
  seam : up  down
  top : up  down
  bottom : down  up
  surf : PathP  i  top i  bottom i) seam (sym seam)

Cover : Möbius  Type
Cover up = 
Cover down = 
Cover (seam i) = 
Cover (top i) = ua suc-equiv i
Cover (bottom i) = ua suc-equiv i
Cover (surf i j) = ua suc-equiv i

decode :  {x}  up  x  Cover x
decode p = subst Cover p 0

ι :   Möbius
ι = S¹-rec up (top  bottom)

ι* :   
ι* = decode  ap ι  loopⁿ

_ : ι* 1  2
_ = refl