text/appendixes/comparing_defs.tex
changeset 972 27c075c68816
parent 970 7f47bf84b0f1
equal deleted inserted replaced
971:bbf14d934cb1 972:27c075c68816
   245 \foreach \y in {1,0.86,...,-1} {
   245 \foreach \y in {1,0.86,...,-1} {
   246 	\draw[green!50!brown] (0,\y)--(1,\y);
   246 	\draw[green!50!brown] (0,\y)--(1,\y);
   247 }
   247 }
   248 \end{scope}
   248 \end{scope}
   249 \draw[->,blue] (1.5,-1) node[below] {$a \times I$} -- (0.75,0);
   249 \draw[->,blue] (1.5,-1) node[below] {$a \times I$} -- (0.75,0);
   250 \end{tikzpicture} \\
   250 \end{tikzpicture} &
   251 \begin{tikzpicture}[baseline]
   251 \begin{tikzpicture}[baseline]
   252 \node[draw] (c) at (0,0) [ellipse, minimum height=2cm,minimum width=2.5cm] {};
   252 \node[draw] (c) at (0,0) [ellipse, minimum height=2cm,minimum width=2.5cm] {};
   253 \draw[dashed] (c.north) -- (c.south);
   253 \draw[dashed] (c.north) -- (c.south);
   254 \node[right=6] at (c) {$g$};
   254 \node[right=6] at (c) {$g$};
   255 \node[left=6] at (c) {$f$};
   255 \node[left=6] at (c) {$f$};
   282 \node[draw] (c) at (0,0) [ellipse, minimum height=2cm,minimum width=2.5cm] {};
   282 \node[draw] (c) at (0,0) [ellipse, minimum height=2cm,minimum width=2.5cm] {};
   283 \node[draw,dashed] (d) at (0,0) [circle, minimum height=1cm,minimum width=1cm] {};
   283 \node[draw,dashed] (d) at (0,0) [circle, minimum height=1cm,minimum width=1cm] {};
   284 \draw[dashed] (c.north) -- (d.north) (d.south) -- (c.south);
   284 \draw[dashed] (c.north) -- (d.north) (d.south) -- (c.south);
   285 \node[right=18] at (c) {$g$};
   285 \node[right=18] at (c) {$g$};
   286 \node[left=18] at (c) {$f$};
   286 \node[left=18] at (c) {$f$};
       
   287 \draw[->,blue] (.75,-1.25) node[below] {$a \times I$} -- (0,-0.25);
   287 \clip (0,0) circle (0.5cm);
   288 \clip (0,0) circle (0.5cm);
   288 \foreach \y in {1,0.86,...,-1} {
   289 \foreach \y in {1,0.86,...,-1} {
   289 	\draw[green!50!brown] (-1,\y)--(1,\y);
   290 	\draw[green!50!brown] (-1,\y)--(1,\y);
   290 }
   291 }
   291 \end{tikzpicture} \\
   292 \end{tikzpicture} &
   292 \begin{tikzpicture}[baseline]
   293 \begin{tikzpicture}[baseline]
   293 \begin{scope}
   294 \begin{scope}
   294 \clip (-1.3,-2) rectangle (0,2);
   295 \clip (-1.3,-2) rectangle (0,2);
   295 \node[draw] (c) at (0,0) [ellipse, minimum height=2cm,minimum width=2.5cm] {};
   296 \node[draw] (c) at (0,0) [ellipse, minimum height=2cm,minimum width=2.5cm] {};
   296 \end{scope}
   297 \end{scope}
   318 	}
   319 	}
   319 \end{scope}
   320 \end{scope}
   320 \draw (m.center) .. controls +(1,0) and +(1,0) .. (c.south);
   321 \draw (m.center) .. controls +(1,0) and +(1,0) .. (c.south);
   321 \node[right=15,below=8] at (c) {$g$};
   322 \node[right=15,below=8] at (c) {$g$};
   322 \node[left=12] at (c) {$f$};
   323 \node[left=12] at (c) {$f$};
       
   324 \draw[->,blue] (.65,-1.25) node[below] {$a \times I$} -- (0,-0.25);
   323 \end{tikzpicture}
   325 \end{tikzpicture}
   324 \end{align*}
   326 \end{align*}
   325 \caption{Examples of inserting or deleting product regions.}
   327 \caption{Examples of inserting or deleting product regions.}
   326 \label{fig:product-regions}
   328 \label{fig:product-regions}
   327 \end{figure}
   329 \end{figure}
   786 \draw[blue,->] (-0.8,-1.2) node[below] {$(a \bullet d) \times I$} -- (1,-0.5) ;
   788 \draw[blue,->] (-0.8,-1.2) node[below] {$(a \bullet d) \times I$} -- (1,-0.5) ;
   787 \path[clip] (f1) .. controls +(1,-.4) and +(-1,-.4) .. (f2)
   789 \path[clip] (f1) .. controls +(1,-.4) and +(-1,-.4) .. (f2)
   788                     .. controls +(1,.4) and +(-1,1) .. (g2)
   790                     .. controls +(1,.4) and +(-1,1) .. (g2)
   789                     .. controls +(-1,.4) and +(1,.4) .. (g1)
   791                     .. controls +(-1,.4) and +(1,.4) .. (g1)
   790                     .. controls +(-1,-.4) and +(1,-1) .. (f1);
   792                     .. controls +(-1,-.4) and +(1,-1) .. (f1);
   791 \foreach \x in {0,0.1, ..., 6} {
   793 \foreach \x in {0,0.2, ..., 6} {
   792 	\draw[green!50!brown] (\x,-2) -- + (0,4);
   794 	\draw[green!50!brown] (\x,-2) -- + (0,4);
   793 }
   795 }
   794 \end{tikzpicture}
   796 \end{tikzpicture}
   795 };
   797 };
   796 \node (fg2) at (4,-4) {
   798 \node (fg2) at (4,-4) {
   812 \begin{scope}
   814 \begin{scope}
   813 \path[clip] (f1) .. controls +(1,-.4) and +(-1,-.4) .. (f2)
   815 \path[clip] (f1) .. controls +(1,-.4) and +(-1,-.4) .. (f2)
   814                     .. controls +(1,.4) and +(-1,1) .. (g2)
   816                     .. controls +(1,.4) and +(-1,1) .. (g2)
   815                     .. controls +(-1,.4) and +(1,.4) .. (g1)
   817                     .. controls +(-1,.4) and +(1,.4) .. (g1)
   816                     .. controls +(-1,-.4) and +(1,-1) .. (f1);
   818                     .. controls +(-1,-.4) and +(1,-1) .. (f1);
   817 \foreach \x in {0,0.1, ..., 6} {
   819 \foreach \x in {0,0.2, ..., 6} {
   818 	\draw[green!50!brown] (\x,-2) -- + (0,4);
   820 	\draw[green!50!brown] (\x,-2) -- + (0,4);
   819 }
   821 }
   820 \end{scope}
   822 \end{scope}
   821 \begin{scope}
   823 \begin{scope}
   822 \path[clip] (f1) ..  controls +(1,1.5) and +(-1,2).. (g2)
   824 \path[clip] (f1) ..  controls +(1,1.5) and +(-1,2).. (g2)
   823 		      .. controls +(-1,1) and +(1,.4) .. (f2)
   825 		      .. controls +(-1,1) and +(1,.4) .. (f2)
   824 		      .. controls +(-1,.8) and + (1,.8) .. (f1);
   826 		      .. controls +(-1,.8) and + (1,.8) .. (f1);
   825 \foreach \x in {0,0.1, ..., 6} {
   827 \foreach \x in {0,0.2, ..., 6} {
   826 	\draw[green!50!brown] (\x,-2) -- + (0,4);
   828 	\draw[green!50!brown] (\x,-2) -- + (0,4);
   827 }
   829 }
   828 \end{scope}
   830 \end{scope}
   829 \end{tikzpicture}
   831 \end{tikzpicture}
   830 };
   832 };
   845 \draw[blue,->] (4,1.75) node[above] {$(b \bullet d) \times I$}-- + (0,-1);
   847 \draw[blue,->] (4,1.75) node[above] {$(b \bullet d) \times I$}-- + (0,-1);
   846 \begin{scope}
   848 \begin{scope}
   847 \path[clip] (f1) ..  controls +(1,1.5) and +(-1,1.5).. (g2)
   849 \path[clip] (f1) ..  controls +(1,1.5) and +(-1,1.5).. (g2)
   848 		      .. controls +(-1,.8) and +(1,.8) .. (f2)
   850 		      .. controls +(-1,.8) and +(1,.8) .. (f2)
   849 		      .. controls +(-1,.8) and + (1,.8) .. (f1);
   851 		      .. controls +(-1,.8) and + (1,.8) .. (f1);
   850 \foreach \x in {0,0.1, ..., 6} {
   852 \foreach \x in {0,0.2, ..., 6} {
   851 	\draw[green!50!brown] (\x,-2) -- + (0,4);
   853 	\draw[green!50!brown] (\x,-2) -- + (0,4);
   852 }
   854 }
   853 \end{scope}
   855 \end{scope}
   854 \end{tikzpicture}
   856 \end{tikzpicture}
   855 };
   857 };
   933 %\mathfig{0.4}{triangle/triangle4a} \\
   935 %\mathfig{0.4}{triangle/triangle4a} \\
   934 %\mathfig{0.4}{triangle/triangle4b} \\
   936 %\mathfig{0.4}{triangle/triangle4b} \\
   935 %\mathfig{0.4}{triangle/triangle4c}
   937 %\mathfig{0.4}{triangle/triangle4c}
   936 %\end{align*}
   938 %\end{align*}
   937 \begin{align*}
   939 \begin{align*}
       
   940 u & =
       
   941 \begin{tikzpicture}[baseline]
       
   942 \coordinate (P) at (0,0);
       
   943 \coordinate (Q) at (3,0);
       
   944 \coordinate (R) at (1.5,-0.5);
       
   945 \draw (P) \vertex to[out=40,in=140] node[above] {$a$} (Q) \vertex -- node[below] {\scriptsize $y \times I$} (R) \vertex to[out=-180,in=-40] node[below] {$a$} (P);
       
   946 \clip (P) to[out=40,in=140] (Q) -- (R) to[out=-180,in=-40] (P);
       
   947 \foreach \x in {1,...,9} {
       
   948 	\path (P) to[out=40,in=140] node[pos=\x/10] (PQ\x) {} (Q);
       
   949 	\path (P) to[out=-40,in=-180] node[pos=\x/10] (PR\x) {} (R);
       
   950 	\draw[green!50!brown] (PQ\x.center) -- (PR\x.center);
       
   951 }
       
   952 \end{tikzpicture} &
       
   953 v & = 
       
   954 \begin{tikzpicture}[baseline]
       
   955 \coordinate (P) at (0,0);
       
   956 \coordinate (Q) at (3,0);
       
   957 \coordinate (R) at (1.5,-0.5);
       
   958 \draw (P) \vertex to[out=40,in=140] node[above] {$b$} (Q) \vertex to[out=-140,in=0] node[below] {$b$} (R) -- node[below] {\scriptsize $y \times I$}  (P);
       
   959 \clip (P) to[out=40,in=140] (Q) to[out=-140,in=0] (R) -- (P);
       
   960 \foreach \x in {1,...,9} {
       
   961 	\path (P) to[out=40,in=140] node[pos=\x/10] (PQ\x) {} (Q);
       
   962 	\path (R) to[out=0,in=-140] node[pos=\x/10] (RQ\x) {} (Q);
       
   963 	\draw[brown] (PQ\x.center) -- (RQ\x.center);
       
   964 }
       
   965 \end{tikzpicture}
       
   966 \end{align*}
       
   967 \vspace{-2cm}
       
   968 \begin{align*}
   938 \alpha & = 
   969 \alpha & = 
   939 \begin{tikzpicture}[baseline]
   970 \begin{tikzpicture}[baseline]
   940 \node[circle,fill=black,inner sep=1pt] at (1.73,0) {};
   971 \node[circle,fill=black,inner sep=1pt] at (1.73,0) {};
   941 \node[circle,fill=black,inner sep=1pt] at (-1.73,0) {};
   972 \node[circle,fill=black,inner sep=1pt] at (-1.73,0) {};
   942 \begin{scope}[yshift=-1cm]
   973 \begin{scope}[yshift=-1cm]
   971 		}
  1002 		}
   972 		\foreach \t in {-1.1,-0.9,...,0} {
  1003 		\foreach \t in {-1.1,-0.9,...,0} {
   973 			\draw[blue!50!brown] (\t,-1) -- +(1.19,2);
  1004 			\draw[blue!50!brown] (\t,-1) -- +(1.19,2);
   974 		}
  1005 		}
   975 		\foreach \t in {0.1,0.3,...,2.5} {
  1006 		\foreach \t in {0.1,0.3,...,2.5} {
   976 			\draw[red!50!brown] (\t,-1) -- +(1.19,2);
  1007 			\draw[brown] (\t,-1) -- +(1.19,2);
   977 		}
  1008 		}
   978 	\foreach \x in {0,1,...,10} {
  1009 	\foreach \x in {0,1,...,10} {
   979 		\path (L1) to[out=60,in=-120] node[pos=\x/10] (p1\x) {}(U1);
  1010 		\path (L1) to[out=60,in=-120] node[pos=\x/10] (p1\x) {}(U1);
   980 		\path (L2) to[out=60,in=-120] node[pos=\x/10] (p2\x) {} (U2);
  1011 		\path (L2) to[out=60,in=-120] node[pos=\x/10] (p2\x) {} (U2);
   981 		\draw[blue!50!brown] (p1\x.center) -- (p2\x.center);
  1012 		\draw[blue!50!brown] (p1\x.center) -- (p2\x.center);
   982 	}
  1013 	}
   983 \end{scope}
  1014 \end{scope}
   984 \draw[->, thick, blue!75!yellow] (-2,0.5) node[black, left] {$a\times I$} -- (-1,0.5);
  1015 \draw[->, thick, blue!75!yellow] (-2,0.5) node[black, left] {$a\times I$} -- (-1,0.5);
   985 \draw[->, thick, blue!75!yellow] (-0.1,-1.5) node[black, below] {$y\times I \times I$} -- (-0.25,-0.5);
  1016 \draw[->, thick, blue!75!yellow] (-0.1,-1.5) node[black, below] {$y\times I \times I$} -- (-0.25,-0.5);
   986 \draw[->, thick, blue!75!yellow] (2,-0.5) node[black, right] {$b\times I$} -- (1,-0.5);
  1017 \draw[->, thick, blue!75!yellow] (2,-0.5) node[black, right] {$b\times I$} -- (1,-0.5);
   987 \end{tikzpicture} \\
  1018 \end{tikzpicture}
   988 u & =
       
   989 \begin{tikzpicture}[baseline]
       
   990 \coordinate (P) at (0,0);
       
   991 \coordinate (Q) at (3,0);
       
   992 \coordinate (R) at (1.5,-0.5);
       
   993 \draw (P) \vertex to[out=40,in=140] node[above] {$a$} (Q) \vertex -- node[below] {\scriptsize $y \times I$} (R) \vertex to[out=-180,in=-40] node[below] {$a$} (P);
       
   994 \clip (P) to[out=40,in=140] (Q) -- (R) to[out=-180,in=-40] (P);
       
   995 \foreach \x in {1,...,9} {
       
   996 	\path (P) to[out=40,in=140] node[pos=\x/10] (PQ\x) {} (Q);
       
   997 	\path (P) to[out=-40,in=-180] node[pos=\x/10] (PR\x) {} (R);
       
   998 	\draw[green!50!brown] (PQ\x.center) -- (PR\x.center);
       
   999 }
       
  1000 \end{tikzpicture} \\
       
  1001 v & = 
       
  1002 \begin{tikzpicture}[baseline]
       
  1003 \coordinate (P) at (0,0);
       
  1004 \coordinate (Q) at (3,0);
       
  1005 \coordinate (R) at (1.5,-0.5);
       
  1006 \draw (P) \vertex to[out=40,in=140] node[above] {$b$} (Q) \vertex to[out=-140,in=0] node[below] {$b$} (R) -- node[below] {\scriptsize $y \times I$}  (P);
       
  1007 \clip (P) to[out=40,in=140] (Q) to[out=-140,in=0] (R) -- (P);
       
  1008 \foreach \x in {1,...,9} {
       
  1009 	\path (P) to[out=40,in=140] node[pos=\x/10] (PQ\x) {} (Q);
       
  1010 	\path (R) to[out=0,in=-140] node[pos=\x/10] (RQ\x) {} (Q);
       
  1011 	\draw[brown] (PQ\x.center) -- (RQ\x.center);
       
  1012 }
       
  1013 \end{tikzpicture} \\
       
  1014 \end{align*}
  1019 \end{align*}
       
  1020 \vspace{-1cm}
  1015 \caption{Ingredients for the triangle axiom.}
  1021 \caption{Ingredients for the triangle axiom.}
  1016 \label{fig:ingredients-triangle-axiom}
  1022 \label{fig:ingredients-triangle-axiom}
  1017 \end{figure}
  1023 \end{figure}
  1018 
  1024 
  1019 The horizontal compositions $u *_h \id_b$ and $\id_a *_h  v$ are shown in Figure \ref{fig:horizontal-composition}
  1025 The horizontal compositions $u *_h \id_b$ and $\id_a *_h  v$ are shown in Figure \ref{fig:horizontal-composition}
  1054 \foreach \n in {1,...,7} {
  1060 \foreach \n in {1,...,7} {
  1055 	\path (M) to[out=-20,in=-150] node[coordinate,pos=\n/8] (MR\n) {} (R);
  1061 	\path (M) to[out=-20,in=-150] node[coordinate,pos=\n/8] (MR\n) {} (R);
  1056 	\path (T) to[out=0,in=140] node[coordinate,pos=\n/8] (TR\n) {} (R);
  1062 	\path (T) to[out=0,in=140] node[coordinate,pos=\n/8] (TR\n) {} (R);
  1057 	\draw[brown] (MR\n) -- (TR\n);
  1063 	\draw[brown] (MR\n) -- (TR\n);
  1058 }
  1064 }
  1059 \end{tikzpicture} \\
  1065 \end{tikzpicture} &
  1060 (a \times I) *_h v & = 
  1066 (a \times I) *_h v & = 
  1061 \begin{tikzpicture}[baseline]
  1067 \begin{tikzpicture}[baseline]
  1062 \coordinate (L) at (0,0);
  1068 \coordinate (L) at (0,0);
  1063 \coordinate (R) at (3,0);
  1069 \coordinate (R) at (3,0);
  1064 \coordinate (T) at (1.5,0.8);
  1070 \coordinate (T) at (1.5,0.8);
  1088 \end{align*}
  1094 \end{align*}
  1089 \caption{Horizontal compositions in the triangle axiom.}
  1095 \caption{Horizontal compositions in the triangle axiom.}
  1090 \label{fig:horizontal-composition}
  1096 \label{fig:horizontal-composition}
  1091 \end{figure}
  1097 \end{figure}
  1092 \begin{figure}[t]
  1098 \begin{figure}[t]
       
  1099 \vspace{-1.5cm}
  1093 \begin{align*}
  1100 \begin{align*}
  1094 %\mathfig{0.4}{triangle/triangle4f} \\
  1101 %\mathfig{0.4}{triangle/triangle4f} \\
  1095 \begin{tikzpicture}
  1102 \begin{tikzpicture}
  1096 \node[circle,fill=black,inner sep=1pt] (A) at (1.73,0) {};
  1103 \node[circle,fill=black,inner sep=1pt] (A) at (1.73,0) {};
  1097 \node[circle,fill=black,inner sep=1pt] (B) at (-1.73,0) {};
  1104 \node[circle,fill=black,inner sep=1pt] (B) at (-1.73,0) {};
  1122 	\draw[green!50!brown] (BC\n) -- +(-1.5,-1);
  1129 	\draw[green!50!brown] (BC\n) -- +(-1.5,-1);
  1123 }
  1130 }
  1124 \foreach \n in {0,...,5} {
  1131 \foreach \n in {0,...,5} {
  1125 	\path (C) to[out=0,in=-180] node[coordinate,pos=\n/5] (CD\n) {} (D);
  1132 	\path (C) to[out=0,in=-180] node[coordinate,pos=\n/5] (CD\n) {} (D);
  1126 	\path (L1) to[out=-30,in=-180] node[coordinate,pos=\n/5] (L1L2\n) {} (L2);
  1133 	\path (L1) to[out=-30,in=-180] node[coordinate,pos=\n/5] (L1L2\n) {} (L2);
  1127 	\draw[blue] (CD\n) -- (L1L2\n);
  1134 	\draw[blue!50!brown] (CD\n) -- (L1L2\n);
  1128 }
  1135 }
  1129 \foreach \n in {0,...,5} {
  1136 \foreach \n in {0,...,5} {
  1130 	\path (L1) to[out=40,in=-140] node[coordinate,pos=\n/5] (L1C\n) {} (C);
  1137 	\path (L1) to[out=40,in=-140] node[coordinate,pos=\n/5] (L1C\n) {} (C);
  1131 	\path (L2) to[out=50,in=-130] node[coordinate,pos=\n/5] (L2D\n) {} (D);
  1138 	\path (L2) to[out=50,in=-130] node[coordinate,pos=\n/5] (L2D\n) {} (D);
  1132 	\draw[blue] (L1C\n) -- (L2D\n);
  1139 	\draw[blue!50!brown] (L1C\n) -- (L2D\n);
  1133 }
  1140 }
  1134 \foreach \n in {1,3,...,9} {
  1141 \foreach \n in {1,3,...,9} {
  1135 	\path(C) to[out=30,in=150] node[coordinate,pos=\n/10] (CA\n) {} (A);
  1142 	\path(C) to[out=30,in=150] node[coordinate,pos=\n/10] (CA\n) {} (A);
  1136 	\path(D) to[out=0,in=180] node[coordinate,pos=\n/10] (DA\n) {} (A);
  1143 	\path(D) to[out=0,in=180] node[coordinate,pos=\n/10] (DA\n) {} (A);
  1137 	\path(L2) to[out=0,in=-120] node[coordinate,pos=\n/10] (L2A\n) {} (A);
  1144 	\path(L2) to[out=0,in=-120] node[coordinate,pos=\n/10] (L2A\n) {} (A);
  1140 }
  1147 }
  1141 \draw[dashed] (U) -- (C) -- (L1) (L2) -- (D);
  1148 \draw[dashed] (U) -- (C) -- (L1) (L2) -- (D);
  1142 \end{scope}
  1149 \end{scope}
  1143 \end{tikzpicture}
  1150 \end{tikzpicture}
  1144 \end{align*}
  1151 \end{align*}
       
  1152 \vspace{-2.5cm}
  1145 \caption{Vertical composition in the triangle axiom.}
  1153 \caption{Vertical composition in the triangle axiom.}
  1146 \label{fig:vertical-composition}
  1154 \label{fig:vertical-composition}
  1147 \end{figure}
  1155 \end{figure}
  1148 \begin{figure}[t]
  1156 \begin{figure}[t]
  1149 %\begin{align*}
  1157 %\begin{align*}
  1187 }
  1195 }
  1188 \foreach \n in {1,...,5} {
  1196 \foreach \n in {1,...,5} {
  1189 	\path (B') to[out=-30,in=180] node[coordinate,pos=\n/6] (B'X\n) {} (X);
  1197 	\path (B') to[out=-30,in=180] node[coordinate,pos=\n/6] (B'X\n) {} (X);
  1190 	\path (M') to[out=-90,in=90] node[coordinate,pos=\n/6] (M'X\n) {} (X);
  1198 	\path (M') to[out=-90,in=90] node[coordinate,pos=\n/6] (M'X\n) {} (X);
  1191 	\path (B') to[out=30,in=-150] node[coordinate,pos=\n/6] (B'M'\n) {} (M');
  1199 	\path (B') to[out=30,in=-150] node[coordinate,pos=\n/6] (B'M'\n) {} (M');
  1192 	\draw[blue] (B'X\n) -- (M'X\n);
  1200 	\draw[blue!50!brown] (B'X\n) -- (M'X\n);
  1193 	\draw[blue] (B'M'\n) -- (B'X\n);
  1201 	\draw[blue!50!brown] (B'M'\n) -- (B'X\n);
  1194 }
  1202 }
  1195 \end{tikzpicture} 
  1203 \end{tikzpicture} 
  1196 \xrightarrow{\text{collar}}
  1204 \xrightarrow{\text{collar}}
  1197 \begin{tikzpicture}[baseline]
  1205 \begin{tikzpicture}[baseline]
  1198 \coordinate (L) at (0,0);
  1206 \coordinate (L) at (0,0);
  1232 }
  1240 }
  1233 \foreach \n in {1,...,5} {
  1241 \foreach \n in {1,...,5} {
  1234 	\path (B') to[out=-30,in=180] node[coordinate,pos=\n/6] (B'X\n) {} (X);
  1242 	\path (B') to[out=-30,in=180] node[coordinate,pos=\n/6] (B'X\n) {} (X);
  1235 	\path (M') to[out=-90,in=90] node[coordinate,pos=\n/6] (M'X\n) {} (X);
  1243 	\path (M') to[out=-90,in=90] node[coordinate,pos=\n/6] (M'X\n) {} (X);
  1236 	\path (B') to[out=30,in=-150] node[coordinate,pos=\n/6] (B'M'\n) {} (M');
  1244 	\path (B') to[out=30,in=-150] node[coordinate,pos=\n/6] (B'M'\n) {} (M');
  1237 	\draw[blue] (B'X\n) -- (M'X\n);
  1245 	\draw[blue!50!brown] (B'X\n) -- (M'X\n);
  1238 	\draw[blue] (B'M'\n) -- (B'X\n);
  1246 	\draw[blue!50!brown] (B'M'\n) -- (B'X\n);
  1239 }
  1247 }
  1240 \end{tikzpicture} 
  1248 \end{tikzpicture} 
  1241 \end{align*}
  1249 \end{align*}
  1242 \caption{Adding a collar in the proof of the triangle axiom.}
  1250 \caption{Adding a collar in the proof of the triangle axiom.}
  1243 \label{fig:adding-a-collar}
  1251 \label{fig:adding-a-collar}