TheHoTTGame/1FundamentalGroup/Quest0.md
2021-09-14 18:12:03 +01:00

590 B
Raw Blame History

Whoa very cool

In this series of quests we will prove that the fundamental group of is . In fact, our strategy will also show that the higher homotopy groups of are all trivial. We begin by formalising the problem statement.

The Circle

A contruction of 'the circle' is :

  • a point
  • an edge from that point to itself

Here is our definition of the circle in agda.

data  : Type where
  base : 
  loop : base  base

The base \== base is the space of paths from base to base. An "edge" is the same as a path.