topology-path-not-associative-1.tex 572 B

1234567891011
  1. \begin{tikzpicture}
  2. \draw[very thick,red] (0,0) -- (5,0) node [midway, below] {$\gamma_1$};
  3. \draw[very thick,green](5,0) -- (7.5,0) node [midway, below] {$\gamma_2$};
  4. \draw[very thick,blue] (7.5,0) -- (10,0) node [midway, below] {$\gamma_3$};
  5. \draw[thick] (0,0.2) -- ( 0,-0.2) node[label=below:$0$] {};
  6. \draw[thick] (5,0.2) -- ( 5,-0.2) node[label=below:$\nicefrac{1}{2}$] {};
  7. \draw[thick] (7.5,0.2) -- (7.5,-0.2) node[label=below:$\nicefrac{3}{4}$] {};
  8. \draw[thick] (10,0.2) -- ( 10,-0.2) node[label=below:$1$] {};
  9. \end{tikzpicture}