sandbox.tex
author Scott Morrison <scott@tqft.net>
Sun, 11 Dec 2011 23:03:27 -0800
changeset 956 c336a253ae7b
parent 955 65ef3b339d0a
child 958 fea0cfe78103
permissions -rw-r--r--
more work on figures, in the sandbox
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
875
85cebbd771b5 adding a figure suggested by the referee
Scott Morrison <scott@tqft.net>
parents: 560
diff changeset
     1
\documentclass[11pt,leqno]{article}
189
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
     2
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
     3
\newcommand{\pathtotrunk}{./}
875
85cebbd771b5 adding a figure suggested by the referee
Scott Morrison <scott@tqft.net>
parents: 560
diff changeset
     4
\input{preamble}
189
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
     5
\input{text/article_preamble}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
     6
\input{text/kw_macros}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
     7
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
     8
%\title{Blob Homology}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
     9
\title{Sandbox}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    10
\begin{document}
456
a5d75e0f9229 filtration -> simplex, and another diagram
Scott Morrison <scott@tqft.net>
parents: 443
diff changeset
    11
956
c336a253ae7b more work on figures, in the sandbox
Scott Morrison <scott@tqft.net>
parents: 955
diff changeset
    12
\begin{align*}
c336a253ae7b more work on figures, in the sandbox
Scott Morrison <scott@tqft.net>
parents: 955
diff changeset
    13
\begin{tikzpicture}[baseline]
c336a253ae7b more work on figures, in the sandbox
Scott Morrison <scott@tqft.net>
parents: 955
diff changeset
    14
\node[draw] (c) at (0,0) [circle through = {(1,0)}] {$f$};
c336a253ae7b more work on figures, in the sandbox
Scott Morrison <scott@tqft.net>
parents: 955
diff changeset
    15
\node (d) at (c.east) [circle through = {(0.25,0)}] {};
c336a253ae7b more work on figures, in the sandbox
Scott Morrison <scott@tqft.net>
parents: 955
diff changeset
    16
\foreach \n in {1,2} {
c336a253ae7b more work on figures, in the sandbox
Scott Morrison <scott@tqft.net>
parents: 955
diff changeset
    17
	\node (p\n) at (intersection \n of c and d) {};
c336a253ae7b more work on figures, in the sandbox
Scott Morrison <scott@tqft.net>
parents: 955
diff changeset
    18
	\fill (p\n) circle (2pt);
c336a253ae7b more work on figures, in the sandbox
Scott Morrison <scott@tqft.net>
parents: 955
diff changeset
    19
}
c336a253ae7b more work on figures, in the sandbox
Scott Morrison <scott@tqft.net>
parents: 955
diff changeset
    20
\begin{scope}[decoration={brace,amplitude=10,aspect=0.5}]
c336a253ae7b more work on figures, in the sandbox
Scott Morrison <scott@tqft.net>
parents: 955
diff changeset
    21
	\draw[decorate] (p2.east) -- node[right=2ex] {$a$} (p1.east);
c336a253ae7b more work on figures, in the sandbox
Scott Morrison <scott@tqft.net>
parents: 955
diff changeset
    22
\end{scope}
c336a253ae7b more work on figures, in the sandbox
Scott Morrison <scott@tqft.net>
parents: 955
diff changeset
    23
\end{tikzpicture} & = 
c336a253ae7b more work on figures, in the sandbox
Scott Morrison <scott@tqft.net>
parents: 955
diff changeset
    24
\begin{tikzpicture}[baseline]
c336a253ae7b more work on figures, in the sandbox
Scott Morrison <scott@tqft.net>
parents: 955
diff changeset
    25
\node[draw] (c) at (0,0) [circle through = {(1,0)}] {};
c336a253ae7b more work on figures, in the sandbox
Scott Morrison <scott@tqft.net>
parents: 955
diff changeset
    26
\begin{scope}
c336a253ae7b more work on figures, in the sandbox
Scott Morrison <scott@tqft.net>
parents: 955
diff changeset
    27
\path[clip] (c) circle (1);
c336a253ae7b more work on figures, in the sandbox
Scott Morrison <scott@tqft.net>
parents: 955
diff changeset
    28
\node[draw,dashed] (d) at (c.east) [circle through = {(0.25,0)}] {};
c336a253ae7b more work on figures, in the sandbox
Scott Morrison <scott@tqft.net>
parents: 955
diff changeset
    29
\foreach \n in {1,2} {
c336a253ae7b more work on figures, in the sandbox
Scott Morrison <scott@tqft.net>
parents: 955
diff changeset
    30
	\node (p\n) at (intersection \n of c and d) {};
c336a253ae7b more work on figures, in the sandbox
Scott Morrison <scott@tqft.net>
parents: 955
diff changeset
    31
}
c336a253ae7b more work on figures, in the sandbox
Scott Morrison <scott@tqft.net>
parents: 955
diff changeset
    32
\node[left] at (c) {$f$};
c336a253ae7b more work on figures, in the sandbox
Scott Morrison <scott@tqft.net>
parents: 955
diff changeset
    33
\path[clip] (d) circle (0.75);
c336a253ae7b more work on figures, in the sandbox
Scott Morrison <scott@tqft.net>
parents: 955
diff changeset
    34
\foreach \y in {1,0.86,...,-1} {
c336a253ae7b more work on figures, in the sandbox
Scott Morrison <scott@tqft.net>
parents: 955
diff changeset
    35
	\draw[green!50!brown] (0,\y)--(1,\y);
c336a253ae7b more work on figures, in the sandbox
Scott Morrison <scott@tqft.net>
parents: 955
diff changeset
    36
}
c336a253ae7b more work on figures, in the sandbox
Scott Morrison <scott@tqft.net>
parents: 955
diff changeset
    37
\end{scope}
c336a253ae7b more work on figures, in the sandbox
Scott Morrison <scott@tqft.net>
parents: 955
diff changeset
    38
\draw[->,blue] (1.5,-1) node[below] {$a \times I$} -- (0.75,0);
c336a253ae7b more work on figures, in the sandbox
Scott Morrison <scott@tqft.net>
parents: 955
diff changeset
    39
\end{tikzpicture} \\
c336a253ae7b more work on figures, in the sandbox
Scott Morrison <scott@tqft.net>
parents: 955
diff changeset
    40
\begin{tikzpicture}[baseline]
c336a253ae7b more work on figures, in the sandbox
Scott Morrison <scott@tqft.net>
parents: 955
diff changeset
    41
\node[draw] (c) at (0,0) [ellipse, minimum height=2cm,minimum width=2.5cm] {};
c336a253ae7b more work on figures, in the sandbox
Scott Morrison <scott@tqft.net>
parents: 955
diff changeset
    42
\draw[dashed] (c.north) -- (c.south);
c336a253ae7b more work on figures, in the sandbox
Scott Morrison <scott@tqft.net>
parents: 955
diff changeset
    43
\node[right=6] at (c) {$g$};
c336a253ae7b more work on figures, in the sandbox
Scott Morrison <scott@tqft.net>
parents: 955
diff changeset
    44
\node[left=6] at (c) {$f$};
c336a253ae7b more work on figures, in the sandbox
Scott Morrison <scott@tqft.net>
parents: 955
diff changeset
    45
\end{tikzpicture} & =
c336a253ae7b more work on figures, in the sandbox
Scott Morrison <scott@tqft.net>
parents: 955
diff changeset
    46
\begin{tikzpicture}[baseline]
c336a253ae7b more work on figures, in the sandbox
Scott Morrison <scott@tqft.net>
parents: 955
diff changeset
    47
\node[draw] (c) at (0,0) [ellipse, minimum height=2cm,minimum width=2.5cm] {};
c336a253ae7b more work on figures, in the sandbox
Scott Morrison <scott@tqft.net>
parents: 955
diff changeset
    48
\node[right=9] at (c) {$g$};
c336a253ae7b more work on figures, in the sandbox
Scott Morrison <scott@tqft.net>
parents: 955
diff changeset
    49
\node[left=9] at (c) {$f$};
c336a253ae7b more work on figures, in the sandbox
Scott Morrison <scott@tqft.net>
parents: 955
diff changeset
    50
\draw[dashed] (c.north) to[out=-115,in=115] (c.south) to[out=65,in=-65] (c.north);
c336a253ae7b more work on figures, in the sandbox
Scott Morrison <scott@tqft.net>
parents: 955
diff changeset
    51
\begin{scope}
c336a253ae7b more work on figures, in the sandbox
Scott Morrison <scott@tqft.net>
parents: 955
diff changeset
    52
\path[clip] (c.north) to[out=-115,in=115] (c.south) to[out=65,in=-65] (c.north);
c336a253ae7b more work on figures, in the sandbox
Scott Morrison <scott@tqft.net>
parents: 955
diff changeset
    53
\foreach \y in {1,0.86,...,-1} {
c336a253ae7b more work on figures, in the sandbox
Scott Morrison <scott@tqft.net>
parents: 955
diff changeset
    54
	\draw[green!50!brown] (-1,\y)--(1,\y);
c336a253ae7b more work on figures, in the sandbox
Scott Morrison <scott@tqft.net>
parents: 955
diff changeset
    55
}
c336a253ae7b more work on figures, in the sandbox
Scott Morrison <scott@tqft.net>
parents: 955
diff changeset
    56
\end{scope}
c336a253ae7b more work on figures, in the sandbox
Scott Morrison <scott@tqft.net>
parents: 955
diff changeset
    57
\draw[->,blue] (.75,-1.25) node[below] {$a \times I$} -- (0,-0.25);
c336a253ae7b more work on figures, in the sandbox
Scott Morrison <scott@tqft.net>
parents: 955
diff changeset
    58
\end{tikzpicture} \\
c336a253ae7b more work on figures, in the sandbox
Scott Morrison <scott@tqft.net>
parents: 955
diff changeset
    59
\begin{tikzpicture}[baseline]
c336a253ae7b more work on figures, in the sandbox
Scott Morrison <scott@tqft.net>
parents: 955
diff changeset
    60
\node[draw] (c) at (0,0) [ellipse, minimum height=2cm,minimum width=2.5cm] {};
c336a253ae7b more work on figures, in the sandbox
Scott Morrison <scott@tqft.net>
parents: 955
diff changeset
    61
\draw[dashed] (c.north) -- (c.south);
c336a253ae7b more work on figures, in the sandbox
Scott Morrison <scott@tqft.net>
parents: 955
diff changeset
    62
\node[right=18] at (c) {$g$};
c336a253ae7b more work on figures, in the sandbox
Scott Morrison <scott@tqft.net>
parents: 955
diff changeset
    63
\node[left=10] at (c) {$f$};
c336a253ae7b more work on figures, in the sandbox
Scott Morrison <scott@tqft.net>
parents: 955
diff changeset
    64
\fill (0,0.4) node (p1) {} circle (2pt);
c336a253ae7b more work on figures, in the sandbox
Scott Morrison <scott@tqft.net>
parents: 955
diff changeset
    65
\fill (0,-0.4) node (p2) {} circle (2pt);
c336a253ae7b more work on figures, in the sandbox
Scott Morrison <scott@tqft.net>
parents: 955
diff changeset
    66
\begin{scope}[decoration={brace,amplitude=5,aspect=0.5}]
c336a253ae7b more work on figures, in the sandbox
Scott Morrison <scott@tqft.net>
parents: 955
diff changeset
    67
	\draw[decorate] (p1.east) -- node[right=0.5ex] {\scriptsize $a$} (p2.east);
c336a253ae7b more work on figures, in the sandbox
Scott Morrison <scott@tqft.net>
parents: 955
diff changeset
    68
\end{scope}
c336a253ae7b more work on figures, in the sandbox
Scott Morrison <scott@tqft.net>
parents: 955
diff changeset
    69
\end{tikzpicture} & =
c336a253ae7b more work on figures, in the sandbox
Scott Morrison <scott@tqft.net>
parents: 955
diff changeset
    70
\begin{tikzpicture}[baseline]
c336a253ae7b more work on figures, in the sandbox
Scott Morrison <scott@tqft.net>
parents: 955
diff changeset
    71
\node[draw] (c) at (0,0) [ellipse, minimum height=2cm,minimum width=2.5cm] {};
c336a253ae7b more work on figures, in the sandbox
Scott Morrison <scott@tqft.net>
parents: 955
diff changeset
    72
\node[draw,dashed] (d) at (0,0) [circle, minimum height=1cm,minimum width=1cm] {};
c336a253ae7b more work on figures, in the sandbox
Scott Morrison <scott@tqft.net>
parents: 955
diff changeset
    73
\draw[dashed] (c.north) -- (d.north) (d.south) -- (c.south);
c336a253ae7b more work on figures, in the sandbox
Scott Morrison <scott@tqft.net>
parents: 955
diff changeset
    74
\node[right=18] at (c) {$g$};
c336a253ae7b more work on figures, in the sandbox
Scott Morrison <scott@tqft.net>
parents: 955
diff changeset
    75
\node[left=18] at (c) {$f$};
c336a253ae7b more work on figures, in the sandbox
Scott Morrison <scott@tqft.net>
parents: 955
diff changeset
    76
\clip (0,0) circle (0.5cm);
c336a253ae7b more work on figures, in the sandbox
Scott Morrison <scott@tqft.net>
parents: 955
diff changeset
    77
\foreach \y in {1,0.86,...,-1} {
c336a253ae7b more work on figures, in the sandbox
Scott Morrison <scott@tqft.net>
parents: 955
diff changeset
    78
	\draw[green!50!brown] (-1,\y)--(1,\y);
c336a253ae7b more work on figures, in the sandbox
Scott Morrison <scott@tqft.net>
parents: 955
diff changeset
    79
}
c336a253ae7b more work on figures, in the sandbox
Scott Morrison <scott@tqft.net>
parents: 955
diff changeset
    80
\end{tikzpicture} \\
c336a253ae7b more work on figures, in the sandbox
Scott Morrison <scott@tqft.net>
parents: 955
diff changeset
    81
\end{align*}
955
65ef3b339d0a some more figures
Scott Morrison <scott@tqft.net>
parents: 875
diff changeset
    82
65ef3b339d0a some more figures
Scott Morrison <scott@tqft.net>
parents: 875
diff changeset
    83
\begin{tikzpicture}
65ef3b339d0a some more figures
Scott Morrison <scott@tqft.net>
parents: 875
diff changeset
    84
\node[circle,fill=black,inner sep=1pt] (A) at (1.73,0) {};
65ef3b339d0a some more figures
Scott Morrison <scott@tqft.net>
parents: 875
diff changeset
    85
\node[circle,fill=black,inner sep=1pt] (B) at (-1.73,0) {};
65ef3b339d0a some more figures
Scott Morrison <scott@tqft.net>
parents: 875
diff changeset
    86
\draw[dashed] (A) -- (B);
65ef3b339d0a some more figures
Scott Morrison <scott@tqft.net>
parents: 875
diff changeset
    87
\node[circle,fill=black,inner sep=1pt] (C) at (0,0) {};
65ef3b339d0a some more figures
Scott Morrison <scott@tqft.net>
parents: 875
diff changeset
    88
\node[circle,fill=black,inner sep=1pt] (D) at (0.8,0) {};
65ef3b339d0a some more figures
Scott Morrison <scott@tqft.net>
parents: 875
diff changeset
    89
\begin{scope}[yshift=-1cm]
65ef3b339d0a some more figures
Scott Morrison <scott@tqft.net>
parents: 875
diff changeset
    90
\path[clip] (0,0) circle (2);
65ef3b339d0a some more figures
Scott Morrison <scott@tqft.net>
parents: 875
diff changeset
    91
\begin{scope}[yshift=2cm]
65ef3b339d0a some more figures
Scott Morrison <scott@tqft.net>
parents: 875
diff changeset
    92
\draw (0,0) circle (2);
65ef3b339d0a some more figures
Scott Morrison <scott@tqft.net>
parents: 875
diff changeset
    93
\node[circle,fill=black,inner sep=1pt] (L2) at (-90:2) {};
65ef3b339d0a some more figures
Scott Morrison <scott@tqft.net>
parents: 875
diff changeset
    94
\node[circle,fill=black,inner sep=1pt] (L1) at (-120:2) {};
65ef3b339d0a some more figures
Scott Morrison <scott@tqft.net>
parents: 875
diff changeset
    95
\end{scope}
65ef3b339d0a some more figures
Scott Morrison <scott@tqft.net>
parents: 875
diff changeset
    96
\end{scope}
65ef3b339d0a some more figures
Scott Morrison <scott@tqft.net>
parents: 875
diff changeset
    97
\begin{scope}[yshift=1cm]
65ef3b339d0a some more figures
Scott Morrison <scott@tqft.net>
parents: 875
diff changeset
    98
\path[clip] (0,0) circle (2);
65ef3b339d0a some more figures
Scott Morrison <scott@tqft.net>
parents: 875
diff changeset
    99
\begin{scope}[yshift=-2cm]
65ef3b339d0a some more figures
Scott Morrison <scott@tqft.net>
parents: 875
diff changeset
   100
\draw (0,0) circle (2);
65ef3b339d0a some more figures
Scott Morrison <scott@tqft.net>
parents: 875
diff changeset
   101
\node[circle,fill=black,inner sep=1pt] (U) at (90:2) {};
65ef3b339d0a some more figures
Scott Morrison <scott@tqft.net>
parents: 875
diff changeset
   102
\end{scope}
65ef3b339d0a some more figures
Scott Morrison <scott@tqft.net>
parents: 875
diff changeset
   103
\end{scope}
65ef3b339d0a some more figures
Scott Morrison <scott@tqft.net>
parents: 875
diff changeset
   104
\begin{scope}
65ef3b339d0a some more figures
Scott Morrison <scott@tqft.net>
parents: 875
diff changeset
   105
\path[clip] (0,1) circle (2);
65ef3b339d0a some more figures
Scott Morrison <scott@tqft.net>
parents: 875
diff changeset
   106
\path[clip] (0,-1) circle (2);
65ef3b339d0a some more figures
Scott Morrison <scott@tqft.net>
parents: 875
diff changeset
   107
65ef3b339d0a some more figures
Scott Morrison <scott@tqft.net>
parents: 875
diff changeset
   108
\end{scope}
65ef3b339d0a some more figures
Scott Morrison <scott@tqft.net>
parents: 875
diff changeset
   109
\end{tikzpicture}
189
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   110
\end{document}