text/appendixes/comparing_defs.tex
author Kevin Walker <kevin@canyon23.net>
Tue, 31 Aug 2010 21:09:31 -0700
changeset 529 8e055b7c0768
parent 512 050dba5e7bdd
child 530 b236746e8e4d
permissions -rw-r--r--
minor
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
169
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 134
diff changeset
     1
%!TEX root = ../../blob1.tex
114
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
     2
512
050dba5e7bdd fixing some (but not all!?) of the hyperref warnings; start on revision of evmap
Kevin Walker <kevin@canyon23.net>
parents: 510
diff changeset
     3
\section{Comparing \texorpdfstring{$n$}{n}-category definitions}
114
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
     4
\label{sec:comparing-defs}
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
     5
451
bb7e388b9704 starting on comparing_defs.tex
Kevin Walker <kevin@canyon23.net>
parents: 433
diff changeset
     6
In \S\ref{sec:example:traditional-n-categories(fields)} we showed how to construct
bb7e388b9704 starting on comparing_defs.tex
Kevin Walker <kevin@canyon23.net>
parents: 433
diff changeset
     7
a topological $n$-category from a traditional $n$-category; the morphisms of the 
bb7e388b9704 starting on comparing_defs.tex
Kevin Walker <kevin@canyon23.net>
parents: 433
diff changeset
     8
topological $n$-category are string diagrams labeled by the traditional $n$-category.
bb7e388b9704 starting on comparing_defs.tex
Kevin Walker <kevin@canyon23.net>
parents: 433
diff changeset
     9
In this appendix we sketch how to go the other direction, for $n=1$ and 2.
bb7e388b9704 starting on comparing_defs.tex
Kevin Walker <kevin@canyon23.net>
parents: 433
diff changeset
    10
The basic recipe, given a topological $n$-category $\cC$, is to define the $k$-morphisms
bb7e388b9704 starting on comparing_defs.tex
Kevin Walker <kevin@canyon23.net>
parents: 433
diff changeset
    11
of the corresponding traditional $n$-category to be $\cC(B^k)$, where
bb7e388b9704 starting on comparing_defs.tex
Kevin Walker <kevin@canyon23.net>
parents: 433
diff changeset
    12
$B^k$ is the {\it standard} $k$-ball.
bb7e388b9704 starting on comparing_defs.tex
Kevin Walker <kevin@canyon23.net>
parents: 433
diff changeset
    13
One must then show that the axioms of \S\ref{ss:n-cat-def} imply the traditional $n$-category axioms.
bb7e388b9704 starting on comparing_defs.tex
Kevin Walker <kevin@canyon23.net>
parents: 433
diff changeset
    14
One should also show that composing the two arrows (between traditional and topological $n$-categories)
bb7e388b9704 starting on comparing_defs.tex
Kevin Walker <kevin@canyon23.net>
parents: 433
diff changeset
    15
yields the appropriate sort of equivalence on each side.
bb7e388b9704 starting on comparing_defs.tex
Kevin Walker <kevin@canyon23.net>
parents: 433
diff changeset
    16
Since we haven't given a definition for functors between topological $n$-categories
bb7e388b9704 starting on comparing_defs.tex
Kevin Walker <kevin@canyon23.net>
parents: 433
diff changeset
    17
(the paper is already too long!), we do not pursue this here.
114
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    18
451
bb7e388b9704 starting on comparing_defs.tex
Kevin Walker <kevin@canyon23.net>
parents: 433
diff changeset
    19
We emphasize that we are just sketching some of the main ideas in this appendix ---
bb7e388b9704 starting on comparing_defs.tex
Kevin Walker <kevin@canyon23.net>
parents: 433
diff changeset
    20
it falls well short of proving the definitions are equivalent.
bb7e388b9704 starting on comparing_defs.tex
Kevin Walker <kevin@canyon23.net>
parents: 433
diff changeset
    21
bb7e388b9704 starting on comparing_defs.tex
Kevin Walker <kevin@canyon23.net>
parents: 433
diff changeset
    22
%\nn{cases to cover: (a) plain $n$-cats for $n=1,2$; (b) $n$-cat modules for $n=1$, also 2?;
bb7e388b9704 starting on comparing_defs.tex
Kevin Walker <kevin@canyon23.net>
parents: 433
diff changeset
    23
%(c) $A_\infty$ 1-cat; (b) $A_\infty$ 1-cat module?; (e) tensor products?}
204
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 201
diff changeset
    24
512
050dba5e7bdd fixing some (but not all!?) of the hyperref warnings; start on revision of evmap
Kevin Walker <kevin@canyon23.net>
parents: 510
diff changeset
    25
\subsection{1-categories over \texorpdfstring{$\Set$ or $\Vect$}{Set or Vect}}
194
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 169
diff changeset
    26
\label{ssec:1-cats}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 169
diff changeset
    27
Given a topological $1$-category $\cX$ we construct a $1$-category in the conventional sense, $c(\cX)$.
345
c27e875508fd breaking long lines
Kevin Walker <kevin@canyon23.net>
parents: 204
diff changeset
    28
This construction is quite straightforward, but we include the details for the sake of completeness, 
c27e875508fd breaking long lines
Kevin Walker <kevin@canyon23.net>
parents: 204
diff changeset
    29
because it illustrates the role of structures (e.g. orientations, spin structures, etc) 
c27e875508fd breaking long lines
Kevin Walker <kevin@canyon23.net>
parents: 204
diff changeset
    30
on the underlying manifolds, and 
194
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 169
diff changeset
    31
to shed some light on the $n=2$ case, which we describe in \S \ref{ssec:2-cats}.
114
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    32
194
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 169
diff changeset
    33
Let $B^k$ denote the \emph{standard} $k$-ball.
345
c27e875508fd breaking long lines
Kevin Walker <kevin@canyon23.net>
parents: 204
diff changeset
    34
Let the objects of $c(\cX)$ be $c(\cX)^0 = \cX(B^0)$ and the morphisms of $c(\cX)$ be $c(\cX)^1 = \cX(B^1)$.
c27e875508fd breaking long lines
Kevin Walker <kevin@canyon23.net>
parents: 204
diff changeset
    35
The boundary and restriction maps of $\cX$ give domain and range maps from $c(\cX)^1$ to $c(\cX)^0$.
114
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    36
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    37
Choose a homeomorphism $B^1\cup_{pt}B^1 \to B^1$.
345
c27e875508fd breaking long lines
Kevin Walker <kevin@canyon23.net>
parents: 204
diff changeset
    38
Define composition in $c(\cX)$ to be the induced map $c(\cX)^1\times c(\cX)^1 \to c(\cX)^1$ 
c27e875508fd breaking long lines
Kevin Walker <kevin@canyon23.net>
parents: 204
diff changeset
    39
(defined only when range and domain agree).
194
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 169
diff changeset
    40
By isotopy invariance in $\cX$, any other choice of homeomorphism gives the same composition rule.
201
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 194
diff changeset
    41
Also by isotopy invariance, composition is strictly associative.
114
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    42
194
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 169
diff changeset
    43
Given $a\in c(\cX)^0$, define $\id_a \deq a\times B^1$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 169
diff changeset
    44
By extended isotopy invariance in $\cX$, this has the expected properties of an identity morphism.
114
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    45
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    46
345
c27e875508fd breaking long lines
Kevin Walker <kevin@canyon23.net>
parents: 204
diff changeset
    47
If the underlying manifolds for $\cX$ have further geometric structure, then we obtain certain functors.
c27e875508fd breaking long lines
Kevin Walker <kevin@canyon23.net>
parents: 204
diff changeset
    48
The base case is for oriented manifolds, where we obtain no extra algebraic data.
114
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    49
451
bb7e388b9704 starting on comparing_defs.tex
Kevin Walker <kevin@canyon23.net>
parents: 433
diff changeset
    50
For 1-categories based on unoriented manifolds, 
345
c27e875508fd breaking long lines
Kevin Walker <kevin@canyon23.net>
parents: 204
diff changeset
    51
there is a map $*:c(\cX)^1\to c(\cX)^1$
194
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 169
diff changeset
    52
coming from $\cX$ applied to an orientation-reversing homeomorphism (unique up to isotopy) 
114
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    53
from $B^1$ to itself.
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    54
Topological properties of this homeomorphism imply that 
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    55
$a^{**} = a$ (* is order 2), * reverses domain and range, and $(ab)^* = b^*a^*$
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    56
(* is an anti-automorphism).
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    57
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    58
For 1-categories based on Spin manifolds,
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    59
the the nontrivial spin homeomorphism from $B^1$ to itself which covers the identity
194
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 169
diff changeset
    60
gives an order 2 automorphism of $c(\cX)^1$.
114
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    61
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    62
For 1-categories based on $\text{Pin}_-$ manifolds,
194
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 169
diff changeset
    63
we have an order 4 antiautomorphism of $c(\cX)^1$.
114
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    64
For 1-categories based on $\text{Pin}_+$ manifolds,
194
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 169
diff changeset
    65
we have an order 2 antiautomorphism and also an order 2 automorphism of $c(\cX)^1$,
114
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    66
and these two maps commute with each other.
451
bb7e388b9704 starting on comparing_defs.tex
Kevin Walker <kevin@canyon23.net>
parents: 433
diff changeset
    67
%\nn{need to also consider automorphisms of $B^0$ / objects}
114
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    68
451
bb7e388b9704 starting on comparing_defs.tex
Kevin Walker <kevin@canyon23.net>
parents: 433
diff changeset
    69
\noop{
114
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    70
\medskip
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    71
194
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 169
diff changeset
    72
In the other direction, given a $1$-category $C$
114
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    73
(with objects $C^0$ and morphisms $C^1$) we will construct a topological
194
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 169
diff changeset
    74
$1$-category $t(C)$.
114
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    75
194
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 169
diff changeset
    76
If $X$ is a 0-ball (point), let $t(C)(X) \deq C^0$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 169
diff changeset
    77
If $S$ is a 0-sphere, let $t(C)(S) \deq C^0\times C^0$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 169
diff changeset
    78
If $X$ is a 1-ball, let $t(C)(X) \deq C^1$.
114
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    79
Homeomorphisms isotopic to the identity act trivially.
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    80
If $C$ has extra structure (e.g.\ it's a *-1-category), we use this structure
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    81
to define the action of homeomorphisms not isotopic to the identity
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    82
(and get, e.g., an unoriented topological 1-category).
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    83
194
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 169
diff changeset
    84
The domain and range maps of $C$ determine the boundary and restriction maps of $t(C)$.
114
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    85
194
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 169
diff changeset
    86
Gluing maps for $t(C)$ are determined by composition of morphisms in $C$.
114
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    87
194
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 169
diff changeset
    88
For $X$ a 0-ball, $D$ a 1-ball and $a\in t(C)(X)$, define the product morphism 
114
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    89
$a\times D \deq \id_a$.
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    90
It is not hard to verify that this has the desired properties.
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    91
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    92
\medskip
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    93
345
c27e875508fd breaking long lines
Kevin Walker <kevin@canyon23.net>
parents: 204
diff changeset
    94
The compositions of the constructions above, $$\cX\to c(\cX)\to t(c(\cX))$$ 
c27e875508fd breaking long lines
Kevin Walker <kevin@canyon23.net>
parents: 204
diff changeset
    95
and $$C\to t(C)\to c(t(C)),$$ give back 
114
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    96
more or less exactly the same thing we started with.  
194
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 169
diff changeset
    97
114
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    98
As we will see below, for $n>1$ the compositions yield a weaker sort of equivalence.
451
bb7e388b9704 starting on comparing_defs.tex
Kevin Walker <kevin@canyon23.net>
parents: 433
diff changeset
    99
} %end \noop
114
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   100
115
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 114
diff changeset
   101
\medskip
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 114
diff changeset
   102
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 114
diff changeset
   103
Similar arguments show that modules for topological 1-categories are essentially
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 114
diff changeset
   104
the same thing as traditional modules for traditional 1-categories.
114
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   105
451
bb7e388b9704 starting on comparing_defs.tex
Kevin Walker <kevin@canyon23.net>
parents: 433
diff changeset
   106
481
7caafccef7e8 starting to revise intro
Kevin Walker <kevin@canyon23.net>
parents: 480
diff changeset
   107
\subsection{Pivotal 2-categories}
194
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 169
diff changeset
   108
\label{ssec:2-cats}
115
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 114
diff changeset
   109
Let $\cC$ be a topological 2-category.
457
54328be726e7 comparing_defs.tex 2-cat section
Kevin Walker <kevin@canyon23.net>
parents: 451
diff changeset
   110
We will construct from $\cC$ a traditional pivotal 2-category.
115
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 114
diff changeset
   111
(The ``pivotal" corresponds to our assumption of strong duality for $\cC$.)
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 114
diff changeset
   112
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 114
diff changeset
   113
We will try to describe the construction in such a way the the generalization to $n>2$ is clear,
124
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 115
diff changeset
   114
though this will make the $n=2$ case a little more complicated than necessary.
115
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 114
diff changeset
   115
457
54328be726e7 comparing_defs.tex 2-cat section
Kevin Walker <kevin@canyon23.net>
parents: 451
diff changeset
   116
Before proceeding, we must decide whether the 2-morphisms of our
54328be726e7 comparing_defs.tex 2-cat section
Kevin Walker <kevin@canyon23.net>
parents: 451
diff changeset
   117
pivotal 2-category are shaped like rectangles or bigons.
125
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 124
diff changeset
   118
Each approach has advantages and disadvantages.
457
54328be726e7 comparing_defs.tex 2-cat section
Kevin Walker <kevin@canyon23.net>
parents: 451
diff changeset
   119
For better or worse, we choose bigons here.
128
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 127
diff changeset
   120
115
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 114
diff changeset
   121
Define the $k$-morphisms $C^k$ of $C$ to be $\cC(B^k)_E$, where $B^k$ denotes the standard
457
54328be726e7 comparing_defs.tex 2-cat section
Kevin Walker <kevin@canyon23.net>
parents: 451
diff changeset
   122
$k$-ball, which we also think of as the standard bihedron (a.k.a.\ globe).
54328be726e7 comparing_defs.tex 2-cat section
Kevin Walker <kevin@canyon23.net>
parents: 451
diff changeset
   123
(For $k=1$ this is an interval, and for $k=2$ it is a bigon.)
115
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 114
diff changeset
   124
Since we are thinking of $B^k$ as a bihedron, we have a standard decomposition of the $\bd B^k$
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 114
diff changeset
   125
into two copies of $B^{k-1}$ which intersect along the ``equator" $E \cong S^{k-2}$.
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 114
diff changeset
   126
Recall that the subscript in $\cC(B^k)_E$ means that we consider the subset of $\cC(B^k)$
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 114
diff changeset
   127
whose boundary is splittable along $E$.
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 114
diff changeset
   128
This allows us to define the domain and range of morphisms of $C$ using
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 114
diff changeset
   129
boundary and restriction maps of $\cC$.
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 114
diff changeset
   130
124
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 115
diff changeset
   131
Choosing a homeomorphism $B^1\cup B^1 \to B^1$ defines a composition map on $C^1$.
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 115
diff changeset
   132
This is not associative, but we will see later that it is weakly associative.
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 115
diff changeset
   133
125
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 124
diff changeset
   134
Choosing a homeomorphism $B^2\cup B^2 \to B^2$ defines a ``vertical" composition map 
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 124
diff changeset
   135
on $C^2$ (Figure \ref{fzo1}).
124
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 115
diff changeset
   136
Isotopy invariance implies that this is associative.
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 115
diff changeset
   137
We will define a ``horizontal" composition later.
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 115
diff changeset
   138
126
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 125
diff changeset
   139
\begin{figure}[t]
510
537de60474ec more figures
Kevin Walker <kevin@canyon23.net>
parents: 509
diff changeset
   140
\begin{center}
537de60474ec more figures
Kevin Walker <kevin@canyon23.net>
parents: 509
diff changeset
   141
\begin{tikzpicture}
537de60474ec more figures
Kevin Walker <kevin@canyon23.net>
parents: 509
diff changeset
   142
537de60474ec more figures
Kevin Walker <kevin@canyon23.net>
parents: 509
diff changeset
   143
\newcommand{\vertex}{node[circle,fill=black,inner sep=1pt] {}}
537de60474ec more figures
Kevin Walker <kevin@canyon23.net>
parents: 509
diff changeset
   144
\newcommand{\nsep}{1.8}
537de60474ec more figures
Kevin Walker <kevin@canyon23.net>
parents: 509
diff changeset
   145
537de60474ec more figures
Kevin Walker <kevin@canyon23.net>
parents: 509
diff changeset
   146
\node[outer sep=\nsep](A) at (0,0) {
537de60474ec more figures
Kevin Walker <kevin@canyon23.net>
parents: 509
diff changeset
   147
\begin{tikzpicture}
537de60474ec more figures
Kevin Walker <kevin@canyon23.net>
parents: 509
diff changeset
   148
	\draw (0,0) coordinate (p1);
537de60474ec more figures
Kevin Walker <kevin@canyon23.net>
parents: 509
diff changeset
   149
	\draw (4,0) coordinate (p2);
537de60474ec more figures
Kevin Walker <kevin@canyon23.net>
parents: 509
diff changeset
   150
	\draw (2,1.2) coordinate (pu);
537de60474ec more figures
Kevin Walker <kevin@canyon23.net>
parents: 509
diff changeset
   151
	\draw (2,-1.2) coordinate (pd);
537de60474ec more figures
Kevin Walker <kevin@canyon23.net>
parents: 509
diff changeset
   152
537de60474ec more figures
Kevin Walker <kevin@canyon23.net>
parents: 509
diff changeset
   153
	\draw (p1) .. controls (pu) .. (p2) .. controls (pd) .. (p1);
537de60474ec more figures
Kevin Walker <kevin@canyon23.net>
parents: 509
diff changeset
   154
	\draw (p1)--(p2);
537de60474ec more figures
Kevin Walker <kevin@canyon23.net>
parents: 509
diff changeset
   155
537de60474ec more figures
Kevin Walker <kevin@canyon23.net>
parents: 509
diff changeset
   156
	\draw (p1) \vertex;
537de60474ec more figures
Kevin Walker <kevin@canyon23.net>
parents: 509
diff changeset
   157
	\draw (p2) \vertex;
537de60474ec more figures
Kevin Walker <kevin@canyon23.net>
parents: 509
diff changeset
   158
	
537de60474ec more figures
Kevin Walker <kevin@canyon23.net>
parents: 509
diff changeset
   159
	\node at (2.1, .44) {$B^2$};
537de60474ec more figures
Kevin Walker <kevin@canyon23.net>
parents: 509
diff changeset
   160
	\node at (2.1, -.44) {$B^2$};
537de60474ec more figures
Kevin Walker <kevin@canyon23.net>
parents: 509
diff changeset
   161
	
537de60474ec more figures
Kevin Walker <kevin@canyon23.net>
parents: 509
diff changeset
   162
\end{tikzpicture}
537de60474ec more figures
Kevin Walker <kevin@canyon23.net>
parents: 509
diff changeset
   163
};
537de60474ec more figures
Kevin Walker <kevin@canyon23.net>
parents: 509
diff changeset
   164
537de60474ec more figures
Kevin Walker <kevin@canyon23.net>
parents: 509
diff changeset
   165
\node[outer sep=\nsep](B) at (6,0) {
537de60474ec more figures
Kevin Walker <kevin@canyon23.net>
parents: 509
diff changeset
   166
\begin{tikzpicture}
537de60474ec more figures
Kevin Walker <kevin@canyon23.net>
parents: 509
diff changeset
   167
	\draw (0,0) coordinate (p1);
537de60474ec more figures
Kevin Walker <kevin@canyon23.net>
parents: 509
diff changeset
   168
	\draw (4,0) coordinate (p2);
537de60474ec more figures
Kevin Walker <kevin@canyon23.net>
parents: 509
diff changeset
   169
	\draw (2,.6) coordinate (pu);
537de60474ec more figures
Kevin Walker <kevin@canyon23.net>
parents: 509
diff changeset
   170
	\draw (2,-.6) coordinate (pd);
537de60474ec more figures
Kevin Walker <kevin@canyon23.net>
parents: 509
diff changeset
   171
537de60474ec more figures
Kevin Walker <kevin@canyon23.net>
parents: 509
diff changeset
   172
	\draw (p1) .. controls (pu) .. (p2) .. controls (pd) .. (p1);
537de60474ec more figures
Kevin Walker <kevin@canyon23.net>
parents: 509
diff changeset
   173
	\draw[help lines, dashed] (p1)--(p2);
537de60474ec more figures
Kevin Walker <kevin@canyon23.net>
parents: 509
diff changeset
   174
537de60474ec more figures
Kevin Walker <kevin@canyon23.net>
parents: 509
diff changeset
   175
	\draw (p1) \vertex;
537de60474ec more figures
Kevin Walker <kevin@canyon23.net>
parents: 509
diff changeset
   176
	\draw (p2) \vertex;
537de60474ec more figures
Kevin Walker <kevin@canyon23.net>
parents: 509
diff changeset
   177
	
537de60474ec more figures
Kevin Walker <kevin@canyon23.net>
parents: 509
diff changeset
   178
	\node at (2.1,0) {$B^2$};
537de60474ec more figures
Kevin Walker <kevin@canyon23.net>
parents: 509
diff changeset
   179
	
537de60474ec more figures
Kevin Walker <kevin@canyon23.net>
parents: 509
diff changeset
   180
\end{tikzpicture}
537de60474ec more figures
Kevin Walker <kevin@canyon23.net>
parents: 509
diff changeset
   181
};
537de60474ec more figures
Kevin Walker <kevin@canyon23.net>
parents: 509
diff changeset
   182
537de60474ec more figures
Kevin Walker <kevin@canyon23.net>
parents: 509
diff changeset
   183
\draw[->, thick, blue!50!green] (A) -- node[black, above] {$\cong$} (B);
537de60474ec more figures
Kevin Walker <kevin@canyon23.net>
parents: 509
diff changeset
   184
537de60474ec more figures
Kevin Walker <kevin@canyon23.net>
parents: 509
diff changeset
   185
\end{tikzpicture}
537de60474ec more figures
Kevin Walker <kevin@canyon23.net>
parents: 509
diff changeset
   186
\end{center}
126
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 125
diff changeset
   187
\caption{Vertical composition of 2-morphisms}
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 125
diff changeset
   188
\label{fzo1}
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 125
diff changeset
   189
\end{figure}
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 125
diff changeset
   190
457
54328be726e7 comparing_defs.tex 2-cat section
Kevin Walker <kevin@canyon23.net>
parents: 451
diff changeset
   191
Given $a\in C^1$, define $\id_a = a\times I \in C^2$ (pinched boundary).
125
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 124
diff changeset
   192
Extended isotopy invariance for $\cC$ shows that this morphism is an identity for 
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 124
diff changeset
   193
vertical composition.
124
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 115
diff changeset
   194
125
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 124
diff changeset
   195
Given $x\in C^0$, define $\id_x = x\times B^1 \in C^1$.
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 124
diff changeset
   196
We will show that this 1-morphism is a weak identity.
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 124
diff changeset
   197
This would be easier if our 2-morphisms were shaped like rectangles rather than bigons.
457
54328be726e7 comparing_defs.tex 2-cat section
Kevin Walker <kevin@canyon23.net>
parents: 451
diff changeset
   198
54328be726e7 comparing_defs.tex 2-cat section
Kevin Walker <kevin@canyon23.net>
parents: 451
diff changeset
   199
In showing that identity 1-morphisms have the desired properties, we will
54328be726e7 comparing_defs.tex 2-cat section
Kevin Walker <kevin@canyon23.net>
parents: 451
diff changeset
   200
rely heavily on the extended isotopy invariance of 2-morphisms in $\cC$.
54328be726e7 comparing_defs.tex 2-cat section
Kevin Walker <kevin@canyon23.net>
parents: 451
diff changeset
   201
This means we are free to add or delete product regions from 2-morphisms.
54328be726e7 comparing_defs.tex 2-cat section
Kevin Walker <kevin@canyon23.net>
parents: 451
diff changeset
   202
201
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 194
diff changeset
   203
Let $a: y\to x$ be a 1-morphism.
457
54328be726e7 comparing_defs.tex 2-cat section
Kevin Walker <kevin@canyon23.net>
parents: 451
diff changeset
   204
Define 2-morphsims $a \to a\bullet \id_x$ and $a\bullet \id_x \to a$
125
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 124
diff changeset
   205
as shown in Figure \ref{fzo2}.
126
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 125
diff changeset
   206
\begin{figure}[t]
508
3072c2614a53 adding tikz fig
Kevin Walker <kevin@canyon23.net>
parents: 503
diff changeset
   207
\begin{center}
498
b98790f0282e diagram for producing weak identities
Scott Morrison <scott@tqft.net>
parents: 481
diff changeset
   208
\begin{tikzpicture}
b98790f0282e diagram for producing weak identities
Scott Morrison <scott@tqft.net>
parents: 481
diff changeset
   209
\newcommand{\rr}{6}
b98790f0282e diagram for producing weak identities
Scott Morrison <scott@tqft.net>
parents: 481
diff changeset
   210
\newcommand{\vertex}{node[circle,fill=black,inner sep=1pt] {}}
503
c221d8331f30 straight lines in figure 42
Scott Morrison <scott@tqft.net>
parents: 498
diff changeset
   211
\newcommand{\namedvertex}[1]{node[circle,fill=black,inner sep=1pt] (#1) {}}
498
b98790f0282e diagram for producing weak identities
Scott Morrison <scott@tqft.net>
parents: 481
diff changeset
   212
b98790f0282e diagram for producing weak identities
Scott Morrison <scott@tqft.net>
parents: 481
diff changeset
   213
\node(A) at (0,0) {
b98790f0282e diagram for producing weak identities
Scott Morrison <scott@tqft.net>
parents: 481
diff changeset
   214
\begin{tikzpicture}
b98790f0282e diagram for producing weak identities
Scott Morrison <scott@tqft.net>
parents: 481
diff changeset
   215
\node[red,left] at (0,0)  {$y$};
b98790f0282e diagram for producing weak identities
Scott Morrison <scott@tqft.net>
parents: 481
diff changeset
   216
\draw (0,0) \vertex arc (-120:-105:\rr) node[red,below] {$a$} arc(-105:-90:\rr) \vertex node[red,below](x2) {$x$};
b98790f0282e diagram for producing weak identities
Scott Morrison <scott@tqft.net>
parents: 481
diff changeset
   217
\draw (0,0) \vertex arc (120:105:\rr) node[red,above] {$a$} arc (105:90:\rr) \vertex node[red,above](x1) {$x$} -- (x2);
b98790f0282e diagram for producing weak identities
Scott Morrison <scott@tqft.net>
parents: 481
diff changeset
   218
\begin{scope}
b98790f0282e diagram for producing weak identities
Scott Morrison <scott@tqft.net>
parents: 481
diff changeset
   219
	\path[clip] (0,0) arc (-120:-60:\rr) arc (60:120:\rr);
b98790f0282e diagram for producing weak identities
Scott Morrison <scott@tqft.net>
parents: 481
diff changeset
   220
	\foreach \x in {0,0.24,...,3} {
b98790f0282e diagram for producing weak identities
Scott Morrison <scott@tqft.net>
parents: 481
diff changeset
   221
		\draw[green!50!brown] (\x,1) -- (\x,-1);
b98790f0282e diagram for producing weak identities
Scott Morrison <scott@tqft.net>
parents: 481
diff changeset
   222
	}
b98790f0282e diagram for producing weak identities
Scott Morrison <scott@tqft.net>
parents: 481
diff changeset
   223
\end{scope}
b98790f0282e diagram for producing weak identities
Scott Morrison <scott@tqft.net>
parents: 481
diff changeset
   224
\draw[red, decorate,decoration={brace,amplitude=5pt}] ($(x1)+(0.2,-0.2)$) -- ($(x2)+(0.2,0.2)$) node[midway, xshift=0.7cm] {$x \times I$};
b98790f0282e diagram for producing weak identities
Scott Morrison <scott@tqft.net>
parents: 481
diff changeset
   225
\end{tikzpicture}
b98790f0282e diagram for producing weak identities
Scott Morrison <scott@tqft.net>
parents: 481
diff changeset
   226
};
b98790f0282e diagram for producing weak identities
Scott Morrison <scott@tqft.net>
parents: 481
diff changeset
   227
b98790f0282e diagram for producing weak identities
Scott Morrison <scott@tqft.net>
parents: 481
diff changeset
   228
\node(B) at (-4,-4) {
b98790f0282e diagram for producing weak identities
Scott Morrison <scott@tqft.net>
parents: 481
diff changeset
   229
\begin{tikzpicture}
b98790f0282e diagram for producing weak identities
Scott Morrison <scott@tqft.net>
parents: 481
diff changeset
   230
\node[red,left] at (0,0) {$y$};
b98790f0282e diagram for producing weak identities
Scott Morrison <scott@tqft.net>
parents: 481
diff changeset
   231
\draw (0,0) \vertex 
b98790f0282e diagram for producing weak identities
Scott Morrison <scott@tqft.net>
parents: 481
diff changeset
   232
	arc (120:105:\rr) node[red,above] {$a$}
503
c221d8331f30 straight lines in figure 42
Scott Morrison <scott@tqft.net>
parents: 498
diff changeset
   233
	arc (105:90:\rr) node[red,above] {$x$} \namedvertex{x1};
c221d8331f30 straight lines in figure 42
Scott Morrison <scott@tqft.net>
parents: 498
diff changeset
   234
%	arc (90:75:\rr) node[red,above] {$x \times I$};
c221d8331f30 straight lines in figure 42
Scott Morrison <scott@tqft.net>
parents: 498
diff changeset
   235
%	arc (75:60:\rr) \vertex node[red,right] {$x$}
c221d8331f30 straight lines in figure 42
Scott Morrison <scott@tqft.net>
parents: 498
diff changeset
   236
%	arc (-60:-90:\rr) node[red,below] {$a$}
c221d8331f30 straight lines in figure 42
Scott Morrison <scott@tqft.net>
parents: 498
diff changeset
   237
%	arc (-90:-120:\rr);
c221d8331f30 straight lines in figure 42
Scott Morrison <scott@tqft.net>
parents: 498
diff changeset
   238
\draw (0,0)
c221d8331f30 straight lines in figure 42
Scott Morrison <scott@tqft.net>
parents: 498
diff changeset
   239
	arc (-120:-90:\rr) node[red,below] {$a$}
c221d8331f30 straight lines in figure 42
Scott Morrison <scott@tqft.net>
parents: 498
diff changeset
   240
	arc (-90:-61:\rr) \namedvertex{x2} node[red,right] {$x$};
c221d8331f30 straight lines in figure 42
Scott Morrison <scott@tqft.net>
parents: 498
diff changeset
   241
\draw (x1) -- node[red, above=3pt] {$x \times I$} (x2);
498
b98790f0282e diagram for producing weak identities
Scott Morrison <scott@tqft.net>
parents: 481
diff changeset
   242
\begin{scope}
b98790f0282e diagram for producing weak identities
Scott Morrison <scott@tqft.net>
parents: 481
diff changeset
   243
	\path[clip] (0,0) arc (-120:-60:\rr) arc (60:120:\rr);
b98790f0282e diagram for producing weak identities
Scott Morrison <scott@tqft.net>
parents: 481
diff changeset
   244
	\foreach \x in {0,0.48,...,9} {
b98790f0282e diagram for producing weak identities
Scott Morrison <scott@tqft.net>
parents: 481
diff changeset
   245
		\draw[green!50!brown] (\x/4,1) -- (\x,-1);
b98790f0282e diagram for producing weak identities
Scott Morrison <scott@tqft.net>
parents: 481
diff changeset
   246
	}
b98790f0282e diagram for producing weak identities
Scott Morrison <scott@tqft.net>
parents: 481
diff changeset
   247
\end{scope}
b98790f0282e diagram for producing weak identities
Scott Morrison <scott@tqft.net>
parents: 481
diff changeset
   248
\end{tikzpicture}
b98790f0282e diagram for producing weak identities
Scott Morrison <scott@tqft.net>
parents: 481
diff changeset
   249
};
b98790f0282e diagram for producing weak identities
Scott Morrison <scott@tqft.net>
parents: 481
diff changeset
   250
b98790f0282e diagram for producing weak identities
Scott Morrison <scott@tqft.net>
parents: 481
diff changeset
   251
\node(C) at (4,-4) {
b98790f0282e diagram for producing weak identities
Scott Morrison <scott@tqft.net>
parents: 481
diff changeset
   252
\begin{tikzpicture}[y=-1cm]
b98790f0282e diagram for producing weak identities
Scott Morrison <scott@tqft.net>
parents: 481
diff changeset
   253
\node[red,left] at (0,0) {$y$};
b98790f0282e diagram for producing weak identities
Scott Morrison <scott@tqft.net>
parents: 481
diff changeset
   254
\draw (0,0) \vertex 
b98790f0282e diagram for producing weak identities
Scott Morrison <scott@tqft.net>
parents: 481
diff changeset
   255
	arc (120:105:\rr) node[red,below] {$a$}
503
c221d8331f30 straight lines in figure 42
Scott Morrison <scott@tqft.net>
parents: 498
diff changeset
   256
	arc (105:90:\rr) node[red,below] {$x$} \namedvertex{x1};
c221d8331f30 straight lines in figure 42
Scott Morrison <scott@tqft.net>
parents: 498
diff changeset
   257
%	arc (90:75:\rr) node[red,below] {$x \times I$}
c221d8331f30 straight lines in figure 42
Scott Morrison <scott@tqft.net>
parents: 498
diff changeset
   258
%	arc (75:60:\rr) \vertex node[red,right] {$x$}
c221d8331f30 straight lines in figure 42
Scott Morrison <scott@tqft.net>
parents: 498
diff changeset
   259
%	arc (-60:-90:\rr) node[red,above] {$a$}
c221d8331f30 straight lines in figure 42
Scott Morrison <scott@tqft.net>
parents: 498
diff changeset
   260
%	arc (-90:-120:\rr);
c221d8331f30 straight lines in figure 42
Scott Morrison <scott@tqft.net>
parents: 498
diff changeset
   261
\draw (0,0)
c221d8331f30 straight lines in figure 42
Scott Morrison <scott@tqft.net>
parents: 498
diff changeset
   262
	arc (-120:-90:\rr) node[red,above] {$a$}
c221d8331f30 straight lines in figure 42
Scott Morrison <scott@tqft.net>
parents: 498
diff changeset
   263
	arc (-90:-61:\rr) \namedvertex{x2} node[red,right] {$x$};
c221d8331f30 straight lines in figure 42
Scott Morrison <scott@tqft.net>
parents: 498
diff changeset
   264
\draw (x1) -- node[red, below=3pt] {$x \times I$} (x2);
498
b98790f0282e diagram for producing weak identities
Scott Morrison <scott@tqft.net>
parents: 481
diff changeset
   265
\begin{scope}
b98790f0282e diagram for producing weak identities
Scott Morrison <scott@tqft.net>
parents: 481
diff changeset
   266
	\path[clip] (0,0) arc (-120:-60:\rr) arc (60:120:\rr);
b98790f0282e diagram for producing weak identities
Scott Morrison <scott@tqft.net>
parents: 481
diff changeset
   267
	\foreach \x in {0,0.48,...,9} {
b98790f0282e diagram for producing weak identities
Scott Morrison <scott@tqft.net>
parents: 481
diff changeset
   268
		\draw[green!50!brown] (\x/4,1) -- (\x,-1);
b98790f0282e diagram for producing weak identities
Scott Morrison <scott@tqft.net>
parents: 481
diff changeset
   269
	}
b98790f0282e diagram for producing weak identities
Scott Morrison <scott@tqft.net>
parents: 481
diff changeset
   270
\end{scope}
b98790f0282e diagram for producing weak identities
Scott Morrison <scott@tqft.net>
parents: 481
diff changeset
   271
\end{tikzpicture}
b98790f0282e diagram for producing weak identities
Scott Morrison <scott@tqft.net>
parents: 481
diff changeset
   272
};
b98790f0282e diagram for producing weak identities
Scott Morrison <scott@tqft.net>
parents: 481
diff changeset
   273
b98790f0282e diagram for producing weak identities
Scott Morrison <scott@tqft.net>
parents: 481
diff changeset
   274
\draw[->] (A) -- (B);
b98790f0282e diagram for producing weak identities
Scott Morrison <scott@tqft.net>
parents: 481
diff changeset
   275
\draw[->] (A) -- (C);
b98790f0282e diagram for producing weak identities
Scott Morrison <scott@tqft.net>
parents: 481
diff changeset
   276
\end{tikzpicture}
508
3072c2614a53 adding tikz fig
Kevin Walker <kevin@canyon23.net>
parents: 503
diff changeset
   277
\end{center}
498
b98790f0282e diagram for producing weak identities
Scott Morrison <scott@tqft.net>
parents: 481
diff changeset
   278
\caption{Producing weak identities from half pinched products}
126
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 125
diff changeset
   279
\label{fzo2}
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 125
diff changeset
   280
\end{figure}
457
54328be726e7 comparing_defs.tex 2-cat section
Kevin Walker <kevin@canyon23.net>
parents: 451
diff changeset
   281
As suggested by the figure, these are two different reparameterizations
54328be726e7 comparing_defs.tex 2-cat section
Kevin Walker <kevin@canyon23.net>
parents: 451
diff changeset
   282
of a half-pinched version of $a\times I$.
125
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 124
diff changeset
   283
We must show that the two compositions of these two maps give the identity 2-morphisms
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 124
diff changeset
   284
on $a$ and $a\bullet \id_x$, as defined above.
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 124
diff changeset
   285
Figure \ref{fzo3} shows one case.
126
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 125
diff changeset
   286
\begin{figure}[t]
508
3072c2614a53 adding tikz fig
Kevin Walker <kevin@canyon23.net>
parents: 503
diff changeset
   287
\begin{center}
3072c2614a53 adding tikz fig
Kevin Walker <kevin@canyon23.net>
parents: 503
diff changeset
   288
\begin{tikzpicture}
3072c2614a53 adding tikz fig
Kevin Walker <kevin@canyon23.net>
parents: 503
diff changeset
   289
3072c2614a53 adding tikz fig
Kevin Walker <kevin@canyon23.net>
parents: 503
diff changeset
   290
\newcommand{\vertex}{node[circle,fill=black,inner sep=1pt] {}}
3072c2614a53 adding tikz fig
Kevin Walker <kevin@canyon23.net>
parents: 503
diff changeset
   291
\newcommand{\nsep}{1.8}
3072c2614a53 adding tikz fig
Kevin Walker <kevin@canyon23.net>
parents: 503
diff changeset
   292
3072c2614a53 adding tikz fig
Kevin Walker <kevin@canyon23.net>
parents: 503
diff changeset
   293
\node(A) at (0,0) {
3072c2614a53 adding tikz fig
Kevin Walker <kevin@canyon23.net>
parents: 503
diff changeset
   294
\begin{tikzpicture}
3072c2614a53 adding tikz fig
Kevin Walker <kevin@canyon23.net>
parents: 503
diff changeset
   295
3072c2614a53 adding tikz fig
Kevin Walker <kevin@canyon23.net>
parents: 503
diff changeset
   296
	\draw (0,0) coordinate (p1);
3072c2614a53 adding tikz fig
Kevin Walker <kevin@canyon23.net>
parents: 503
diff changeset
   297
	\draw (3.6,0) coordinate (p2);
3072c2614a53 adding tikz fig
Kevin Walker <kevin@canyon23.net>
parents: 503
diff changeset
   298
	\draw (2.3,1) coordinate (p3);
3072c2614a53 adding tikz fig
Kevin Walker <kevin@canyon23.net>
parents: 503
diff changeset
   299
	\draw (2.3,-1) coordinate (p4);
3072c2614a53 adding tikz fig
Kevin Walker <kevin@canyon23.net>
parents: 503
diff changeset
   300
	
3072c2614a53 adding tikz fig
Kevin Walker <kevin@canyon23.net>
parents: 503
diff changeset
   301
	\begin{scope}
3072c2614a53 adding tikz fig
Kevin Walker <kevin@canyon23.net>
parents: 503
diff changeset
   302
		\clip (p1) 	.. controls +(.5,-.5) and +(-.8,0)  .. (p4) -- 
3072c2614a53 adding tikz fig
Kevin Walker <kevin@canyon23.net>
parents: 503
diff changeset
   303
				(p2) -- (p3) .. controls +(-.8,0) and +(.5,.5) .. (p1);
3072c2614a53 adding tikz fig
Kevin Walker <kevin@canyon23.net>
parents: 503
diff changeset
   304
		\foreach \x in {0,0.26,...,4} {
3072c2614a53 adding tikz fig
Kevin Walker <kevin@canyon23.net>
parents: 503
diff changeset
   305
			\draw[green!50!brown] (\x,0) -- (intersection cs: first line={(p2)--(p3)}, second line={(0,0)--(0,1)});
3072c2614a53 adding tikz fig
Kevin Walker <kevin@canyon23.net>
parents: 503
diff changeset
   306
			\draw[green!50!brown] (\x,0) -- (intersection cs: first line={(p2)--(p4)}, second line={(0,0)--(0,1)});
3072c2614a53 adding tikz fig
Kevin Walker <kevin@canyon23.net>
parents: 503
diff changeset
   307
		}
3072c2614a53 adding tikz fig
Kevin Walker <kevin@canyon23.net>
parents: 503
diff changeset
   308
	\end{scope}
3072c2614a53 adding tikz fig
Kevin Walker <kevin@canyon23.net>
parents: 503
diff changeset
   309
	
3072c2614a53 adding tikz fig
Kevin Walker <kevin@canyon23.net>
parents: 503
diff changeset
   310
	\draw (p1) .. controls ($(p1) + (.5,.5)$) and ($(p3) + (-.8,0)$) .. node[red, above=3pt] {$a$} (p3);
3072c2614a53 adding tikz fig
Kevin Walker <kevin@canyon23.net>
parents: 503
diff changeset
   311
	\draw (p1) .. controls ($(p1) + (.5,-.5)$) and ($(p4) + (-.8,0)$) .. node[red, below=3pt] {$a$} (p4);
3072c2614a53 adding tikz fig
Kevin Walker <kevin@canyon23.net>
parents: 503
diff changeset
   312
	\draw (p3) -- node[red, above=7pt, right=1pt] {$x \times I$} (p2);
3072c2614a53 adding tikz fig
Kevin Walker <kevin@canyon23.net>
parents: 503
diff changeset
   313
	\draw (p4) -- node[red, below=7pt, right=1pt] {$x \times I$} (p2);
3072c2614a53 adding tikz fig
Kevin Walker <kevin@canyon23.net>
parents: 503
diff changeset
   314
	\draw (p1) -- (p2);
3072c2614a53 adding tikz fig
Kevin Walker <kevin@canyon23.net>
parents: 503
diff changeset
   315
	
3072c2614a53 adding tikz fig
Kevin Walker <kevin@canyon23.net>
parents: 503
diff changeset
   316
	\draw (p1) \vertex;
3072c2614a53 adding tikz fig
Kevin Walker <kevin@canyon23.net>
parents: 503
diff changeset
   317
	\draw (p2) \vertex;
3072c2614a53 adding tikz fig
Kevin Walker <kevin@canyon23.net>
parents: 503
diff changeset
   318
	\draw (p3) \vertex;
3072c2614a53 adding tikz fig
Kevin Walker <kevin@canyon23.net>
parents: 503
diff changeset
   319
	\draw (p4) \vertex;
3072c2614a53 adding tikz fig
Kevin Walker <kevin@canyon23.net>
parents: 503
diff changeset
   320
3072c2614a53 adding tikz fig
Kevin Walker <kevin@canyon23.net>
parents: 503
diff changeset
   321
\end{tikzpicture}
3072c2614a53 adding tikz fig
Kevin Walker <kevin@canyon23.net>
parents: 503
diff changeset
   322
};
3072c2614a53 adding tikz fig
Kevin Walker <kevin@canyon23.net>
parents: 503
diff changeset
   323
3072c2614a53 adding tikz fig
Kevin Walker <kevin@canyon23.net>
parents: 503
diff changeset
   324
\node[outer sep=\nsep](B) at (5.5,0) {
3072c2614a53 adding tikz fig
Kevin Walker <kevin@canyon23.net>
parents: 503
diff changeset
   325
\begin{tikzpicture}
3072c2614a53 adding tikz fig
Kevin Walker <kevin@canyon23.net>
parents: 503
diff changeset
   326
3072c2614a53 adding tikz fig
Kevin Walker <kevin@canyon23.net>
parents: 503
diff changeset
   327
	\draw (0,0) coordinate (p1);
3072c2614a53 adding tikz fig
Kevin Walker <kevin@canyon23.net>
parents: 503
diff changeset
   328
	\draw (3.6,0) coordinate (p2);
3072c2614a53 adding tikz fig
Kevin Walker <kevin@canyon23.net>
parents: 503
diff changeset
   329
	\draw (2.3,1) coordinate (p3);
3072c2614a53 adding tikz fig
Kevin Walker <kevin@canyon23.net>
parents: 503
diff changeset
   330
	\draw (2.3,-1) coordinate (p4);
3072c2614a53 adding tikz fig
Kevin Walker <kevin@canyon23.net>
parents: 503
diff changeset
   331
	\draw (4.6,0) coordinate (p2b);
3072c2614a53 adding tikz fig
Kevin Walker <kevin@canyon23.net>
parents: 503
diff changeset
   332
	
3072c2614a53 adding tikz fig
Kevin Walker <kevin@canyon23.net>
parents: 503
diff changeset
   333
	\begin{scope}
3072c2614a53 adding tikz fig
Kevin Walker <kevin@canyon23.net>
parents: 503
diff changeset
   334
		\clip (p1) 	.. controls +(.5,-.5) and +(-.8,0)  .. (p4) -- 
3072c2614a53 adding tikz fig
Kevin Walker <kevin@canyon23.net>
parents: 503
diff changeset
   335
				(p2) -- (p3) .. controls +(-.8,0) and +(.5,.5) .. (p1);
3072c2614a53 adding tikz fig
Kevin Walker <kevin@canyon23.net>
parents: 503
diff changeset
   336
		\foreach \x in {0,0.26,...,4} {
3072c2614a53 adding tikz fig
Kevin Walker <kevin@canyon23.net>
parents: 503
diff changeset
   337
			\draw[green!50!brown] (\x,0) -- (intersection cs: first line={(p2)--(p3)}, second line={(0,0)--(0,1)});
3072c2614a53 adding tikz fig
Kevin Walker <kevin@canyon23.net>
parents: 503
diff changeset
   338
			\draw[green!50!brown] (\x,0) -- (intersection cs: first line={(p2)--(p4)}, second line={(0,0)--(0,1)});
3072c2614a53 adding tikz fig
Kevin Walker <kevin@canyon23.net>
parents: 503
diff changeset
   339
		}
3072c2614a53 adding tikz fig
Kevin Walker <kevin@canyon23.net>
parents: 503
diff changeset
   340
	\end{scope}
3072c2614a53 adding tikz fig
Kevin Walker <kevin@canyon23.net>
parents: 503
diff changeset
   341
	
3072c2614a53 adding tikz fig
Kevin Walker <kevin@canyon23.net>
parents: 503
diff changeset
   342
	\begin{scope}
3072c2614a53 adding tikz fig
Kevin Walker <kevin@canyon23.net>
parents: 503
diff changeset
   343
		\clip (p3)--(p2)--(p4)--(p2b)--cycle;
3072c2614a53 adding tikz fig
Kevin Walker <kevin@canyon23.net>
parents: 503
diff changeset
   344
		\draw[blue!50!brown, step=.23] ($(p4)+(0,-1)$) grid +(3,3);
3072c2614a53 adding tikz fig
Kevin Walker <kevin@canyon23.net>
parents: 503
diff changeset
   345
	\end{scope}
3072c2614a53 adding tikz fig
Kevin Walker <kevin@canyon23.net>
parents: 503
diff changeset
   346
	
3072c2614a53 adding tikz fig
Kevin Walker <kevin@canyon23.net>
parents: 503
diff changeset
   347
	\draw (p1) .. controls ($(p1) + (.5,.5)$) and ($(p3) + (-.8,0)$) .. node[red, above=3pt] {$a$} (p3);
3072c2614a53 adding tikz fig
Kevin Walker <kevin@canyon23.net>
parents: 503
diff changeset
   348
	\draw (p1) .. controls ($(p1) + (.5,-.5)$) and ($(p4) + (-.8,0)$) .. node[red, below=3pt] {$a$} (p4);
3072c2614a53 adding tikz fig
Kevin Walker <kevin@canyon23.net>
parents: 503
diff changeset
   349
	\draw (p3) -- (p2);
3072c2614a53 adding tikz fig
Kevin Walker <kevin@canyon23.net>
parents: 503
diff changeset
   350
	\draw (p4) -- (p2);
3072c2614a53 adding tikz fig
Kevin Walker <kevin@canyon23.net>
parents: 503
diff changeset
   351
	\draw (p3) -- node[red, above=7pt, right=1pt] {$x \times I$} (p2b);
3072c2614a53 adding tikz fig
Kevin Walker <kevin@canyon23.net>
parents: 503
diff changeset
   352
	\draw (p4) -- node[red, below=7pt, right=1pt] {$x \times I$} (p2b);
3072c2614a53 adding tikz fig
Kevin Walker <kevin@canyon23.net>
parents: 503
diff changeset
   353
	
3072c2614a53 adding tikz fig
Kevin Walker <kevin@canyon23.net>
parents: 503
diff changeset
   354
	\draw (p1) \vertex;
3072c2614a53 adding tikz fig
Kevin Walker <kevin@canyon23.net>
parents: 503
diff changeset
   355
	\draw (p2) \vertex;
3072c2614a53 adding tikz fig
Kevin Walker <kevin@canyon23.net>
parents: 503
diff changeset
   356
	\draw (p3) \vertex;
3072c2614a53 adding tikz fig
Kevin Walker <kevin@canyon23.net>
parents: 503
diff changeset
   357
	\draw (p4) \vertex;
3072c2614a53 adding tikz fig
Kevin Walker <kevin@canyon23.net>
parents: 503
diff changeset
   358
	\draw (p2b) \vertex;
3072c2614a53 adding tikz fig
Kevin Walker <kevin@canyon23.net>
parents: 503
diff changeset
   359
3072c2614a53 adding tikz fig
Kevin Walker <kevin@canyon23.net>
parents: 503
diff changeset
   360
\end{tikzpicture}
3072c2614a53 adding tikz fig
Kevin Walker <kevin@canyon23.net>
parents: 503
diff changeset
   361
};
3072c2614a53 adding tikz fig
Kevin Walker <kevin@canyon23.net>
parents: 503
diff changeset
   362
3072c2614a53 adding tikz fig
Kevin Walker <kevin@canyon23.net>
parents: 503
diff changeset
   363
\node[outer sep=\nsep](C) at (11,0) {
3072c2614a53 adding tikz fig
Kevin Walker <kevin@canyon23.net>
parents: 503
diff changeset
   364
\begin{tikzpicture}
3072c2614a53 adding tikz fig
Kevin Walker <kevin@canyon23.net>
parents: 503
diff changeset
   365
3072c2614a53 adding tikz fig
Kevin Walker <kevin@canyon23.net>
parents: 503
diff changeset
   366
	\draw (0,0) coordinate (p1);
3072c2614a53 adding tikz fig
Kevin Walker <kevin@canyon23.net>
parents: 503
diff changeset
   367
	\draw (2.3,0) coordinate (p2);
3072c2614a53 adding tikz fig
Kevin Walker <kevin@canyon23.net>
parents: 503
diff changeset
   368
	\draw (2.3,1) coordinate (p3);
3072c2614a53 adding tikz fig
Kevin Walker <kevin@canyon23.net>
parents: 503
diff changeset
   369
	\draw (2.3,-1) coordinate (p4);
3072c2614a53 adding tikz fig
Kevin Walker <kevin@canyon23.net>
parents: 503
diff changeset
   370
	\draw (3.6,0) coordinate (p2b);
3072c2614a53 adding tikz fig
Kevin Walker <kevin@canyon23.net>
parents: 503
diff changeset
   371
	
3072c2614a53 adding tikz fig
Kevin Walker <kevin@canyon23.net>
parents: 503
diff changeset
   372
	\begin{scope}
3072c2614a53 adding tikz fig
Kevin Walker <kevin@canyon23.net>
parents: 503
diff changeset
   373
		\clip (p1) 	.. controls +(.5,-.5) and +(-.8,0)  .. (p4) -- 
3072c2614a53 adding tikz fig
Kevin Walker <kevin@canyon23.net>
parents: 503
diff changeset
   374
				(p2) -- (p3) .. controls +(-.8,0) and +(.5,.5) .. (p1);
3072c2614a53 adding tikz fig
Kevin Walker <kevin@canyon23.net>
parents: 503
diff changeset
   375
		\foreach \x in {0,0.26,...,4} {
3072c2614a53 adding tikz fig
Kevin Walker <kevin@canyon23.net>
parents: 503
diff changeset
   376
			\draw[green!50!brown] (\x,-1) -- (\x,1);
3072c2614a53 adding tikz fig
Kevin Walker <kevin@canyon23.net>
parents: 503
diff changeset
   377
		}
3072c2614a53 adding tikz fig
Kevin Walker <kevin@canyon23.net>
parents: 503
diff changeset
   378
	\end{scope}
3072c2614a53 adding tikz fig
Kevin Walker <kevin@canyon23.net>
parents: 503
diff changeset
   379
	
3072c2614a53 adding tikz fig
Kevin Walker <kevin@canyon23.net>
parents: 503
diff changeset
   380
	\begin{scope}
3072c2614a53 adding tikz fig
Kevin Walker <kevin@canyon23.net>
parents: 503
diff changeset
   381
		\clip (p3)--(p2)--(p4)--(p2b)--cycle;
3072c2614a53 adding tikz fig
Kevin Walker <kevin@canyon23.net>
parents: 503
diff changeset
   382
		\draw[blue!50!brown, step=.23] ($(p4)+(0,-1)$) grid +(3,3);
3072c2614a53 adding tikz fig
Kevin Walker <kevin@canyon23.net>
parents: 503
diff changeset
   383
	\end{scope}
3072c2614a53 adding tikz fig
Kevin Walker <kevin@canyon23.net>
parents: 503
diff changeset
   384
	
3072c2614a53 adding tikz fig
Kevin Walker <kevin@canyon23.net>
parents: 503
diff changeset
   385
	\draw (p1) .. controls ($(p1) + (.5,.5)$) and ($(p3) + (-.8,0)$) .. node[red, above=3pt] {$a$} (p3);
3072c2614a53 adding tikz fig
Kevin Walker <kevin@canyon23.net>
parents: 503
diff changeset
   386
	\draw (p1) .. controls ($(p1) + (.5,-.5)$) and ($(p4) + (-.8,0)$) .. node[red, below=3pt] {$a$} (p4);
3072c2614a53 adding tikz fig
Kevin Walker <kevin@canyon23.net>
parents: 503
diff changeset
   387
	\draw[green!50!brown] (p3) -- (p4);
3072c2614a53 adding tikz fig
Kevin Walker <kevin@canyon23.net>
parents: 503
diff changeset
   388
	\draw (p3) -- node[red, above=7pt, right=1pt] {$x \times I$} (p2b);
3072c2614a53 adding tikz fig
Kevin Walker <kevin@canyon23.net>
parents: 503
diff changeset
   389
	\draw (p4) -- node[red, below=7pt, right=1pt] {$x \times I$} (p2b);
3072c2614a53 adding tikz fig
Kevin Walker <kevin@canyon23.net>
parents: 503
diff changeset
   390
	
3072c2614a53 adding tikz fig
Kevin Walker <kevin@canyon23.net>
parents: 503
diff changeset
   391
	\draw (p1) \vertex;
3072c2614a53 adding tikz fig
Kevin Walker <kevin@canyon23.net>
parents: 503
diff changeset
   392
	\draw (p3) \vertex;
3072c2614a53 adding tikz fig
Kevin Walker <kevin@canyon23.net>
parents: 503
diff changeset
   393
	\draw (p4) \vertex;
3072c2614a53 adding tikz fig
Kevin Walker <kevin@canyon23.net>
parents: 503
diff changeset
   394
	\draw (p2b) \vertex;
3072c2614a53 adding tikz fig
Kevin Walker <kevin@canyon23.net>
parents: 503
diff changeset
   395
3072c2614a53 adding tikz fig
Kevin Walker <kevin@canyon23.net>
parents: 503
diff changeset
   396
\end{tikzpicture}
3072c2614a53 adding tikz fig
Kevin Walker <kevin@canyon23.net>
parents: 503
diff changeset
   397
};
3072c2614a53 adding tikz fig
Kevin Walker <kevin@canyon23.net>
parents: 503
diff changeset
   398
3072c2614a53 adding tikz fig
Kevin Walker <kevin@canyon23.net>
parents: 503
diff changeset
   399
\draw[->, thick, blue!50!green] (A) -- (B);
3072c2614a53 adding tikz fig
Kevin Walker <kevin@canyon23.net>
parents: 503
diff changeset
   400
\draw[->, thick, blue!50!green] (B) -- node[black, above] {$=$} (C);
3072c2614a53 adding tikz fig
Kevin Walker <kevin@canyon23.net>
parents: 503
diff changeset
   401
3072c2614a53 adding tikz fig
Kevin Walker <kevin@canyon23.net>
parents: 503
diff changeset
   402
\end{tikzpicture}
3072c2614a53 adding tikz fig
Kevin Walker <kevin@canyon23.net>
parents: 503
diff changeset
   403
\end{center}
498
b98790f0282e diagram for producing weak identities
Scott Morrison <scott@tqft.net>
parents: 481
diff changeset
   404
\caption{Composition of weak identities, 1}
126
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 125
diff changeset
   405
\label{fzo3}
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 125
diff changeset
   406
\end{figure}
457
54328be726e7 comparing_defs.tex 2-cat section
Kevin Walker <kevin@canyon23.net>
parents: 451
diff changeset
   407
In the first step we have inserted a copy of $(x\times I)\times I$.
125
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 124
diff changeset
   408
Figure \ref{fzo4} shows the other case.
126
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 125
diff changeset
   409
\begin{figure}[t]
509
6755d5ae9aeb another fig
Kevin Walker <kevin@canyon23.net>
parents: 508
diff changeset
   410
\begin{center}
6755d5ae9aeb another fig
Kevin Walker <kevin@canyon23.net>
parents: 508
diff changeset
   411
\begin{tikzpicture}
6755d5ae9aeb another fig
Kevin Walker <kevin@canyon23.net>
parents: 508
diff changeset
   412
6755d5ae9aeb another fig
Kevin Walker <kevin@canyon23.net>
parents: 508
diff changeset
   413
\newcommand{\vertex}{node[circle,fill=black,inner sep=1pt] {}}
6755d5ae9aeb another fig
Kevin Walker <kevin@canyon23.net>
parents: 508
diff changeset
   414
\newcommand{\nsep}{1.8}
6755d5ae9aeb another fig
Kevin Walker <kevin@canyon23.net>
parents: 508
diff changeset
   415
510
537de60474ec more figures
Kevin Walker <kevin@canyon23.net>
parents: 509
diff changeset
   416
\clip (-4,-1.25)--(12,-1.25)--(16,1.25)--(-1,1.25)--cycle;
537de60474ec more figures
Kevin Walker <kevin@canyon23.net>
parents: 509
diff changeset
   417
537de60474ec more figures
Kevin Walker <kevin@canyon23.net>
parents: 509
diff changeset
   418
509
6755d5ae9aeb another fig
Kevin Walker <kevin@canyon23.net>
parents: 508
diff changeset
   419
\node[outer sep=\nsep](A) at (0,0) {
6755d5ae9aeb another fig
Kevin Walker <kevin@canyon23.net>
parents: 508
diff changeset
   420
\begin{tikzpicture}
6755d5ae9aeb another fig
Kevin Walker <kevin@canyon23.net>
parents: 508
diff changeset
   421
	\draw (0,0) coordinate (p1);
6755d5ae9aeb another fig
Kevin Walker <kevin@canyon23.net>
parents: 508
diff changeset
   422
	\draw (4,0) coordinate (p2);
6755d5ae9aeb another fig
Kevin Walker <kevin@canyon23.net>
parents: 508
diff changeset
   423
	\draw (2.4,0) coordinate (p2a);
6755d5ae9aeb another fig
Kevin Walker <kevin@canyon23.net>
parents: 508
diff changeset
   424
	\draw (2,1.2) coordinate (pu);
6755d5ae9aeb another fig
Kevin Walker <kevin@canyon23.net>
parents: 508
diff changeset
   425
	\draw (2,-1.2) coordinate (pd);
6755d5ae9aeb another fig
Kevin Walker <kevin@canyon23.net>
parents: 508
diff changeset
   426
6755d5ae9aeb another fig
Kevin Walker <kevin@canyon23.net>
parents: 508
diff changeset
   427
	\begin{scope}
6755d5ae9aeb another fig
Kevin Walker <kevin@canyon23.net>
parents: 508
diff changeset
   428
		\clip (p1) .. controls (pu) .. (p2) .. controls (pd) .. (p1);
6755d5ae9aeb another fig
Kevin Walker <kevin@canyon23.net>
parents: 508
diff changeset
   429
		\foreach \t in {0,.065,...,1} {
6755d5ae9aeb another fig
Kevin Walker <kevin@canyon23.net>
parents: 508
diff changeset
   430
			\draw[green!50!brown] ($(p1)!\t!(p2a)$) -- +(90 - \t*90 + \t*6 : 4);
6755d5ae9aeb another fig
Kevin Walker <kevin@canyon23.net>
parents: 508
diff changeset
   431
			\draw[green!50!brown] ($(p1)!\t!(p2a)$) -- +(-90 + \t*90 - \t*6 : 4);
6755d5ae9aeb another fig
Kevin Walker <kevin@canyon23.net>
parents: 508
diff changeset
   432
		}
6755d5ae9aeb another fig
Kevin Walker <kevin@canyon23.net>
parents: 508
diff changeset
   433
		\draw[dashed] ($(p2a) + (-.6,3)$)--(p2a)--($(p2a) + (-.6,-3)$);
6755d5ae9aeb another fig
Kevin Walker <kevin@canyon23.net>
parents: 508
diff changeset
   434
	\end{scope}
6755d5ae9aeb another fig
Kevin Walker <kevin@canyon23.net>
parents: 508
diff changeset
   435
6755d5ae9aeb another fig
Kevin Walker <kevin@canyon23.net>
parents: 508
diff changeset
   436
	\draw (p1) .. controls (pu) .. (p2) .. controls (pd) .. (p1);
6755d5ae9aeb another fig
Kevin Walker <kevin@canyon23.net>
parents: 508
diff changeset
   437
	\draw (p1)--(p2);
6755d5ae9aeb another fig
Kevin Walker <kevin@canyon23.net>
parents: 508
diff changeset
   438
6755d5ae9aeb another fig
Kevin Walker <kevin@canyon23.net>
parents: 508
diff changeset
   439
	\draw (p1) \vertex;
6755d5ae9aeb another fig
Kevin Walker <kevin@canyon23.net>
parents: 508
diff changeset
   440
	\draw (p2) \vertex;
6755d5ae9aeb another fig
Kevin Walker <kevin@canyon23.net>
parents: 508
diff changeset
   441
	\draw (p2a) \vertex;
6755d5ae9aeb another fig
Kevin Walker <kevin@canyon23.net>
parents: 508
diff changeset
   442
\end{tikzpicture}
6755d5ae9aeb another fig
Kevin Walker <kevin@canyon23.net>
parents: 508
diff changeset
   443
};
6755d5ae9aeb another fig
Kevin Walker <kevin@canyon23.net>
parents: 508
diff changeset
   444
6755d5ae9aeb another fig
Kevin Walker <kevin@canyon23.net>
parents: 508
diff changeset
   445
\node[outer sep=\nsep](B) at (5,0) {
6755d5ae9aeb another fig
Kevin Walker <kevin@canyon23.net>
parents: 508
diff changeset
   446
\begin{tikzpicture}
6755d5ae9aeb another fig
Kevin Walker <kevin@canyon23.net>
parents: 508
diff changeset
   447
	\draw (0,0) coordinate (p1);
6755d5ae9aeb another fig
Kevin Walker <kevin@canyon23.net>
parents: 508
diff changeset
   448
	\draw (4,0) coordinate (p2);
6755d5ae9aeb another fig
Kevin Walker <kevin@canyon23.net>
parents: 508
diff changeset
   449
	\draw (2.4,0) coordinate (p2a);
6755d5ae9aeb another fig
Kevin Walker <kevin@canyon23.net>
parents: 508
diff changeset
   450
	\draw (2,1.2) coordinate (pu);
6755d5ae9aeb another fig
Kevin Walker <kevin@canyon23.net>
parents: 508
diff changeset
   451
	\draw (2,-1.2) coordinate (pd);
6755d5ae9aeb another fig
Kevin Walker <kevin@canyon23.net>
parents: 508
diff changeset
   452
6755d5ae9aeb another fig
Kevin Walker <kevin@canyon23.net>
parents: 508
diff changeset
   453
	\begin{scope}
6755d5ae9aeb another fig
Kevin Walker <kevin@canyon23.net>
parents: 508
diff changeset
   454
	\clip (-.1,3)--($(p2a) + (-.6,3)$)--(p2a)--($(p2a) + (-.6,-3)$)--(-.1,-3)--cycle;
6755d5ae9aeb another fig
Kevin Walker <kevin@canyon23.net>
parents: 508
diff changeset
   455
6755d5ae9aeb another fig
Kevin Walker <kevin@canyon23.net>
parents: 508
diff changeset
   456
	\begin{scope}
6755d5ae9aeb another fig
Kevin Walker <kevin@canyon23.net>
parents: 508
diff changeset
   457
		\clip (p1) .. controls (pu) .. (p2) .. controls (pd) .. (p1);
6755d5ae9aeb another fig
Kevin Walker <kevin@canyon23.net>
parents: 508
diff changeset
   458
		\foreach \t in {0,.065,...,1} {
6755d5ae9aeb another fig
Kevin Walker <kevin@canyon23.net>
parents: 508
diff changeset
   459
			\draw[green!50!brown] ($(p1)!\t!(p2a)$) -- +(90 - \t*90 + \t*6 : 4);
6755d5ae9aeb another fig
Kevin Walker <kevin@canyon23.net>
parents: 508
diff changeset
   460
			\draw[green!50!brown] ($(p1)!\t!(p2a)$) -- +(-90 + \t*90 - \t*6 : 4);
6755d5ae9aeb another fig
Kevin Walker <kevin@canyon23.net>
parents: 508
diff changeset
   461
		}
6755d5ae9aeb another fig
Kevin Walker <kevin@canyon23.net>
parents: 508
diff changeset
   462
		\draw ($(p2a) + (-.6,3)$)--(p2a)--($(p2a) + (-.6,-3)$);
6755d5ae9aeb another fig
Kevin Walker <kevin@canyon23.net>
parents: 508
diff changeset
   463
	\end{scope}
6755d5ae9aeb another fig
Kevin Walker <kevin@canyon23.net>
parents: 508
diff changeset
   464
6755d5ae9aeb another fig
Kevin Walker <kevin@canyon23.net>
parents: 508
diff changeset
   465
6755d5ae9aeb another fig
Kevin Walker <kevin@canyon23.net>
parents: 508
diff changeset
   466
	\draw (p1) .. controls (pu) .. (p2) .. controls (pd) .. (p1);
6755d5ae9aeb another fig
Kevin Walker <kevin@canyon23.net>
parents: 508
diff changeset
   467
	%\draw (p1)--(p2);
6755d5ae9aeb another fig
Kevin Walker <kevin@canyon23.net>
parents: 508
diff changeset
   468
	\end{scope}
6755d5ae9aeb another fig
Kevin Walker <kevin@canyon23.net>
parents: 508
diff changeset
   469
6755d5ae9aeb another fig
Kevin Walker <kevin@canyon23.net>
parents: 508
diff changeset
   470
	\begin{scope}
6755d5ae9aeb another fig
Kevin Walker <kevin@canyon23.net>
parents: 508
diff changeset
   471
		\clip (p1) .. controls (pu) .. (p2) .. controls (pd) .. (p1);
6755d5ae9aeb another fig
Kevin Walker <kevin@canyon23.net>
parents: 508
diff changeset
   472
		\draw ($(p2a) + (-.6,3)$)--(p2a)--($(p2a) + (-.6,-3)$);
6755d5ae9aeb another fig
Kevin Walker <kevin@canyon23.net>
parents: 508
diff changeset
   473
	\end{scope}
6755d5ae9aeb another fig
Kevin Walker <kevin@canyon23.net>
parents: 508
diff changeset
   474
6755d5ae9aeb another fig
Kevin Walker <kevin@canyon23.net>
parents: 508
diff changeset
   475
	\draw (p1) \vertex;
6755d5ae9aeb another fig
Kevin Walker <kevin@canyon23.net>
parents: 508
diff changeset
   476
	\draw (p2a) \vertex;
6755d5ae9aeb another fig
Kevin Walker <kevin@canyon23.net>
parents: 508
diff changeset
   477
\end{tikzpicture}
6755d5ae9aeb another fig
Kevin Walker <kevin@canyon23.net>
parents: 508
diff changeset
   478
};
6755d5ae9aeb another fig
Kevin Walker <kevin@canyon23.net>
parents: 508
diff changeset
   479
6755d5ae9aeb another fig
Kevin Walker <kevin@canyon23.net>
parents: 508
diff changeset
   480
\node[outer sep=\nsep](C) at (9,0) {
6755d5ae9aeb another fig
Kevin Walker <kevin@canyon23.net>
parents: 508
diff changeset
   481
\begin{tikzpicture}
6755d5ae9aeb another fig
Kevin Walker <kevin@canyon23.net>
parents: 508
diff changeset
   482
	\draw (0,0) coordinate (p1);
6755d5ae9aeb another fig
Kevin Walker <kevin@canyon23.net>
parents: 508
diff changeset
   483
	\draw (4,0) coordinate (p2);
6755d5ae9aeb another fig
Kevin Walker <kevin@canyon23.net>
parents: 508
diff changeset
   484
	\draw (2,1.2) coordinate (pu);
6755d5ae9aeb another fig
Kevin Walker <kevin@canyon23.net>
parents: 508
diff changeset
   485
	\draw (2,-1.2) coordinate (pd);
6755d5ae9aeb another fig
Kevin Walker <kevin@canyon23.net>
parents: 508
diff changeset
   486
6755d5ae9aeb another fig
Kevin Walker <kevin@canyon23.net>
parents: 508
diff changeset
   487
	\begin{scope}
6755d5ae9aeb another fig
Kevin Walker <kevin@canyon23.net>
parents: 508
diff changeset
   488
		\clip (p1) .. controls (pu) .. (p2) .. controls (pd) .. (p1);
6755d5ae9aeb another fig
Kevin Walker <kevin@canyon23.net>
parents: 508
diff changeset
   489
		\foreach \t in {0,.045,...,1} {
6755d5ae9aeb another fig
Kevin Walker <kevin@canyon23.net>
parents: 508
diff changeset
   490
			\draw[green!50!brown] ($(p1)!\t!(p2) + (0,2)$) -- +(0,-4);
6755d5ae9aeb another fig
Kevin Walker <kevin@canyon23.net>
parents: 508
diff changeset
   491
		}
6755d5ae9aeb another fig
Kevin Walker <kevin@canyon23.net>
parents: 508
diff changeset
   492
	\end{scope}
6755d5ae9aeb another fig
Kevin Walker <kevin@canyon23.net>
parents: 508
diff changeset
   493
6755d5ae9aeb another fig
Kevin Walker <kevin@canyon23.net>
parents: 508
diff changeset
   494
	\draw (p1) .. controls (pu) .. (p2) .. controls (pd) .. (p1);
6755d5ae9aeb another fig
Kevin Walker <kevin@canyon23.net>
parents: 508
diff changeset
   495
6755d5ae9aeb another fig
Kevin Walker <kevin@canyon23.net>
parents: 508
diff changeset
   496
	\draw (p1) \vertex;
6755d5ae9aeb another fig
Kevin Walker <kevin@canyon23.net>
parents: 508
diff changeset
   497
	\draw (p2) \vertex;
6755d5ae9aeb another fig
Kevin Walker <kevin@canyon23.net>
parents: 508
diff changeset
   498
\end{tikzpicture}
6755d5ae9aeb another fig
Kevin Walker <kevin@canyon23.net>
parents: 508
diff changeset
   499
};
6755d5ae9aeb another fig
Kevin Walker <kevin@canyon23.net>
parents: 508
diff changeset
   500
6755d5ae9aeb another fig
Kevin Walker <kevin@canyon23.net>
parents: 508
diff changeset
   501
\draw[->, thick, blue!50!green] (A) -- (B);
6755d5ae9aeb another fig
Kevin Walker <kevin@canyon23.net>
parents: 508
diff changeset
   502
\draw[->, thick, blue!50!green] ($(B) + (1,0)$) -- node[black, above] {$=$} (C);
6755d5ae9aeb another fig
Kevin Walker <kevin@canyon23.net>
parents: 508
diff changeset
   503
6755d5ae9aeb another fig
Kevin Walker <kevin@canyon23.net>
parents: 508
diff changeset
   504
\end{tikzpicture}
6755d5ae9aeb another fig
Kevin Walker <kevin@canyon23.net>
parents: 508
diff changeset
   505
\end{center}
498
b98790f0282e diagram for producing weak identities
Scott Morrison <scott@tqft.net>
parents: 481
diff changeset
   506
\caption{Composition of weak identities, 2}
126
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 125
diff changeset
   507
\label{fzo4}
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 125
diff changeset
   508
\end{figure}
457
54328be726e7 comparing_defs.tex 2-cat section
Kevin Walker <kevin@canyon23.net>
parents: 451
diff changeset
   509
We identify a product region and remove it.
124
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 115
diff changeset
   510
510
537de60474ec more figures
Kevin Walker <kevin@canyon23.net>
parents: 509
diff changeset
   511
We define horizontal composition $f *_h g$ of 2-morphisms $f$ and $g$ as shown in Figure \ref{fzo5}.
345
c27e875508fd breaking long lines
Kevin Walker <kevin@canyon23.net>
parents: 204
diff changeset
   512
It is not hard to show that this is independent of the arbitrary (left/right) 
c27e875508fd breaking long lines
Kevin Walker <kevin@canyon23.net>
parents: 204
diff changeset
   513
choice made in the definition, and that it is associative.
127
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 126
diff changeset
   514
\begin{figure}[t]
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 126
diff changeset
   515
\begin{equation*}
510
537de60474ec more figures
Kevin Walker <kevin@canyon23.net>
parents: 509
diff changeset
   516
\raisebox{-.9cm}{
537de60474ec more figures
Kevin Walker <kevin@canyon23.net>
parents: 509
diff changeset
   517
\begin{tikzpicture}
537de60474ec more figures
Kevin Walker <kevin@canyon23.net>
parents: 509
diff changeset
   518
	\draw (0,0) .. controls +(1,.8) and +(-1,.8) .. node[above] {$b$} (2.9,0)
537de60474ec more figures
Kevin Walker <kevin@canyon23.net>
parents: 509
diff changeset
   519
				.. controls +(-1,-.8) and +(1,-.8) .. node[below] {$a$} (0,0);
537de60474ec more figures
Kevin Walker <kevin@canyon23.net>
parents: 509
diff changeset
   520
	\draw[->, thick, orange!50!brown] (1.45,-.4)--  node[left, black] {$f$} +(0,.8);
537de60474ec more figures
Kevin Walker <kevin@canyon23.net>
parents: 509
diff changeset
   521
\end{tikzpicture}}
537de60474ec more figures
Kevin Walker <kevin@canyon23.net>
parents: 509
diff changeset
   522
\;\;\;*_h\;\;
537de60474ec more figures
Kevin Walker <kevin@canyon23.net>
parents: 509
diff changeset
   523
\raisebox{-.9cm}{
537de60474ec more figures
Kevin Walker <kevin@canyon23.net>
parents: 509
diff changeset
   524
\begin{tikzpicture}
537de60474ec more figures
Kevin Walker <kevin@canyon23.net>
parents: 509
diff changeset
   525
	\draw (0,0) .. controls +(1,.8) and +(-1,.8) .. node[above] {$d$} (2.9,0)
537de60474ec more figures
Kevin Walker <kevin@canyon23.net>
parents: 509
diff changeset
   526
				.. controls +(-1,-.8) and +(1,-.8) .. node[below] {$c$} (0,0);
537de60474ec more figures
Kevin Walker <kevin@canyon23.net>
parents: 509
diff changeset
   527
	\draw[->, thick, orange!50!brown] (1.45,-.4)--  node[left, black] {$g$} +(0,.8);
537de60474ec more figures
Kevin Walker <kevin@canyon23.net>
parents: 509
diff changeset
   528
\end{tikzpicture}}
537de60474ec more figures
Kevin Walker <kevin@canyon23.net>
parents: 509
diff changeset
   529
\;=\;
537de60474ec more figures
Kevin Walker <kevin@canyon23.net>
parents: 509
diff changeset
   530
\raisebox{-1.9cm}{
537de60474ec more figures
Kevin Walker <kevin@canyon23.net>
parents: 509
diff changeset
   531
\begin{tikzpicture}
537de60474ec more figures
Kevin Walker <kevin@canyon23.net>
parents: 509
diff changeset
   532
	\draw (0,0) coordinate (p1);
537de60474ec more figures
Kevin Walker <kevin@canyon23.net>
parents: 509
diff changeset
   533
	\draw (5.8,0) coordinate (p2);
537de60474ec more figures
Kevin Walker <kevin@canyon23.net>
parents: 509
diff changeset
   534
	\draw (2.9,.3) coordinate (pu);
537de60474ec more figures
Kevin Walker <kevin@canyon23.net>
parents: 509
diff changeset
   535
	\draw (2.9,-.3) coordinate (pd);
537de60474ec more figures
Kevin Walker <kevin@canyon23.net>
parents: 509
diff changeset
   536
	\begin{scope}
537de60474ec more figures
Kevin Walker <kevin@canyon23.net>
parents: 509
diff changeset
   537
		\clip (p1) .. controls +(.6,.3) and +(-.5,0) .. (pu)
537de60474ec more figures
Kevin Walker <kevin@canyon23.net>
parents: 509
diff changeset
   538
					.. controls +(.5,0) and +(-.6,.3) .. (p2)
537de60474ec more figures
Kevin Walker <kevin@canyon23.net>
parents: 509
diff changeset
   539
					.. controls +(-.6,-.3) and +(.5,0) .. (pd)
537de60474ec more figures
Kevin Walker <kevin@canyon23.net>
parents: 509
diff changeset
   540
					.. controls +(-.5,0) and +(.6,-.3) .. (p1);
537de60474ec more figures
Kevin Walker <kevin@canyon23.net>
parents: 509
diff changeset
   541
		\foreach \t in {0,.03,...,1} {
537de60474ec more figures
Kevin Walker <kevin@canyon23.net>
parents: 509
diff changeset
   542
			\draw[green!50!brown] ($(p1)!\t!(p2) + (0,2)$) -- +(0,-4);
537de60474ec more figures
Kevin Walker <kevin@canyon23.net>
parents: 509
diff changeset
   543
		}
537de60474ec more figures
Kevin Walker <kevin@canyon23.net>
parents: 509
diff changeset
   544
	\end{scope}
537de60474ec more figures
Kevin Walker <kevin@canyon23.net>
parents: 509
diff changeset
   545
	\draw (p1) .. controls +(.6,.3) and +(-.5,0) .. (pu)
537de60474ec more figures
Kevin Walker <kevin@canyon23.net>
parents: 509
diff changeset
   546
				.. controls +(.5,0) and +(-.6,.3) .. (p2)
537de60474ec more figures
Kevin Walker <kevin@canyon23.net>
parents: 509
diff changeset
   547
				.. controls +(-.6,-.3) and +(.5,0) .. (pd)
537de60474ec more figures
Kevin Walker <kevin@canyon23.net>
parents: 509
diff changeset
   548
				.. controls +(-.5,0) and +(.6,-.3) .. (p1);
537de60474ec more figures
Kevin Walker <kevin@canyon23.net>
parents: 509
diff changeset
   549
	\draw (p1) .. controls +(1,-2) and +(-1,-1) .. (pd);
537de60474ec more figures
Kevin Walker <kevin@canyon23.net>
parents: 509
diff changeset
   550
	\draw (p2) .. controls +(-1,2) and +(1,1) .. (pu);
537de60474ec more figures
Kevin Walker <kevin@canyon23.net>
parents: 509
diff changeset
   551
	\draw[->, thick, orange!50!brown] (1.45,-1.1)--  node[left, black] {$f$} +(0,.7);
537de60474ec more figures
Kevin Walker <kevin@canyon23.net>
parents: 509
diff changeset
   552
	\draw[->, thick, orange!50!brown] (4.35,.4)--  node[left, black] {$g$} +(0,.7);
537de60474ec more figures
Kevin Walker <kevin@canyon23.net>
parents: 509
diff changeset
   553
	\draw[->, thick, blue!75!yellow] (1.5,.78) node[black, above] {$(b\cdot c)\times I$} -- (2.5,0);
537de60474ec more figures
Kevin Walker <kevin@canyon23.net>
parents: 509
diff changeset
   554
\end{tikzpicture}}
127
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 126
diff changeset
   555
\end{equation*}
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 126
diff changeset
   556
\caption{Horizontal composition of 2-morphisms}
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 126
diff changeset
   557
\label{fzo5}
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 126
diff changeset
   558
\end{figure}
125
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 124
diff changeset
   559
457
54328be726e7 comparing_defs.tex 2-cat section
Kevin Walker <kevin@canyon23.net>
parents: 451
diff changeset
   560
%\nn{need to find a list of axioms for pivotal 2-cats to check}
114
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   561
194
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 169
diff changeset
   562
512
050dba5e7bdd fixing some (but not all!?) of the hyperref warnings; start on revision of evmap
Kevin Walker <kevin@canyon23.net>
parents: 510
diff changeset
   563
\subsection{\texorpdfstring{$A_\infty$}{A-infinity} 1-categories}
194
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 169
diff changeset
   564
\label{sec:comparing-A-infty}
431
Scott Morrison <scott@tqft.net>
parents: 345
diff changeset
   565
In this section, we make contact between the usual definition of an $A_\infty$ category 
477
86c8e2129355 radically shorter a-inf appendix
Kevin Walker <kevin@canyon23.net>
parents: 457
diff changeset
   566
and our definition of a topological $A_\infty$ $1$-category, from \S \ref{ss:n-cat-def}.
86c8e2129355 radically shorter a-inf appendix
Kevin Walker <kevin@canyon23.net>
parents: 457
diff changeset
   567
86c8e2129355 radically shorter a-inf appendix
Kevin Walker <kevin@canyon23.net>
parents: 457
diff changeset
   568
\medskip
86c8e2129355 radically shorter a-inf appendix
Kevin Walker <kevin@canyon23.net>
parents: 457
diff changeset
   569
480
a26808b5db66 a-inf comparison tweaks
Kevin Walker <kevin@canyon23.net>
parents: 477
diff changeset
   570
Given a topological $A_\infty$ $1$-category $\cC$, we define an ``$m_k$-style" 
477
86c8e2129355 radically shorter a-inf appendix
Kevin Walker <kevin@canyon23.net>
parents: 457
diff changeset
   571
$A_\infty$ $1$-category $A$ as follows.
86c8e2129355 radically shorter a-inf appendix
Kevin Walker <kevin@canyon23.net>
parents: 457
diff changeset
   572
The objects of $A$ are $\cC(pt)$.
86c8e2129355 radically shorter a-inf appendix
Kevin Walker <kevin@canyon23.net>
parents: 457
diff changeset
   573
The morphisms of $A$, from $x$ to $y$, are $\cC(I; x, y)$
86c8e2129355 radically shorter a-inf appendix
Kevin Walker <kevin@canyon23.net>
parents: 457
diff changeset
   574
($\cC$ applied to the standard interval with boundary labeled by $x$ and $y$).
86c8e2129355 radically shorter a-inf appendix
Kevin Walker <kevin@canyon23.net>
parents: 457
diff changeset
   575
For simplicity we will now assume there is only one object and suppress it from the notation.
86c8e2129355 radically shorter a-inf appendix
Kevin Walker <kevin@canyon23.net>
parents: 457
diff changeset
   576
86c8e2129355 radically shorter a-inf appendix
Kevin Walker <kevin@canyon23.net>
parents: 457
diff changeset
   577
A choice of homeomorphism $I\cup I \to I$ induces a chain map $m_2: A\times A\to A$.
86c8e2129355 radically shorter a-inf appendix
Kevin Walker <kevin@canyon23.net>
parents: 457
diff changeset
   578
We now have two different homeomorphisms $I\cup I\cup I \to I$, but they are isotopic.
86c8e2129355 radically shorter a-inf appendix
Kevin Walker <kevin@canyon23.net>
parents: 457
diff changeset
   579
Choose a specific 1-parameter family of homeomorphisms connecting them; this induces
86c8e2129355 radically shorter a-inf appendix
Kevin Walker <kevin@canyon23.net>
parents: 457
diff changeset
   580
a degree 1 chain homotopy $m_3:A\ot A\ot A\to A$.
86c8e2129355 radically shorter a-inf appendix
Kevin Walker <kevin@canyon23.net>
parents: 457
diff changeset
   581
Proceeding in this way we define the rest of the $m_i$'s.
86c8e2129355 radically shorter a-inf appendix
Kevin Walker <kevin@canyon23.net>
parents: 457
diff changeset
   582
It is straightforward to verify that they satisfy the necessary identities.
86c8e2129355 radically shorter a-inf appendix
Kevin Walker <kevin@canyon23.net>
parents: 457
diff changeset
   583
86c8e2129355 radically shorter a-inf appendix
Kevin Walker <kevin@canyon23.net>
parents: 457
diff changeset
   584
\medskip
86c8e2129355 radically shorter a-inf appendix
Kevin Walker <kevin@canyon23.net>
parents: 457
diff changeset
   585
86c8e2129355 radically shorter a-inf appendix
Kevin Walker <kevin@canyon23.net>
parents: 457
diff changeset
   586
In the other direction, we start with an alternative conventional definition of an $A_\infty$ algebra:
86c8e2129355 radically shorter a-inf appendix
Kevin Walker <kevin@canyon23.net>
parents: 457
diff changeset
   587
an algebra $A$ for the $A_\infty$ operad.
86c8e2129355 radically shorter a-inf appendix
Kevin Walker <kevin@canyon23.net>
parents: 457
diff changeset
   588
(For simplicity, we are assuming our $A_\infty$ 1-category has only one object.)
86c8e2129355 radically shorter a-inf appendix
Kevin Walker <kevin@canyon23.net>
parents: 457
diff changeset
   589
We are free to choose any operad with contractible spaces, so we choose the operad
86c8e2129355 radically shorter a-inf appendix
Kevin Walker <kevin@canyon23.net>
parents: 457
diff changeset
   590
whose $k$-th space is the space of decompositions of the standard interval $I$ into $k$
86c8e2129355 radically shorter a-inf appendix
Kevin Walker <kevin@canyon23.net>
parents: 457
diff changeset
   591
parameterized copies of $I$.
480
a26808b5db66 a-inf comparison tweaks
Kevin Walker <kevin@canyon23.net>
parents: 477
diff changeset
   592
Note in particular that when $k=1$ this implies a $C_*(\Homeo(I))$ action on $A$.
a26808b5db66 a-inf comparison tweaks
Kevin Walker <kevin@canyon23.net>
parents: 477
diff changeset
   593
(Compare with Example \ref{ex:e-n-alg} and the discussion which precedes it.)
477
86c8e2129355 radically shorter a-inf appendix
Kevin Walker <kevin@canyon23.net>
parents: 457
diff changeset
   594
Given a non-standard interval $J$, we define $\cC(J)$ to be
86c8e2129355 radically shorter a-inf appendix
Kevin Walker <kevin@canyon23.net>
parents: 457
diff changeset
   595
$(\Homeo(I\to J) \times A)/\Homeo(I\to I)$,
86c8e2129355 radically shorter a-inf appendix
Kevin Walker <kevin@canyon23.net>
parents: 457
diff changeset
   596
where $\beta \in \Homeo(I\to I)$ acts via $(f, a) \mapsto (f\circ \beta\inv, \beta_*(a))$.
480
a26808b5db66 a-inf comparison tweaks
Kevin Walker <kevin@canyon23.net>
parents: 477
diff changeset
   597
Note that $\cC(J) \cong A$ (non-canonically) for all intervals $J$.
477
86c8e2129355 radically shorter a-inf appendix
Kevin Walker <kevin@canyon23.net>
parents: 457
diff changeset
   598
We define a $\Homeo(J)$ action on $\cC(J)$ via $g_*(f, a) = (g\circ f, a)$.
86c8e2129355 radically shorter a-inf appendix
Kevin Walker <kevin@canyon23.net>
parents: 457
diff changeset
   599
The $C_*(\Homeo(J))$ action is defined similarly.
86c8e2129355 radically shorter a-inf appendix
Kevin Walker <kevin@canyon23.net>
parents: 457
diff changeset
   600
86c8e2129355 radically shorter a-inf appendix
Kevin Walker <kevin@canyon23.net>
parents: 457
diff changeset
   601
Let $J_1$ and $J_2$ be intervals.
86c8e2129355 radically shorter a-inf appendix
Kevin Walker <kevin@canyon23.net>
parents: 457
diff changeset
   602
We must define a map $\cC(J_1)\ot\cC(J_2)\to\cC(J_1\cup J_2)$.
86c8e2129355 radically shorter a-inf appendix
Kevin Walker <kevin@canyon23.net>
parents: 457
diff changeset
   603
Choose a homeomorphism $g:I\to J_1\cup J_2$.
86c8e2129355 radically shorter a-inf appendix
Kevin Walker <kevin@canyon23.net>
parents: 457
diff changeset
   604
Let $(f_i, a_i)\in \cC(J_i)$.
86c8e2129355 radically shorter a-inf appendix
Kevin Walker <kevin@canyon23.net>
parents: 457
diff changeset
   605
We have a parameterized decomposition of $I$ into two intervals given by
86c8e2129355 radically shorter a-inf appendix
Kevin Walker <kevin@canyon23.net>
parents: 457
diff changeset
   606
$g\inv \circ f_i$, $i=1,2$.
86c8e2129355 radically shorter a-inf appendix
Kevin Walker <kevin@canyon23.net>
parents: 457
diff changeset
   607
Corresponding to this decomposition the operad action gives a map $\mu: A\ot A\to A$.
86c8e2129355 radically shorter a-inf appendix
Kevin Walker <kevin@canyon23.net>
parents: 457
diff changeset
   608
Define the gluing map to send $(f_1, a_1)\ot (f_2, a_2)$ to $(g, \mu(a_1\ot a_2))$.
480
a26808b5db66 a-inf comparison tweaks
Kevin Walker <kevin@canyon23.net>
parents: 477
diff changeset
   609
Operad associativity for $A$ implies that this gluing map is independent of the choice of
a26808b5db66 a-inf comparison tweaks
Kevin Walker <kevin@canyon23.net>
parents: 477
diff changeset
   610
$g$ and the choice of representative $(f_i, a_i)$.
477
86c8e2129355 radically shorter a-inf appendix
Kevin Walker <kevin@canyon23.net>
parents: 457
diff changeset
   611
86c8e2129355 radically shorter a-inf appendix
Kevin Walker <kevin@canyon23.net>
parents: 457
diff changeset
   612
It is straightforward to verify the remaining axioms for a topological $A_\infty$ 1-category.
86c8e2129355 radically shorter a-inf appendix
Kevin Walker <kevin@canyon23.net>
parents: 457
diff changeset
   613
86c8e2129355 radically shorter a-inf appendix
Kevin Walker <kevin@canyon23.net>
parents: 457
diff changeset
   614
86c8e2129355 radically shorter a-inf appendix
Kevin Walker <kevin@canyon23.net>
parents: 457
diff changeset
   615
86c8e2129355 radically shorter a-inf appendix
Kevin Walker <kevin@canyon23.net>
parents: 457
diff changeset
   616
86c8e2129355 radically shorter a-inf appendix
Kevin Walker <kevin@canyon23.net>
parents: 457
diff changeset
   617
86c8e2129355 radically shorter a-inf appendix
Kevin Walker <kevin@canyon23.net>
parents: 457
diff changeset
   618
86c8e2129355 radically shorter a-inf appendix
Kevin Walker <kevin@canyon23.net>
parents: 457
diff changeset
   619
86c8e2129355 radically shorter a-inf appendix
Kevin Walker <kevin@canyon23.net>
parents: 457
diff changeset
   620
\noop { %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
194
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 169
diff changeset
   621
431
Scott Morrison <scott@tqft.net>
parents: 345
diff changeset
   622
That definition associates a chain complex to every interval, and we begin by giving an alternative definition that is entirely in terms of the chain complex associated to the standard interval $[0,1]$. 
194
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 169
diff changeset
   623
\begin{defn}
345
c27e875508fd breaking long lines
Kevin Walker <kevin@canyon23.net>
parents: 204
diff changeset
   624
A \emph{topological $A_\infty$ category on $[0,1]$} $\cC$ has a set of objects $\Obj(\cC)$, 
c27e875508fd breaking long lines
Kevin Walker <kevin@canyon23.net>
parents: 204
diff changeset
   625
and for each $a,b \in \Obj(\cC)$, a chain complex $\cC_{a,b}$, along with
194
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 169
diff changeset
   626
\begin{itemize}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 169
diff changeset
   627
\item an action of the operad of $\Obj(\cC)$-labeled cell decompositions
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 169
diff changeset
   628
\item and a compatible action of $\CD{[0,1]}$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 169
diff changeset
   629
\end{itemize}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 169
diff changeset
   630
\end{defn}
345
c27e875508fd breaking long lines
Kevin Walker <kevin@canyon23.net>
parents: 204
diff changeset
   631
Here the operad of cell decompositions of $[0,1]$ has operations indexed by a finite set of 
c27e875508fd breaking long lines
Kevin Walker <kevin@canyon23.net>
parents: 204
diff changeset
   632
points $0 < x_1< \cdots < x_k < 1$, cutting $[0,1]$ into subintervals.
c27e875508fd breaking long lines
Kevin Walker <kevin@canyon23.net>
parents: 204
diff changeset
   633
An $X$-labeled cell decomposition labels $\{0, x_1, \ldots, x_k, 1\}$ by $X$.
c27e875508fd breaking long lines
Kevin Walker <kevin@canyon23.net>
parents: 204
diff changeset
   634
Given two cell decompositions $\cJ^{(1)}$ and $\cJ^{(2)}$, and an index $m$, we can compose 
c27e875508fd breaking long lines
Kevin Walker <kevin@canyon23.net>
parents: 204
diff changeset
   635
them to form a new cell decomposition $\cJ^{(1)} \circ_m \cJ^{(2)}$ by inserting the points 
c27e875508fd breaking long lines
Kevin Walker <kevin@canyon23.net>
parents: 204
diff changeset
   636
of $\cJ^{(2)}$ linearly into the $m$-th interval of $\cJ^{(1)}$.
c27e875508fd breaking long lines
Kevin Walker <kevin@canyon23.net>
parents: 204
diff changeset
   637
In the $X$-labeled case, we insist that the appropriate labels match up.
c27e875508fd breaking long lines
Kevin Walker <kevin@canyon23.net>
parents: 204
diff changeset
   638
Saying we have an action of this operad means that for each labeled cell decomposition 
c27e875508fd breaking long lines
Kevin Walker <kevin@canyon23.net>
parents: 204
diff changeset
   639
$0 < x_1< \cdots < x_k < 1$, $a_0, \ldots, a_{k+1} \subset \Obj(\cC)$, there is a chain 
431
Scott Morrison <scott@tqft.net>
parents: 345
diff changeset
   640
map $$\cC_{a_0,a_1} \tensor \cdots \tensor \cC_{a_k,a_{k+1}} \to \cC_{a_0,a_{k+1}}$$ and these 
345
c27e875508fd breaking long lines
Kevin Walker <kevin@canyon23.net>
parents: 204
diff changeset
   641
chain maps compose exactly as the cell decompositions.
c27e875508fd breaking long lines
Kevin Walker <kevin@canyon23.net>
parents: 204
diff changeset
   642
An action of $\CD{[0,1]}$ is compatible with an action of the cell decomposition operad 
c27e875508fd breaking long lines
Kevin Walker <kevin@canyon23.net>
parents: 204
diff changeset
   643
if given a decomposition $\pi$, and a family of diffeomorphisms $f \in \CD{[0,1]}$ which 
c27e875508fd breaking long lines
Kevin Walker <kevin@canyon23.net>
parents: 204
diff changeset
   644
is supported on the subintervals determined by $\pi$, then the two possible operations 
c27e875508fd breaking long lines
Kevin Walker <kevin@canyon23.net>
parents: 204
diff changeset
   645
(glue intervals together, then apply the diffeomorphisms, or apply the diffeormorphisms 
c27e875508fd breaking long lines
Kevin Walker <kevin@canyon23.net>
parents: 204
diff changeset
   646
separately to the subintervals, then glue) commute (as usual, up to a weakly unique homotopy).
194
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 169
diff changeset
   647
345
c27e875508fd breaking long lines
Kevin Walker <kevin@canyon23.net>
parents: 204
diff changeset
   648
Translating between this notion and the usual definition of an $A_\infty$ category is now straightforward.
c27e875508fd breaking long lines
Kevin Walker <kevin@canyon23.net>
parents: 204
diff changeset
   649
To restrict to the standard interval, define $\cC_{a,b} = \cC([0,1];a,b)$.
c27e875508fd breaking long lines
Kevin Walker <kevin@canyon23.net>
parents: 204
diff changeset
   650
Given a cell decomposition $0 < x_1< \cdots < x_k < 1$, we use the map (suppressing labels)
194
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 169
diff changeset
   651
$$\cC([0,1])^{\tensor k+1} \to \cC([0,x_1]) \tensor \cdots \tensor \cC[x_k,1] \to \cC([0,1])$$
345
c27e875508fd breaking long lines
Kevin Walker <kevin@canyon23.net>
parents: 204
diff changeset
   652
where the factors of the first map are induced by the linear isometries $[0,1] \to [x_i, x_{i+1}]$, and the second map is just gluing.
c27e875508fd breaking long lines
Kevin Walker <kevin@canyon23.net>
parents: 204
diff changeset
   653
The action of $\CD{[0,1]}$ carries across, and is automatically compatible.
c27e875508fd breaking long lines
Kevin Walker <kevin@canyon23.net>
parents: 204
diff changeset
   654
Going the other way, we just declare $\cC(J;a,b) = \cC_{a,b}$, pick a diffeomorphism 
c27e875508fd breaking long lines
Kevin Walker <kevin@canyon23.net>
parents: 204
diff changeset
   655
$\phi_J : J \isoto [0,1]$ for every interval $J$, define the gluing map 
c27e875508fd breaking long lines
Kevin Walker <kevin@canyon23.net>
parents: 204
diff changeset
   656
$\cC(J_1) \tensor \cC(J_2) \to \cC(J_1 \cup J_2)$ by the first applying 
c27e875508fd breaking long lines
Kevin Walker <kevin@canyon23.net>
parents: 204
diff changeset
   657
the cell decomposition map for $0 < \frac{1}{2} < 1$, then the self-diffeomorphism of $[0,1]$ 
c27e875508fd breaking long lines
Kevin Walker <kevin@canyon23.net>
parents: 204
diff changeset
   658
given by $\frac{1}{2} (\phi_{J_1} \cup (1+ \phi_{J_2})) \circ \phi_{J_1 \cup J_2}^{-1}$.
c27e875508fd breaking long lines
Kevin Walker <kevin@canyon23.net>
parents: 204
diff changeset
   659
You can readily check that this gluing map is associative on the nose. \todo{really?}
194
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 169
diff changeset
   660
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 169
diff changeset
   661
%First recall the \emph{coloured little intervals operad}. Given a set of labels $\cL$, the operations are indexed by \emph{decompositions of the interval}, each of which is a collection of disjoint subintervals $\{(a_i,b_i)\}_{i=1}^k$ of $[0,1]$, along with a labeling of the complementary regions by $\cL$, $\{l_0, \ldots, l_k\}$.  Given two decompositions $\cJ^{(1)}$ and $\cJ^{(2)}$, and an index $m$ such that $l^{(1)}_{m-1} = l^{(2)}_0$ and $l^{(1)}_{m} = l^{(2)}_{k^{(2)}}$, we can form a new decomposition by inserting the intervals of $\cJ^{(2)}$ linearly inside the $m$-th interval of $\cJ^{(1)}$. We call the resulting decomposition $\cJ^{(1)} \circ_m \cJ^{(2)}$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 169
diff changeset
   662
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 169
diff changeset
   663
%\begin{defn}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 169
diff changeset
   664
%A \emph{topological $A_\infty$ category} $\cC$ has a set of objects $\Obj(\cC)$ and for each $a,b \in \Obj(\cC)$ a chain complex $\cC_{a,b}$, along with a compatible `composition map' and an `action of families of diffeomorphisms'.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 169
diff changeset
   665
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 169
diff changeset
   666
%A \emph{composition map} $f$ is a family of chain maps, one for each decomposition of the interval, $f_\cJ : A^{\tensor k} \to A$, making $\cC$ into a category over the coloured little intervals operad, with labels $\cL = \Obj(\cC)$. Thus the chain maps satisfy the identity 
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 169
diff changeset
   667
%\begin{equation*}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 169
diff changeset
   668
%f_{\cJ^{(1)} \circ_m \cJ^{(2)}} = f_{\cJ^{(1)}} \circ (\id^{\tensor m-1} \tensor f_{\cJ^{(2)}} \tensor \id^{\tensor k^{(1)} - m}).
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 169
diff changeset
   669
%\end{equation*}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 169
diff changeset
   670
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 169
diff changeset
   671
%An \emph{action of families of diffeomorphisms} is a chain map $ev: \CD{[0,1]} \tensor A \to A$, such that 
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 169
diff changeset
   672
%\begin{enumerate}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 169
diff changeset
   673
%\item The diagram 
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 169
diff changeset
   674
%\begin{equation*}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 169
diff changeset
   675
%\xymatrix{
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 169
diff changeset
   676
%\CD{[0,1]} \tensor \CD{[0,1]} \tensor A \ar[r]^{\id \tensor ev} \ar[d]^{\circ \tensor \id} & \CD{[0,1]} \tensor A \ar[d]^{ev} \\
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 169
diff changeset
   677
%\CD{[0,1]} \tensor A \ar[r]^{ev} & A
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 169
diff changeset
   678
%}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 169
diff changeset
   679
%\end{equation*}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 169
diff changeset
   680
%commutes up to weakly unique homotopy.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 169
diff changeset
   681
%\item If $\phi \in \Diff([0,1])$ and $\cJ$ is a decomposition of the interval, we obtain a new decomposition $\phi(\cJ)$ and a collection $\phi_m \in \Diff([0,1])$ of diffeomorphisms obtained by taking the restrictions $\restrict{\phi}{[a_m,b_m]} : [a_m,b_m] \to [\phi(a_m),\phi(b_m)]$ and pre- and post-composing these with the linear diffeomorphisms $[0,1] \to [a_m,b_m]$ and $[\phi(a_m),\phi(b_m)] \to [0,1]$. We require that
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 169
diff changeset
   682
%\begin{equation*}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 169
diff changeset
   683
%\phi(f_\cJ(a_1, \cdots, a_k)) = f_{\phi(\cJ)}(\phi_1(a_1), \cdots, \phi_k(a_k)).
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 169
diff changeset
   684
%\end{equation*}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 169
diff changeset
   685
%\end{enumerate}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 169
diff changeset
   686
%\end{defn}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 169
diff changeset
   687
345
c27e875508fd breaking long lines
Kevin Walker <kevin@canyon23.net>
parents: 204
diff changeset
   688
From a topological $A_\infty$ category on $[0,1]$ $\cC$ we can produce a `conventional' 
c27e875508fd breaking long lines
Kevin Walker <kevin@canyon23.net>
parents: 204
diff changeset
   689
$A_\infty$ category $(A, \{m_k\})$ as defined in, for example, \cite{MR1854636}.
c27e875508fd breaking long lines
Kevin Walker <kevin@canyon23.net>
parents: 204
diff changeset
   690
We'll just describe the algebra case (that is, a category with only one object), 
c27e875508fd breaking long lines
Kevin Walker <kevin@canyon23.net>
parents: 204
diff changeset
   691
as the modifications required to deal with multiple objects are trivial.
c27e875508fd breaking long lines
Kevin Walker <kevin@canyon23.net>
parents: 204
diff changeset
   692
Define $A = \cC$ as a chain complex (so $m_1 = d$).
c27e875508fd breaking long lines
Kevin Walker <kevin@canyon23.net>
parents: 204
diff changeset
   693
Define $m_2 : A\tensor A \to A$ by $f_{\{(0,\frac{1}{2}),(\frac{1}{2},1)\}}$.
c27e875508fd breaking long lines
Kevin Walker <kevin@canyon23.net>
parents: 204
diff changeset
   694
To define $m_3$, we begin by taking the one parameter family $\phi_3$ of diffeomorphisms 
c27e875508fd breaking long lines
Kevin Walker <kevin@canyon23.net>
parents: 204
diff changeset
   695
of $[0,1]$ that interpolates linearly between the identity and the piecewise linear 
c27e875508fd breaking long lines
Kevin Walker <kevin@canyon23.net>
parents: 204
diff changeset
   696
diffeomorphism taking $\frac{1}{4}$ to $\frac{1}{2}$ and $\frac{1}{2}$ to $\frac{3}{4}$, and then define
194
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 169
diff changeset
   697
\begin{equation*}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 169
diff changeset
   698
m_3(a,b,c) = ev(\phi_3, m_2(m_2(a,b), c)).
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 169
diff changeset
   699
\end{equation*}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 169
diff changeset
   700
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 169
diff changeset
   701
It's then easy to calculate that
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 169
diff changeset
   702
\begin{align*}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 169
diff changeset
   703
d(m_3(a,b,c)) & = ev(d \phi_3, m_2(m_2(a,b),c)) - ev(\phi_3 d m_2(m_2(a,b), c)) \\
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 169
diff changeset
   704
 & = ev( \phi_3(1), m_2(m_2(a,b),c)) - ev(\phi_3(0), m_2 (m_2(a,b),c)) - \\ & \qquad - ev(\phi_3, m_2(m_2(da, b), c) + (-1)^{\deg a} m_2(m_2(a, db), c) + \\ & \qquad \quad + (-1)^{\deg a+\deg b} m_2(m_2(a, b), dc) \\
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 169
diff changeset
   705
 & = m_2(a , m_2(b,c)) - m_2(m_2(a,b),c) - \\ & \qquad - m_3(da,b,c) + (-1)^{\deg a + 1} m_3(a,db,c) + \\ & \qquad \quad + (-1)^{\deg a + \deg b + 1} m_3(a,b,dc), \\
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 169
diff changeset
   706
\intertext{and thus that}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 169
diff changeset
   707
m_1 \circ m_3 & =  m_2 \circ (\id \tensor m_2) - m_2 \circ (m_2 \tensor \id) - \\ & \qquad - m_3 \circ (m_1 \tensor \id \tensor \id) - m_3 \circ (\id \tensor m_1 \tensor \id) - m_3 \circ (\id \tensor \id \tensor m_1)
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 169
diff changeset
   708
\end{align*}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 169
diff changeset
   709
as required (c.f. \cite[p. 6]{MR1854636}).
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 169
diff changeset
   710
\todo{then the general case.}
345
c27e875508fd breaking long lines
Kevin Walker <kevin@canyon23.net>
parents: 204
diff changeset
   711
We won't describe a reverse construction (producing a topological $A_\infty$ category 
477
86c8e2129355 radically shorter a-inf appendix
Kevin Walker <kevin@canyon23.net>
parents: 457
diff changeset
   712
from a ``conventional" $A_\infty$ category), but we presume that this will be easy for the experts.
86c8e2129355 radically shorter a-inf appendix
Kevin Walker <kevin@canyon23.net>
parents: 457
diff changeset
   713
86c8e2129355 radically shorter a-inf appendix
Kevin Walker <kevin@canyon23.net>
parents: 457
diff changeset
   714
} %%%%% end \noop %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%