blob1.tex
author kevin@6e1638ff-ae45-0410-89bd-df963105f760
Wed, 29 Oct 2008 05:02:14 +0000
changeset 52 c3552b26c3b9
parent 51 195a0a91e062
child 54 ead6bc1a703f
permissions -rw-r--r--
...
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
     1
\documentclass[11pt,leqno]{amsart}
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
     2
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
     3
\newcommand{\pathtotrunk}{./}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
     4
\input{text/article_preamble.tex}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
     5
\input{text/top_matter.tex}
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
     6
4
8599e156a169 misc. edit, nothing major
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 3
diff changeset
     7
% test edit #3
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
     8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
     9
%%%%% excerpts from my include file of standard macros
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    10
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
    11
\def\bc{{\mathcal B}}
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    12
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    13
\def\z{\mathbb{Z}}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    14
\def\r{\mathbb{R}}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    15
\def\c{\mathbb{C}}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    16
\def\t{\mathbb{T}}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    17
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    18
\def\du{\sqcup}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    19
\def\bd{\partial}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    20
\def\sub{\subset}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    21
\def\sup{\supset}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    22
%\def\setmin{\smallsetminus}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    23
\def\setmin{\setminus}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    24
\def\ep{\epsilon}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    25
\def\sgl{_\mathrm{gl}}
7
4ef2f77a4652 small to medium sized changes
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 5
diff changeset
    26
\def\op{^\mathrm{op}}
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    27
\def\deq{\stackrel{\mathrm{def}}{=}}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    28
\def\pd#1#2{\frac{\partial #1}{\partial #2}}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    29
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    30
\def\nn#1{{{\it \small [#1]}}}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    31
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    32
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    33
% equations
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    34
\newcommand{\eq}[1]{\begin{displaymath}#1\end{displaymath}}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    35
\newcommand{\eqar}[1]{\begin{eqnarray*}#1\end{eqnarray*}}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    36
\newcommand{\eqspl}[1]{\begin{displaymath}\begin{split}#1\end{split}\end{displaymath}}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    37
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    38
% tricky way to iterate macros over a list
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    39
\def\semicolon{;}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    40
\def\applytolist#1{
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
    41
    \expandafter\def\csname multi#1\endcsname##1{
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
    42
        \def\multiack{##1}\ifx\multiack\semicolon
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
    43
            \def\next{\relax}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
    44
        \else
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
    45
            \csname #1\endcsname{##1}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
    46
            \def\next{\csname multi#1\endcsname}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
    47
        \fi
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
    48
        \next}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
    49
    \csname multi#1\endcsname}
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    50
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    51
% \def\cA{{\cal A}} for A..Z
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
    52
\def\calc#1{\expandafter\def\csname c#1\endcsname{{\mathcal #1}}}
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    53
\applytolist{calc}QWERTYUIOPLKJHGFDSAZXCVBNM;
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    54
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    55
% \DeclareMathOperator{\pr}{pr} etc.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    56
\def\declaremathop#1{\expandafter\DeclareMathOperator\csname #1\endcsname{#1}}
40
b7bc1a931b73 cleaning up and writing a little more on topological A_\infty categories
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 37
diff changeset
    57
\applytolist{declaremathop}{pr}{im}{gl}{ev}{coinv}{tr}{rot}{Eq}{obj}{mor}{ob}{Rep}{Tet}{cat}{Maps}{Diff}{sign}{supp}{maps};
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    58
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    59
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    60
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    61
%%%%%% end excerpt
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    62
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    63
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    64
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    65
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    66
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    67
\title{Blob Homology}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    68
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    69
\begin{document}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    70
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    71
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    72
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    73
\makeatletter
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    74
\@addtoreset{equation}{section}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    75
\gdef\theequation{\thesection.\arabic{equation}}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    76
\makeatother
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    77
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    78
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    79
\maketitle
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    80
22
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
    81
\textbf{Draft version, do not distribute.}
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
    82
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
    83
\versioninfo
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
    84
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
    85
\section*{Todo}
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
    86
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
    87
\subsection*{What else?...}
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
    88
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
    89
\begin{itemize}
45
0047a1211c3b revise to-do list
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 44
diff changeset
    90
\item higher priority
0047a1211c3b revise to-do list
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 44
diff changeset
    91
\begin{itemize}
0047a1211c3b revise to-do list
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 44
diff changeset
    92
\item K\&S: learn the state of the art in A-inf categories
0047a1211c3b revise to-do list
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 44
diff changeset
    93
(tensor products, Kadeishvili result, ...)
0047a1211c3b revise to-do list
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 44
diff changeset
    94
\item K: so-called evaluation map stuff
0047a1211c3b revise to-do list
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 44
diff changeset
    95
\item K: topological fields
0047a1211c3b revise to-do list
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 44
diff changeset
    96
\item section describing intended applications
0047a1211c3b revise to-do list
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 44
diff changeset
    97
\item say something about starting with semisimple n-cat (trivial?? not trivial?)
0047a1211c3b revise to-do list
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 44
diff changeset
    98
\item T.O.C.
0047a1211c3b revise to-do list
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 44
diff changeset
    99
\end{itemize}
0047a1211c3b revise to-do list
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 44
diff changeset
   100
\item medium priority
0047a1211c3b revise to-do list
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 44
diff changeset
   101
\begin{itemize}
22
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   102
\item $n=2$ examples
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   103
\item dimension $n+1$ (generalized Deligne conjecture?)
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   104
\item should be clear about PL vs Diff; probably PL is better
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   105
(or maybe not)
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   106
\item say what we mean by $n$-category, $A_\infty$ or $E_\infty$ $n$-category
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   107
\item something about higher derived coend things (derived 2-coend, e.g.)
41
ef01b18b42ea added stuff to to do list
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 40
diff changeset
   108
\item shuffle product vs gluing product (?)
45
0047a1211c3b revise to-do list
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 44
diff changeset
   109
\item commutative algebra results
0047a1211c3b revise to-do list
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 44
diff changeset
   110
\item $A_\infty$ blob complex
0047a1211c3b revise to-do list
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 44
diff changeset
   111
\item connection between $A_\infty$ operad and topological $A_\infty$ cat defs
41
ef01b18b42ea added stuff to to do list
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 40
diff changeset
   112
\end{itemize}
45
0047a1211c3b revise to-do list
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 44
diff changeset
   113
\item lower priority
41
ef01b18b42ea added stuff to to do list
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 40
diff changeset
   114
\begin{itemize}
45
0047a1211c3b revise to-do list
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 44
diff changeset
   115
\item Derive Hochschild standard results from blob point of view?
0047a1211c3b revise to-do list
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 44
diff changeset
   116
\item Kh
0047a1211c3b revise to-do list
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 44
diff changeset
   117
\end{itemize}
22
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   118
\end{itemize}
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   119
21
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 20
diff changeset
   120
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   121
\section{Introduction}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   122
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   123
(motivation, summary/outline, etc.)
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   124
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   125
(motivation:
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   126
(1) restore exactness in pictures-mod-relations;
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   127
(1') add relations-amongst-relations etc. to pictures-mod-relations;
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   128
(2) want answer independent of handle decomp (i.e. don't
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   129
just go from coend to derived coend (e.g. Hochschild homology));
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   130
(3) ...
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   131
)
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   132
22
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   133
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   134
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   135
We then show that blob homology enjoys the following
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   136
\ref{property:gluing} properties.
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   137
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   138
\begin{property}[Functoriality]
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   139
\label{property:functoriality}%
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   140
Blob homology is functorial with respect to diffeomorphisms. That is, fixing an $n$-dimensional system of fields $\cF$ and local relations $\cU$, the association
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   141
\begin{equation*}
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   142
X \mapsto \bc_*^{\cF,\cU}(X)
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   143
\end{equation*}
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   144
is a functor from $n$-manifolds and diffeomorphisms between them to chain complexes and isomorphisms between them.
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   145
\scott{Do we want to or need to weaken `isomorphisms' to `homotopy equivalences' or `quasi-isomorphisms'?}
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   146
\end{property}
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   147
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   148
\begin{property}[Disjoint union]
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   149
\label{property:disjoint-union}
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   150
The blob complex of a disjoint union is naturally the tensor product of the blob complexes.
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   151
\begin{equation*}
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   152
\bc_*(X_1 \sqcup X_2) \iso \bc_*(X_1) \tensor \bc_*(X_2)
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   153
\end{equation*}
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   154
\end{property}
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   155
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   156
\begin{property}[A map for gluing]
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   157
\label{property:gluing-map}%
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   158
If $X_1$ and $X_2$ are $n$-manifolds, with $Y$ a codimension $0$-submanifold of $\bdy X_1$, and $Y^{\text{op}}$ a codimension $0$-submanifold of $\bdy X_2$,
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   159
there is a chain map
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   160
\begin{equation*}
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   161
\gl_Y: \bc_*(X_1) \tensor \bc_*(X_2) \to \bc_*(X_1 \cup_Y X_2).
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   162
\end{equation*}
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   163
\end{property}
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   164
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   165
\begin{property}[Contractibility]
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   166
\label{property:contractibility}%
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   167
\todo{Err, requires a splitting?}
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   168
The blob complex for an $n$-category on an $n$-ball is quasi-isomorphic to its $0$-th homology.
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   169
\begin{equation}
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   170
\xymatrix{\bc_*^{\cC}(B^n) \ar[r]^{\iso}_{\text{qi}} & H_0(\bc_*^{\cC}(B^n))}
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   171
\end{equation}
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   172
\todo{Say that this is just the original $n$-category?}
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   173
\end{property}
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   174
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   175
\begin{property}[Skein modules]
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   176
\label{property:skein-modules}%
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   177
The $0$-th blob homology of $X$ is the usual skein module associated to $X$. (See \S \ref{sec:local-relations}.)
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   178
\begin{equation*}
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   179
H_0(\bc_*^{\cF,\cU}(X)) \iso A^{\cF,\cU}(X)
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   180
\end{equation*}
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   181
\end{property}
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   182
22
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   183
\begin{property}[Hochschild homology when $X=S^1$]
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   184
\label{property:hochschild}%
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   185
The blob complex for a $1$-category $\cC$ on the circle is
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   186
quasi-isomorphic to the Hochschild complex.
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   187
\begin{equation*}
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   188
\xymatrix{\bc_*^{\cC}(S^1) \ar[r]^{\iso}_{\text{qi}} & HC_*(\cC)}
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   189
\end{equation*}
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   190
\end{property}
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   191
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   192
\begin{property}[Evaluation map]
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   193
\label{property:evaluation}%
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   194
There is an `evaluation' chain map
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   195
\begin{equation*}
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   196
\ev_X: \CD{X} \tensor \bc_*(X) \to \bc_*(X).
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   197
\end{equation*}
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   198
(Here $\CD{X}$ is the singular chain complex of the space of diffeomorphisms of $X$, fixed on $\bdy X$.)
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   199
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   200
Restricted to $C_0(\Diff(X))$ this is just the action of diffeomorphisms described in Property \ref{property:functoriality}. Further, for
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   201
any codimension $1$-submanifold $Y \subset X$ dividing $X$ into $X_1 \cup_Y X_2$, the following diagram
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   202
(using the gluing maps described in Property \ref{property:gluing-map}) commutes.
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   203
\begin{equation*}
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   204
\xymatrix{
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   205
     \CD{X} \otimes \bc_*(X) \ar[r]^{\ev_X}    & \bc_*(X) \\
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   206
     \CD{X_1} \otimes \CD{X_2} \otimes \bc_*(X_1) \otimes \bc_*(X_2)
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   207
        \ar@/_4ex/[r]_{\ev_{X_1} \otimes \ev_{X_2}}  \ar[u]^{\gl^{\Diff}_Y \otimes \gl_Y}  &
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   208
            \bc_*(X_1) \otimes \bc_*(X_2) \ar[u]_{\gl_Y}
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   209
}
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   210
\end{equation*}
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   211
\end{property}
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   212
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   213
\begin{property}[Gluing formula]
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   214
\label{property:gluing}%
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   215
\mbox{}% <-- gets the indenting right
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   216
\begin{itemize}
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   217
\item For any $(n-1)$-manifold $Y$, the blob homology of $Y \times I$ is
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   218
naturally an $A_\infty$ category. % We'll write $\bc_*(Y)$ for $\bc_*(Y \times I)$ below.
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   219
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   220
\item For any $n$-manifold $X$, with $Y$ a codimension $0$-submanifold of its boundary, the blob homology of $X$ is naturally an
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   221
$A_\infty$ module for $\bc_*(Y \times I)$.
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   222
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   223
\item For any $n$-manifold $X$, with $Y \cup Y^{\text{op}}$ a codimension
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   224
$0$-submanifold of its boundary, the blob homology of $X'$, obtained from
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   225
$X$ by gluing along $Y$, is the $A_\infty$ self-tensor product of
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   226
$\bc_*(X)$ as an $\bc_*(Y \times I)$-bimodule.
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   227
\begin{equation*}
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   228
\bc_*(X') \iso \bc_*(X) \Tensor^{A_\infty}_{\mathclap{\bc_*(Y \times I)}}
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   229
\end{equation*}
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   230
\todo{How do you write self tensor product?}
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   231
\end{itemize}
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   232
\end{property}
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   233
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   234
Properties \ref{property:functoriality}, \ref{property:gluing-map} and \ref{property:skein-modules} will be immediate from the definition given in
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   235
\S \ref{sec:blob-definition}, and we'll recall them at the appropriate points there. \todo{Make sure this gets done.}
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   236
Properties \ref{property:disjoint-union} and \ref{property:contractibility} are established in \S \ref{sec:basic-properties}.
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   237
Property \ref{property:hochschild} is established in \S \ref{sec:hochschild}, Property \ref{property:evaluation} in \S \ref{sec:evaluation},
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   238
and Property \ref{property:gluing} in \S \ref{sec:gluing}.
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   239
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   240
\section{Definitions}
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   241
\label{sec:definitions}
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   242
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   243
\subsection{Systems of fields}
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   244
\label{sec:fields}
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   245
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   246
Fix a top dimension $n$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   247
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   248
A {\it system of fields}
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   249
\nn{maybe should look for better name; but this is the name I use elsewhere}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   250
is a collection of functors $\cC$ from manifolds of dimension $n$ or less
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   251
to sets.
23
7b0a43bdd3c4 writing definitions of topological a_\infty categories, modules, etc.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 22
diff changeset
   252
These functors must satisfy various properties (see \cite{kw:tqft} for details).
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   253
For example:
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   254
there is a canonical identification $\cC(X \du Y) = \cC(X) \times \cC(Y)$;
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   255
there is a restriction map $\cC(X) \to \cC(\bd X)$;
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   256
gluing manifolds corresponds to fibered products of fields;
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   257
given a field $c \in \cC(Y)$ there is a ``product field"
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   258
$c\times I \in \cC(Y\times I)$; ...
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   259
\nn{should eventually include full details of definition of fields.}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   260
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   261
\nn{note: probably will suppress from notation the distinction
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   262
between fields and their (orientation-reversal) duals}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   263
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   264
\nn{remark that if top dimensional fields are not already linear
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   265
then we will soon linearize them(?)}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   266
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   267
The definition of a system of fields is intended to generalize
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   268
the relevant properties of the following two examples of fields.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   269
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   270
The first example: Fix a target space $B$ and define $\cC(X)$ (where $X$
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   271
is a manifold of dimension $n$ or less) to be the set of
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   272
all maps from $X$ to $B$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   273
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   274
The second example will take longer to explain.
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   275
Given an $n$-category $C$ with the right sort of duality
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   276
(e.g. pivotal 2-category, 1-category with duals, star 1-category, disklike $n$-category),
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   277
we can construct a system of fields as follows.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   278
Roughly speaking, $\cC(X)$ will the set of all embedded cell complexes in $X$
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   279
with codimension $i$ cells labeled by $i$-morphisms of $C$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   280
We'll spell this out for $n=1,2$ and then describe the general case.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   281
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   282
If $X$ has boundary, we require that the cell decompositions are in general
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   283
position with respect to the boundary --- the boundary intersects each cell
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   284
transversely, so cells meeting the boundary are mere half-cells.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   285
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   286
Put another way, the cell decompositions we consider are dual to standard cell
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   287
decompositions of $X$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   288
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   289
We will always assume that our $n$-categories have linear $n$-morphisms.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   290
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   291
For $n=1$, a field on a 0-manifold $P$ is a labeling of each point of $P$ with
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   292
an object (0-morphism) of the 1-category $C$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   293
A field on a 1-manifold $S$ consists of
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   294
\begin{itemize}
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   295
    \item A cell decomposition of $S$ (equivalently, a finite collection
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   296
of points in the interior of $S$);
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   297
    \item a labeling of each 1-cell (and each half 1-cell adjacent to $\bd S$)
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   298
by an object (0-morphism) of $C$;
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   299
    \item a transverse orientation of each 0-cell, thought of as a choice of
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   300
``domain" and ``range" for the two adjacent 1-cells; and
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   301
    \item a labeling of each 0-cell by a morphism (1-morphism) of $C$, with
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   302
domain and range determined by the transverse orientation and the labelings of the 1-cells.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   303
\end{itemize}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   304
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   305
If $C$ is an algebra (i.e. if $C$ has only one 0-morphism) we can ignore the labels
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   306
of 1-cells, so a field on a 1-manifold $S$ is a finite collection of points in the
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   307
interior of $S$, each transversely oriented and each labeled by an element (1-morphism)
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   308
of the algebra.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   309
4
8599e156a169 misc. edit, nothing major
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 3
diff changeset
   310
\medskip
8599e156a169 misc. edit, nothing major
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 3
diff changeset
   311
8599e156a169 misc. edit, nothing major
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 3
diff changeset
   312
For $n=2$, fields are just the sort of pictures based on 2-categories (e.g.\ tensor categories)
8599e156a169 misc. edit, nothing major
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 3
diff changeset
   313
that are common in the literature.
8599e156a169 misc. edit, nothing major
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 3
diff changeset
   314
We describe these carefully here.
8599e156a169 misc. edit, nothing major
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 3
diff changeset
   315
8599e156a169 misc. edit, nothing major
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 3
diff changeset
   316
A field on a 0-manifold $P$ is a labeling of each point of $P$ with
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   317
an object of the 2-category $C$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   318
A field of a 1-manifold is defined as in the $n=1$ case, using the 0- and 1-morphisms of $C$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   319
A field on a 2-manifold $Y$ consists of
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   320
\begin{itemize}
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   321
    \item A cell decomposition of $Y$ (equivalently, a graph embedded in $Y$ such
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   322
that each component of the complement is homeomorphic to a disk);
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   323
    \item a labeling of each 2-cell (and each partial 2-cell adjacent to $\bd Y$)
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   324
by a 0-morphism of $C$;
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   325
    \item a transverse orientation of each 1-cell, thought of as a choice of
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   326
``domain" and ``range" for the two adjacent 2-cells;
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   327
    \item a labeling of each 1-cell by a 1-morphism of $C$, with
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   328
domain and range determined by the transverse orientation of the 1-cell
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   329
and the labelings of the 2-cells;
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   330
    \item for each 0-cell, a homeomorphism of the boundary $R$ of a small neighborhood
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   331
of the 0-cell to $S^1$ such that the intersections of the 1-cells with $R$ are not mapped
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   332
to $\pm 1 \in S^1$; and
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   333
    \item a labeling of each 0-cell by a 2-morphism of $C$, with domain and range
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   334
determined by the labelings of the 1-cells and the parameterizations of the previous
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   335
bullet.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   336
\end{itemize}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   337
\nn{need to say this better; don't try to fit everything into the bulleted list}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   338
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   339
For general $n$, a field on a $k$-manifold $X^k$ consists of
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   340
\begin{itemize}
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   341
    \item A cell decomposition of $X$;
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   342
    \item an explicit general position homeomorphism from the link of each $j$-cell
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   343
to the boundary of the standard $(k-j)$-dimensional bihedron; and
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   344
    \item a labeling of each $j$-cell by a $(k-j)$-dimensional morphism of $C$, with
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   345
domain and range determined by the labelings of the link of $j$-cell.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   346
\end{itemize}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   347
4
8599e156a169 misc. edit, nothing major
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 3
diff changeset
   348
%\nn{next definition might need some work; I think linearity relations should
8599e156a169 misc. edit, nothing major
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 3
diff changeset
   349
%be treated differently (segregated) from other local relations, but I'm not sure
8599e156a169 misc. edit, nothing major
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 3
diff changeset
   350
%the next definition is the best way to do it}
8599e156a169 misc. edit, nothing major
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 3
diff changeset
   351
8599e156a169 misc. edit, nothing major
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 3
diff changeset
   352
\medskip
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   353
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   354
For top dimensional ($n$-dimensional) manifolds, we're actually interested
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   355
in the linearized space of fields.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   356
By default, define $\cC_l(X) = \c[\cC(X)]$; that is, $\cC_l(X)$ is
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   357
the vector space of finite
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   358
linear combinations of fields on $X$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   359
If $X$ has boundary, we of course fix a boundary condition: $\cC_l(X; a) = \c[\cC(X; a)]$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   360
Thus the restriction (to boundary) maps are well defined because we never
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   361
take linear combinations of fields with differing boundary conditions.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   362
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   363
In some cases we don't linearize the default way; instead we take the
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   364
spaces $\cC_l(X; a)$ to be part of the data for the system of fields.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   365
In particular, for fields based on linear $n$-category pictures we linearize as follows.
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   366
Define $\cC_l(X; a) = \c[\cC(X; a)]/K$, where $K$ is the space generated by
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   367
obvious relations on 0-cell labels.
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   368
More specifically, let $L$ be a cell decomposition of $X$
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   369
and let $p$ be a 0-cell of $L$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   370
Let $\alpha_c$ and $\alpha_d$ be two labelings of $L$ which are identical except that
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   371
$\alpha_c$ labels $p$ by $c$ and $\alpha_d$ labels $p$ by $d$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   372
Then the subspace $K$ is generated by things of the form
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   373
$\lambda \alpha_c + \alpha_d - \alpha_{\lambda c + d}$, where we leave it to the reader
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   374
to infer the meaning of $\alpha_{\lambda c + d}$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   375
Note that we are still assuming that $n$-categories have linear spaces of $n$-morphisms.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   376
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   377
\nn{Maybe comment further: if there's a natural basis of morphisms, then no need;
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   378
will do something similar below; in general, whenever a label lives in a linear
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   379
space we do something like this; ? say something about tensor
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   380
product of all the linear label spaces?  Yes:}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   381
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   382
For top dimensional ($n$-dimensional) manifolds, we linearize as follows.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   383
Define an ``almost-field" to be a field without labels on the 0-cells.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   384
(Recall that 0-cells are labeled by $n$-morphisms.)
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   385
To each unlabeled 0-cell in an almost field there corresponds a (linear) $n$-morphism
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   386
space determined by the labeling of the link of the 0-cell.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   387
(If the 0-cell were labeled, the label would live in this space.)
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   388
We associate to each almost-labeling the tensor product of these spaces (one for each 0-cell).
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   389
We now define $\cC_l(X; a)$ to be the direct sum over all almost labelings of the
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   390
above tensor products.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   391
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   392
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   393
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   394
\subsection{Local relations}
22
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   395
\label{sec:local-relations}
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   396
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   397
Let $B^n$ denote the standard $n$-ball.
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   398
A {\it local relation} is a collection subspaces $U(B^n; c) \sub \cC_l(B^n; c)$
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   399
(for all $c \in \cC(\bd B^n)$) satisfying the following (three?) properties.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   400
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   401
\nn{Roughly, these are (1) the local relations imply (extended) isotopy;
4
8599e156a169 misc. edit, nothing major
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 3
diff changeset
   402
(2) $U(B^n; \cdot)$ is an ideal w.r.t.\ gluing; and
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   403
(3) this ideal is generated by ``small" generators (contained in an open cover of $B^n$).
23
7b0a43bdd3c4 writing definitions of topological a_\infty categories, modules, etc.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 22
diff changeset
   404
See \cite{kw:tqft} for details.  Need to transfer details to here.}
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   405
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   406
For maps into spaces, $U(B^n; c)$ is generated by things of the form $a-b \in \cC_l(B^n; c)$,
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   407
where $a$ and $b$ are maps (fields) which are homotopic rel boundary.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   408
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   409
For $n$-category pictures, $U(B^n; c)$ is equal to the kernel of the evaluation map
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   410
$\cC_l(B^n; c) \to \mor(c', c'')$, where $(c', c'')$ is some (any) division of $c$ into
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   411
domain and range.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   412
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   413
\nn{maybe examples of local relations before general def?}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   414
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   415
Note that the $Y$ is an $n$-manifold which is merely homeomorphic to the standard $B^n$,
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   416
then any homeomorphism $B^n \to Y$ induces the same local subspaces for $Y$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   417
We'll denote these by $U(Y; c) \sub \cC_l(Y; c)$, $c \in \cC(\bd Y)$.
4
8599e156a169 misc. edit, nothing major
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 3
diff changeset
   418
\nn{Is this true in high (smooth) dimensions?  Self-diffeomorphisms of $B^n$
8599e156a169 misc. edit, nothing major
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 3
diff changeset
   419
rel boundary might not be isotopic to the identity.  OK for PL and TOP?}
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   420
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   421
Given a system of fields and local relations, we define the skein space
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   422
$A(Y^n; c)$ to be the space of all finite linear combinations of fields on
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   423
the $n$-manifold $Y$ modulo local relations.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   424
The Hilbert space $Z(Y; c)$ for the TQFT based on the fields and local relations
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   425
is defined to be the dual of $A(Y; c)$.
23
7b0a43bdd3c4 writing definitions of topological a_\infty categories, modules, etc.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 22
diff changeset
   426
(See \cite{kw:tqft} or xxxx for details.)
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   427
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   428
The blob complex is in some sense the derived version of $A(Y; c)$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   429
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   430
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   431
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   432
\subsection{The blob complex}
22
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   433
\label{sec:blob-definition}
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   434
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   435
Let $X$ be an $n$-manifold.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   436
Assume a fixed system of fields.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   437
In this section we will usually suppress boundary conditions on $X$ from the notation
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   438
(e.g. write $\cC_l(X)$ instead of $\cC_l(X; c)$).
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   439
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   440
We only consider compact manifolds, so if $Y \sub X$ is a closed codimension 0
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   441
submanifold of $X$, then $X \setmin Y$ implicitly means the closure
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   442
$\overline{X \setmin Y}$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   443
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   444
We will define $\bc_0(X)$, $\bc_1(X)$ and $\bc_2(X)$, then give the general case.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   445
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   446
Define $\bc_0(X) = \cC_l(X)$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   447
(If $X$ has nonempty boundary, instead define $\bc_0(X; c) = \cC_l(X; c)$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   448
We'll omit this sort of detail in the rest of this section.)
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   449
In other words, $\bc_0(X)$ is just the space of all linearized fields on $X$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   450
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   451
$\bc_1(X)$ is the space of all local relations that can be imposed on $\bc_0(X)$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   452
More specifically, define a 1-blob diagram to consist of
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   453
\begin{itemize}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   454
\item An embedded closed ball (``blob") $B \sub X$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   455
%\nn{Does $B$ need a homeo to the standard $B^n$?  I don't think so.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   456
%(See note in previous subsection.)}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   457
%\item A field (boundary condition) $c \in \cC(\bd B) = \cC(\bd(X \setmin B))$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   458
\item A field $r \in \cC(X \setmin B; c)$
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   459
(for some $c \in \cC(\bd B) = \cC(\bd(X \setmin B))$).
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   460
\item A local relation field $u \in U(B; c)$
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   461
(same $c$ as previous bullet).
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   462
\end{itemize}
1
8174b33dda66 just testing svn stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 0
diff changeset
   463
%(Note that the field $c$ is determined (implicitly) as the boundary of $u$ and/or $r$,
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   464
%so we will omit $c$ from the notation.)
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   465
Define $\bc_1(X)$ to be the space of all finite linear combinations of
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   466
1-blob diagrams, modulo the simple relations relating labels of 0-cells and
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   467
also the label ($u$ above) of the blob.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   468
\nn{maybe spell this out in more detail}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   469
(See xxxx above.)
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   470
\nn{maybe restate this in terms of direct sums of tensor products.}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   471
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   472
There is a map $\bd : \bc_1(X) \to \bc_0(X)$ which sends $(B, r, u)$ to $ru$, the linear
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   473
combination of fields on $X$ obtained by gluing $r$ to $u$.
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   474
In other words $\bd : \bc_1(X) \to \bc_0(X)$ is given by
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   475
just erasing the blob from the picture
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   476
(but keeping the blob label $u$).
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   477
4
8599e156a169 misc. edit, nothing major
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 3
diff changeset
   478
Note that the skein space $A(X)$
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   479
is naturally isomorphic to $\bc_0(X)/\bd(\bc_1(X))) = H_0(\bc_*(X))$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   480
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   481
$\bc_2(X)$ is the space of all relations (redundancies) among the relations of $\bc_1(X)$.
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   482
More specifically, $\bc_2(X)$ is the space of all finite linear combinations of
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   483
2-blob diagrams (defined below), modulo the usual linear label relations.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   484
\nn{and also modulo blob reordering relations?}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   485
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   486
\nn{maybe include longer discussion to motivate the two sorts of 2-blob diagrams}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   487
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   488
There are two types of 2-blob diagram: disjoint and nested.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   489
A disjoint 2-blob diagram consists of
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   490
\begin{itemize}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   491
\item A pair of disjoint closed balls (blobs) $B_0, B_1 \sub X$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   492
%\item Fields (boundary conditions) $c_i \in \cC(\bd B_i)$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   493
\item A field $r \in \cC(X \setmin (B_0 \cup B_1); c_0, c_1)$
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   494
(where $c_i \in \cC(\bd B_i)$).
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   495
\item Local relation fields $u_i \in U(B_i; c_i)$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   496
\end{itemize}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   497
Define $\bd(B_0, B_1, r, u_0, u_1) = (B_1, ru_0, u_1) - (B_0, ru_1, u_0) \in \bc_1(X)$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   498
In other words, the boundary of a disjoint 2-blob diagram
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   499
is the sum (with alternating signs)
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   500
of the two ways of erasing one of the blobs.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   501
It's easy to check that $\bd^2 = 0$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   502
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   503
A nested 2-blob diagram consists of
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   504
\begin{itemize}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   505
\item A pair of nested balls (blobs) $B_0 \sub B_1 \sub X$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   506
\item A field $r \in \cC(X \setmin B_0; c_0)$
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   507
(for some $c_0 \in \cC(\bd B_0)$).
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   508
Let $r = r_1 \cup r'$, where $r_1 \in \cC(B_1 \setmin B_0; c_0, c_1)$
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   509
(for some $c_1 \in \cC(B_1)$) and
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   510
$r' \in \cC(X \setmin B_1; c_1)$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   511
\item A local relation field $u_0 \in U(B_0; c_0)$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   512
\end{itemize}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   513
Define $\bd(B_0, B_1, r, u_0) = (B_1, r', r_1u_0) - (B_0, r, u_0)$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   514
Note that xxxx above guarantees that $r_1u_0 \in U(B_1)$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   515
As in the disjoint 2-blob case, the boundary of a nested 2-blob is the alternating
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   516
sum of the two ways of erasing one of the blobs.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   517
If we erase the inner blob, the outer blob inherits the label $r_1u_0$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   518
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   519
Now for the general case.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   520
A $k$-blob diagram consists of
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   521
\begin{itemize}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   522
\item A collection of blobs $B_i \sub X$, $i = 0, \ldots, k-1$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   523
For each $i$ and $j$, we require that either $B_i \cap B_j$ is empty or
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   524
$B_i \sub B_j$ or $B_j \sub B_i$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   525
(The case $B_i = B_j$ is allowed.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   526
If $B_i \sub B_j$ the boundaries of $B_i$ and $B_j$ are allowed to intersect.)
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   527
If a blob has no other blobs strictly contained in it, we call it a twig blob.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   528
%\item Fields (boundary conditions) $c_i \in \cC(\bd B_i)$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   529
%(These are implied by the data in the next bullets, so we usually
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   530
%suppress them from the notation.)
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   531
%$c_i$ and $c_j$ must have identical restrictions to $\bd B_i \cap \bd B_j$
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   532
%if the latter space is not empty.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   533
\item A field $r \in \cC(X \setmin B^t; c^t)$,
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   534
where $B^t$ is the union of all the twig blobs and $c^t \in \cC(\bd B^t)$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   535
\item For each twig blob $B_j$ a local relation field $u_j \in U(B_j; c_j)$,
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   536
where $c_j$ is the restriction of $c^t$ to $\bd B_j$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   537
If $B_i = B_j$ then $u_i = u_j$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   538
\end{itemize}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   539
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   540
We define $\bc_k(X)$ to be the vector space of all finite linear combinations
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   541
of $k$-blob diagrams, modulo the linear label relations and
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   542
blob reordering relations defined in the remainder of this paragraph.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   543
Let $x$ be a blob diagram with one undetermined $n$-morphism label.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   544
The unlabeled entity is either a blob or a 0-cell outside of the twig blobs.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   545
Let $a$ and $b$ be two possible $n$-morphism labels for
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   546
the unlabeled blob or 0-cell.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   547
Let $c = \lambda a + b$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   548
Let $x_a$ be the blob diagram with label $a$, and define $x_b$ and $x_c$ similarly.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   549
Then we impose the relation
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   550
\eq{
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   551
    x_c = \lambda x_a + x_b .
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   552
}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   553
\nn{should do this in terms of direct sums of tensor products}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   554
Let $x$ and $x'$ be two blob diagrams which differ only by a permutation $\pi$
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   555
of their blob labelings.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   556
Then we impose the relation
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   557
\eq{
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   558
    x = \sign(\pi) x' .
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   559
}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   560
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   561
(Alert readers will have noticed that for $k=2$ our definition
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   562
of $\bc_k(X)$ is slightly different from the previous definition
4
8599e156a169 misc. edit, nothing major
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 3
diff changeset
   563
of $\bc_2(X)$ --- we did not impose the reordering relations.
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   564
The general definition takes precedence;
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   565
the earlier definition was simplified for purposes of exposition.)
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   566
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   567
The boundary map $\bd : \bc_k(X) \to \bc_{k-1}(X)$ is defined as follows.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   568
Let $b = (\{B_i\}, r, \{u_j\})$ be a $k$-blob diagram.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   569
Let $E_j(b)$ denote the result of erasing the $j$-th blob.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   570
If $B_j$ is not a twig blob, this involves only decrementing
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   571
the indices of blobs $B_{j+1},\ldots,B_{k-1}$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   572
If $B_j$ is a twig blob, we have to assign new local relation labels
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   573
if removing $B_j$ creates new twig blobs.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   574
If $B_l$ becomes a twig after removing $B_j$, then set $u_l = r_lu_j$,
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   575
where $r_l$ is the restriction of $r$ to $B_l \setmin B_j$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   576
Finally, define
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   577
\eq{
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   578
    \bd(b) = \sum_{j=0}^{k-1} (-1)^j E_j(b).
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   579
}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   580
The $(-1)^j$ factors imply that the terms of $\bd^2(b)$ all cancel.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   581
Thus we have a chain complex.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   582
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   583
\nn{?? say something about the ``shape" of tree? (incl = cone, disj = product)}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   584
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   585
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   586
\nn{TO DO:
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   587
expand definition to handle DGA and $A_\infty$ versions of $n$-categories;
4
8599e156a169 misc. edit, nothing major
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 3
diff changeset
   588
relations to Chas-Sullivan string stuff}
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   589
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   590
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   591
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   592
\section{Basic properties of the blob complex}
22
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   593
\label{sec:basic-properties}
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   594
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   595
\begin{prop} \label{disjunion}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   596
There is a natural isomorphism $\bc_*(X \du Y) \cong \bc_*(X) \otimes \bc_*(Y)$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   597
\end{prop}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   598
\begin{proof}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   599
Given blob diagrams $b_1$ on $X$ and $b_2$ on $Y$, we can combine them
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   600
(putting the $b_1$ blobs before the $b_2$ blobs in the ordering) to get a
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   601
blob diagram $(b_1, b_2)$ on $X \du Y$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   602
Because of the blob reordering relations, all blob diagrams on $X \du Y$ arise this way.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   603
In the other direction, any blob diagram on $X\du Y$ is equal (up to sign)
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   604
to one that puts $X$ blobs before $Y$ blobs in the ordering, and so determines
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   605
a pair of blob diagrams on $X$ and $Y$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   606
These two maps are compatible with our sign conventions \nn{say more about this?} and
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   607
with the linear label relations.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   608
The two maps are inverses of each other.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   609
\nn{should probably say something about sign conventions for the differential
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   610
in a tensor product of chain complexes; ask Scott}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   611
\end{proof}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   612
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   613
For the next proposition we will temporarily restore $n$-manifold boundary
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   614
conditions to the notation.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   615
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   616
Suppose that for all $c \in \cC(\bd B^n)$
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   617
we have a splitting $s: H_0(\bc_*(B^n, c)) \to \bc_0(B^n; c)$
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   618
of the quotient map
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   619
$p: \bc_0(B^n; c) \to H_0(\bc_*(B^n, c))$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   620
\nn{always the case if we're working over $\c$}.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   621
Then
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   622
\begin{prop} \label{bcontract}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   623
For all $c \in \cC(\bd B^n)$ the natural map $p: \bc_*(B^n, c) \to H_0(\bc_*(B^n, c))$
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   624
is a chain homotopy equivalence
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   625
with inverse $s: H_0(\bc_*(B^n, c)) \to \bc_*(B^n; c)$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   626
Here we think of $H_0(\bc_*(B^n, c))$ as a 1-step complex concentrated in degree 0.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   627
\end{prop}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   628
\begin{proof}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   629
By assumption $p\circ s = \id$, so all that remains is to find a degree 1 map
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   630
$h : \bc_*(B^n; c) \to \bc_*(B^n; c)$ such that $\bd h + h\bd = \id - s \circ p$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   631
For $i \ge 1$, define $h_i : \bc_i(B^n; c) \to \bc_{i+1}(B^n; c)$ by adding
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   632
an $(i{+}1)$-st blob equal to all of $B^n$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   633
In other words, add a new outermost blob which encloses all of the others.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   634
Define $h_0 : \bc_0(B^n; c) \to \bc_1(B^n; c)$ by setting $h_0(x)$ equal to
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   635
the 1-blob with blob $B^n$ and label $x - s(p(x)) \in U(B^n; c)$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   636
\nn{$x$ is a 0-blob diagram, i.e. $x \in \cC(B^n; c)$}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   637
\end{proof}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   638
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   639
(Note that for the above proof to work, we need the linear label relations
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   640
for blob labels.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   641
Also we need to blob reordering relations (?).)
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   642
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   643
(Note also that if there is no splitting $s$, we can let $h_0 = 0$ and get a homotopy
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   644
equivalence to the 2-step complex $U(B^n; c) \to \cC(B^n; c)$.)
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   645
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   646
(For fields based on $n$-cats, $H_0(\bc_*(B^n; c)) \cong \mor(c', c'')$.)
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   647
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   648
\medskip
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   649
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   650
As we noted above,
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   651
\begin{prop}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   652
There is a natural isomorphism $H_0(\bc_*(X)) \cong A(X)$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   653
\qed
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   654
\end{prop}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   655
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   656
4
8599e156a169 misc. edit, nothing major
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 3
diff changeset
   657
% oops -- duplicate
8599e156a169 misc. edit, nothing major
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 3
diff changeset
   658
8599e156a169 misc. edit, nothing major
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 3
diff changeset
   659
%\begin{prop} \label{functorialprop}
8599e156a169 misc. edit, nothing major
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 3
diff changeset
   660
%The assignment $X \mapsto \bc_*(X)$ extends to a functor from the category of
8599e156a169 misc. edit, nothing major
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 3
diff changeset
   661
%$n$-manifolds and homeomorphisms to the category of chain complexes and linear isomorphisms.
8599e156a169 misc. edit, nothing major
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 3
diff changeset
   662
%\end{prop}
8599e156a169 misc. edit, nothing major
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 3
diff changeset
   663
8599e156a169 misc. edit, nothing major
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 3
diff changeset
   664
%\begin{proof}
8599e156a169 misc. edit, nothing major
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 3
diff changeset
   665
%Obvious.
8599e156a169 misc. edit, nothing major
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 3
diff changeset
   666
%\end{proof}
8599e156a169 misc. edit, nothing major
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 3
diff changeset
   667
8599e156a169 misc. edit, nothing major
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 3
diff changeset
   668
%\nn{need to same something about boundaries and boundary conditions above.
8599e156a169 misc. edit, nothing major
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 3
diff changeset
   669
%maybe fix the boundary and consider the category of $n$-manifolds with the given boundary.}
8599e156a169 misc. edit, nothing major
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 3
diff changeset
   670
8599e156a169 misc. edit, nothing major
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 3
diff changeset
   671
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   672
\begin{prop}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   673
For fixed fields ($n$-cat), $\bc_*$ is a functor from the category
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   674
of $n$-manifolds and diffeomorphisms to the category of chain complexes and
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   675
(chain map) isomorphisms.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   676
\qed
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   677
\end{prop}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   678
4
8599e156a169 misc. edit, nothing major
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 3
diff changeset
   679
\nn{need to same something about boundaries and boundary conditions above.
8599e156a169 misc. edit, nothing major
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 3
diff changeset
   680
maybe fix the boundary and consider the category of $n$-manifolds with the given boundary.}
8599e156a169 misc. edit, nothing major
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 3
diff changeset
   681
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   682
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   683
In particular,
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   684
\begin{prop}  \label{diff0prop}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   685
There is an action of $\Diff(X)$ on $\bc_*(X)$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   686
\qed
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   687
\end{prop}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   688
22
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   689
The above will be greatly strengthened in Section \ref{sec:evaluation}.
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   690
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   691
\medskip
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   692
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   693
For the next proposition we will temporarily restore $n$-manifold boundary
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   694
conditions to the notation.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   695
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   696
Let $X$ be an $n$-manifold, $\bd X = Y \cup (-Y) \cup Z$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   697
Gluing the two copies of $Y$ together yields an $n$-manifold $X\sgl$
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   698
with boundary $Z\sgl$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   699
Given compatible fields (pictures, boundary conditions) $a$, $b$ and $c$ on $Y$, $-Y$ and $Z$,
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   700
we have the blob complex $\bc_*(X; a, b, c)$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   701
If $b = -a$ (the orientation reversal of $a$), then we can glue up blob diagrams on
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   702
$X$ to get blob diagrams on $X\sgl$:
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   703
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   704
\begin{prop}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   705
There is a natural chain map
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   706
\eq{
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   707
    \gl: \bigoplus_a \bc_*(X; a, -a, c) \to \bc_*(X\sgl; c\sgl).
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   708
}
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   709
The sum is over all fields $a$ on $Y$ compatible at their
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   710
($n{-}2$-dimensional) boundaries with $c$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   711
`Natural' means natural with respect to the actions of diffeomorphisms.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   712
\qed
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   713
\end{prop}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   714
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   715
The above map is very far from being an isomorphism, even on homology.
22
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   716
This will be fixed in Section \ref{sec:gluing} below.
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   717
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   718
An instance of gluing we will encounter frequently below is where $X = X_1 \du X_2$
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   719
and $X\sgl = X_1 \cup_Y X_2$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   720
(Typically one of $X_1$ or $X_2$ is a disjoint union of balls.)
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   721
For $x_i \in \bc_*(X_i)$, we introduce the notation
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   722
\eq{
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   723
    x_1 \bullet x_2 \deq \gl(x_1 \otimes x_2) .
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   724
}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   725
Note that we have resumed our habit of omitting boundary labels from the notation.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   726
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   727
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   728
\bigskip
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   729
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   730
\nn{what else?}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   731
15
7340ab80db25 rearranging the Hochschild section. Splitting things up into lemmas, and explaining why those lemmas are what we need.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 13
diff changeset
   732
\section{Hochschild homology when $n=1$}
7340ab80db25 rearranging the Hochschild section. Splitting things up into lemmas, and explaining why those lemmas are what we need.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 13
diff changeset
   733
\label{sec:hochschild}
7340ab80db25 rearranging the Hochschild section. Splitting things up into lemmas, and explaining why those lemmas are what we need.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 13
diff changeset
   734
\input{text/hochschild}
7
4ef2f77a4652 small to medium sized changes
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 5
diff changeset
   735
22
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   736
\section{Action of $\CD{X}$}
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   737
\label{sec:evaluation}
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   738
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   739
Let $CD_*(X)$ denote $C_*(\Diff(X))$, the singular chain complex of
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   740
the space of diffeomorphisms
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   741
of the $n$-manifold $X$ (fixed on $\bd X$).
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   742
For convenience, we will permit the singular cells generating $CD_*(X)$ to be more general
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   743
than simplices --- they can be based on any linear polyhedron.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   744
\nn{be more restrictive here?  does more need to be said?}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   745
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   746
\begin{prop}  \label{CDprop}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   747
For each $n$-manifold $X$ there is a chain map
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   748
\eq{
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   749
    e_X : CD_*(X) \otimes \bc_*(X) \to \bc_*(X) .
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   750
}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   751
On $CD_0(X) \otimes \bc_*(X)$ it agrees with the obvious action of $\Diff(X)$ on $\bc_*(X)$
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   752
(Proposition (\ref{diff0prop})).
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   753
For any splitting $X = X_1 \cup X_2$, the following diagram commutes
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   754
\eq{ \xymatrix{
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   755
     CD_*(X) \otimes \bc_*(X) \ar[r]^{e_X}    & \bc_*(X) \\
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   756
     CD_*(X_1) \otimes CD_*(X_2) \otimes \bc_*(X_1) \otimes \bc_*(X_2)
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   757
        \ar@/_4ex/[r]_{e_{X_1} \otimes e_{X_2}}  \ar[u]^{\gl \otimes \gl}  &
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   758
            \bc_*(X_1) \otimes \bc_*(X_2) \ar[u]_{\gl}
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   759
} }
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   760
Any other map satisfying the above two properties is homotopic to $e_X$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   761
\end{prop}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   762
18
aac9fd8d6bc6 finished with evaluation map stuff for now.
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 17
diff changeset
   763
\nn{need to rewrite for self-gluing instead of gluing two pieces together}
aac9fd8d6bc6 finished with evaluation map stuff for now.
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 17
diff changeset
   764
16
9ae2fd41b903 begin reworking/completion of evaluation map stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 15
diff changeset
   765
\nn{Should say something stronger about uniqueness.
9ae2fd41b903 begin reworking/completion of evaluation map stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 15
diff changeset
   766
Something like: there is
19
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 18
diff changeset
   767
a contractible subcomplex of the complex of chain maps
16
9ae2fd41b903 begin reworking/completion of evaluation map stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 15
diff changeset
   768
$CD_*(X) \otimes \bc_*(X) \to \bc_*(X)$ (0-cells are the maps, 1-cells are homotopies, etc.),
9ae2fd41b903 begin reworking/completion of evaluation map stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 15
diff changeset
   769
and all choices in the construction lie in the 0-cells of this
9ae2fd41b903 begin reworking/completion of evaluation map stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 15
diff changeset
   770
contractible subcomplex.
19
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 18
diff changeset
   771
Or maybe better to say any two choices are homotopic, and
16
9ae2fd41b903 begin reworking/completion of evaluation map stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 15
diff changeset
   772
any two homotopies and second order homotopic, and so on.}
9ae2fd41b903 begin reworking/completion of evaluation map stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 15
diff changeset
   773
9ae2fd41b903 begin reworking/completion of evaluation map stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 15
diff changeset
   774
\nn{Also need to say something about associativity.
9ae2fd41b903 begin reworking/completion of evaluation map stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 15
diff changeset
   775
Put it in the above prop or make it a separate prop?
9ae2fd41b903 begin reworking/completion of evaluation map stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 15
diff changeset
   776
I lean toward the latter.}
9ae2fd41b903 begin reworking/completion of evaluation map stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 15
diff changeset
   777
\medskip
9ae2fd41b903 begin reworking/completion of evaluation map stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 15
diff changeset
   778
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   779
The proof will occupy the remainder of this section.
18
aac9fd8d6bc6 finished with evaluation map stuff for now.
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 17
diff changeset
   780
\nn{unless we put associativity prop at end}
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   781
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   782
\medskip
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   783
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   784
Let $f: P \times X \to X$ be a family of diffeomorphisms and $S \sub X$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   785
We say that {\it $f$ is supported on $S$} if $f(p, x) = f(q, x)$ for all
42
9744833c9b90 some improvements to c-star-diff section; probably a few more changes will follow soon
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 41
diff changeset
   786
$x \notin S$ and $p, q \in P$. Equivalently, $f$ is supported on $S$ if there is a family of diffeomorphisms $f' : P \times S \to S$ and a `background'
40
b7bc1a931b73 cleaning up and writing a little more on topological A_\infty categories
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 37
diff changeset
   787
diffeomorphism $f_0 : X \to X$ so that
b7bc1a931b73 cleaning up and writing a little more on topological A_\infty categories
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 37
diff changeset
   788
\begin{align}
42
9744833c9b90 some improvements to c-star-diff section; probably a few more changes will follow soon
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 41
diff changeset
   789
	f(p,s) & = f_0(f'(p,s)) \;\;\;\; \mbox{for}\; (p, s) \in P\times S \\
40
b7bc1a931b73 cleaning up and writing a little more on topological A_\infty categories
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 37
diff changeset
   790
\intertext{and}
42
9744833c9b90 some improvements to c-star-diff section; probably a few more changes will follow soon
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 41
diff changeset
   791
	f(p,x) & = f_0(x) \;\;\;\; \mbox{for}\; (p, x) \in {P \times (X \setmin S)}.
40
b7bc1a931b73 cleaning up and writing a little more on topological A_\infty categories
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 37
diff changeset
   792
\end{align}
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   793
Note that if $f$ is supported on $S$ then it is also supported on any $R \sup S$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   794
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   795
Let $\cU = \{U_\alpha\}$ be an open cover of $X$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   796
A $k$-parameter family of diffeomorphisms $f: P \times X \to X$ is
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   797
{\it adapted to $\cU$} if there is a factorization
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   798
\eq{
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   799
    P = P_1 \times \cdots \times P_m
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   800
}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   801
(for some $m \le k$)
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   802
and families of diffeomorphisms
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   803
\eq{
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   804
    f_i :  P_i \times X \to X
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   805
}
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   806
such that
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   807
\begin{itemize}
42
9744833c9b90 some improvements to c-star-diff section; probably a few more changes will follow soon
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 41
diff changeset
   808
\item each $f_i$ is supported on some connected $V_i \sub X$;
40
b7bc1a931b73 cleaning up and writing a little more on topological A_\infty categories
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 37
diff changeset
   809
\item the sets $V_i$ are mutually disjoint;
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   810
\item each $V_i$ is the union of at most $k_i$ of the $U_\alpha$'s,
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   811
where $k_i = \dim(P_i)$; and
42
9744833c9b90 some improvements to c-star-diff section; probably a few more changes will follow soon
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 41
diff changeset
   812
\item $f(p, \cdot) = g \circ f_1(p_1, \cdot) \circ \cdots \circ f_m(p_m, \cdot)$
9744833c9b90 some improvements to c-star-diff section; probably a few more changes will follow soon
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 41
diff changeset
   813
for all $p = (p_1, \ldots, p_m)$, for some fixed $g \in \Diff(X)$.
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   814
\end{itemize}
7
4ef2f77a4652 small to medium sized changes
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 5
diff changeset
   815
A chain $x \in C_k(\Diff(X))$ is (by definition) adapted to $\cU$ if it is the sum
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   816
of singular cells, each of which is adapted to $\cU$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   817
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   818
\begin{lemma}  \label{extension_lemma}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   819
Let $x \in CD_k(X)$ be a singular chain such that $\bd x$ is adapted to $\cU$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   820
Then $x$ is homotopic (rel boundary) to some $x' \in CD_k(X)$ which is adapted to $\cU$.
18
aac9fd8d6bc6 finished with evaluation map stuff for now.
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 17
diff changeset
   821
Furthermore, one can choose the homotopy so that its support is equal to the support of $x$.
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   822
\end{lemma}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   823
22
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   824
The proof will be given in Section \ref{sec:localising}.
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   825
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   826
\medskip
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   827
16
9ae2fd41b903 begin reworking/completion of evaluation map stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 15
diff changeset
   828
The strategy for the proof of Proposition \ref{CDprop} is as follows.
9ae2fd41b903 begin reworking/completion of evaluation map stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 15
diff changeset
   829
We will identify a subcomplex
9ae2fd41b903 begin reworking/completion of evaluation map stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 15
diff changeset
   830
\[
19
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 18
diff changeset
   831
    G_* \sub CD_*(X) \otimes \bc_*(X)
16
9ae2fd41b903 begin reworking/completion of evaluation map stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 15
diff changeset
   832
\]
9ae2fd41b903 begin reworking/completion of evaluation map stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 15
diff changeset
   833
on which the evaluation map is uniquely determined (up to homotopy) by the conditions
9ae2fd41b903 begin reworking/completion of evaluation map stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 15
diff changeset
   834
in \ref{CDprop}.
9ae2fd41b903 begin reworking/completion of evaluation map stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 15
diff changeset
   835
We then show that the inclusion of $G_*$ into the full complex
9ae2fd41b903 begin reworking/completion of evaluation map stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 15
diff changeset
   836
is an equivalence in the appropriate sense.
9ae2fd41b903 begin reworking/completion of evaluation map stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 15
diff changeset
   837
\nn{need to be more specific here}
9ae2fd41b903 begin reworking/completion of evaluation map stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 15
diff changeset
   838
9ae2fd41b903 begin reworking/completion of evaluation map stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 15
diff changeset
   839
Let $p$ be a singular cell in $CD_*(X)$ and $b$ be a blob diagram in $\bc_*(X)$.
19
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 18
diff changeset
   840
Roughly speaking, $p\otimes b$ is in $G_*$ if each component $V$ of the support of $p$
16
9ae2fd41b903 begin reworking/completion of evaluation map stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 15
diff changeset
   841
intersects at most one blob $B$ of $b$.
9ae2fd41b903 begin reworking/completion of evaluation map stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 15
diff changeset
   842
Since $V \cup B$ might not itself be a ball, we need a more careful and complicated definition.
9ae2fd41b903 begin reworking/completion of evaluation map stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 15
diff changeset
   843
Choose a metric for $X$.
19
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 18
diff changeset
   844
We define $p\otimes b$ to be in $G_*$ if there exist $\epsilon > 0$ such that
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 18
diff changeset
   845
$\supp(p) \cup N_\epsilon(b)$ is a union of balls, where $N_\epsilon(b)$ denotes the epsilon
16
9ae2fd41b903 begin reworking/completion of evaluation map stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 15
diff changeset
   846
neighborhood of the support of $b$.
9ae2fd41b903 begin reworking/completion of evaluation map stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 15
diff changeset
   847
\nn{maybe also require that $N_\delta(b)$ is a union of balls for all $\delta<\epsilon$.}
9ae2fd41b903 begin reworking/completion of evaluation map stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 15
diff changeset
   848
42
9744833c9b90 some improvements to c-star-diff section; probably a few more changes will follow soon
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 41
diff changeset
   849
\nn{need to worry about case where the intrinsic support of $p$ is not a union of balls.
9744833c9b90 some improvements to c-star-diff section; probably a few more changes will follow soon
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 41
diff changeset
   850
probably we can just stipulate that it is (i.e. only consider families of diffeos with this property).
9744833c9b90 some improvements to c-star-diff section; probably a few more changes will follow soon
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 41
diff changeset
   851
maybe we should build into the definition of ``adapted" that support takes up all of $U_i$.}
16
9ae2fd41b903 begin reworking/completion of evaluation map stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 15
diff changeset
   852
9ae2fd41b903 begin reworking/completion of evaluation map stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 15
diff changeset
   853
\nn{need to eventually show independence of choice of metric.  maybe there's a better way than
9ae2fd41b903 begin reworking/completion of evaluation map stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 15
diff changeset
   854
choosing a metric.  perhaps just choose a nbd of each ball, but I think I see problems
17
c73e8beb4a20 continuing work of evaluation map proof
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 16
diff changeset
   855
with that as well.
c73e8beb4a20 continuing work of evaluation map proof
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 16
diff changeset
   856
the bottom line is that we need a scheme for choosing unions of balls
c73e8beb4a20 continuing work of evaluation map proof
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 16
diff changeset
   857
which satisfies the $C$, $C'$, $C''$ claim made a few paragraphs below.}
16
9ae2fd41b903 begin reworking/completion of evaluation map stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 15
diff changeset
   858
17
c73e8beb4a20 continuing work of evaluation map proof
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 16
diff changeset
   859
Next we define the evaluation map $e_X$ on $G_*$.
16
9ae2fd41b903 begin reworking/completion of evaluation map stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 15
diff changeset
   860
We'll proceed inductively on $G_i$.
17
c73e8beb4a20 continuing work of evaluation map proof
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 16
diff changeset
   861
The induction starts on $G_0$, where the evaluation map is determined
c73e8beb4a20 continuing work of evaluation map proof
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 16
diff changeset
   862
by the action of $\Diff(X)$ on $\bc_*(X)$
16
9ae2fd41b903 begin reworking/completion of evaluation map stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 15
diff changeset
   863
because $G_0 \sub CD_0\otimes \bc_0$.
9ae2fd41b903 begin reworking/completion of evaluation map stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 15
diff changeset
   864
Assume we have defined the evaluation map up to $G_{k-1}$ and
9ae2fd41b903 begin reworking/completion of evaluation map stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 15
diff changeset
   865
let $p\otimes b$ be a generator of $G_k$.
9ae2fd41b903 begin reworking/completion of evaluation map stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 15
diff changeset
   866
Let $C \sub X$ be a union of balls (as described above) containing $\supp(p)\cup\supp(b)$.
42
9744833c9b90 some improvements to c-star-diff section; probably a few more changes will follow soon
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 41
diff changeset
   867
There is a factorization $p = g \circ p'$, where $g\in \Diff(X)$ and $p'$ is a family of diffeomorphisms which is the identity outside of $C$.
17
c73e8beb4a20 continuing work of evaluation map proof
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 16
diff changeset
   868
Let $b = b'\bullet b''$, where $b' \in \bc_*(C)$ and $b'' \in \bc_0(X\setmin C)$.
42
9744833c9b90 some improvements to c-star-diff section; probably a few more changes will follow soon
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 41
diff changeset
   869
We may assume inductively 
9744833c9b90 some improvements to c-star-diff section; probably a few more changes will follow soon
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 41
diff changeset
   870
(cf the end of this paragraph)
9744833c9b90 some improvements to c-star-diff section; probably a few more changes will follow soon
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 41
diff changeset
   871
that $e_X(\bd(p\otimes b))$ has a similar factorization $x\bullet g(b'')$, where
9744833c9b90 some improvements to c-star-diff section; probably a few more changes will follow soon
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 41
diff changeset
   872
$x \in \bc_*(g(C))$ and $\bd x = 0$.
17
c73e8beb4a20 continuing work of evaluation map proof
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 16
diff changeset
   873
Since $\bc_*(g(C))$ is contractible, there exists $y \in \bc_*(g(C))$ such that $\bd y = x$.
c73e8beb4a20 continuing work of evaluation map proof
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 16
diff changeset
   874
Define $e_X(p\otimes b) = y\bullet g(b'')$.
c73e8beb4a20 continuing work of evaluation map proof
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 16
diff changeset
   875
c73e8beb4a20 continuing work of evaluation map proof
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 16
diff changeset
   876
We now show that $e_X$ on $G_*$ is, up to homotopy, independent of the various choices made.
19
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 18
diff changeset
   877
If we make a different series of choice of the chain $y$ in the previous paragraph,
17
c73e8beb4a20 continuing work of evaluation map proof
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 16
diff changeset
   878
we can inductively construct a homotopy between the two sets of choices,
c73e8beb4a20 continuing work of evaluation map proof
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 16
diff changeset
   879
again relying on the contractibility of $\bc_*(g(G))$.
c73e8beb4a20 continuing work of evaluation map proof
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 16
diff changeset
   880
A similar argument shows that this homotopy is unique up to second order homotopy, and so on.
c73e8beb4a20 continuing work of evaluation map proof
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 16
diff changeset
   881
c73e8beb4a20 continuing work of evaluation map proof
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 16
diff changeset
   882
Given a different set of choices $\{C'\}$ of the unions of balls $\{C\}$,
c73e8beb4a20 continuing work of evaluation map proof
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 16
diff changeset
   883
we can find a third set of choices $\{C''\}$ such that $C, C' \sub C''$.
c73e8beb4a20 continuing work of evaluation map proof
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 16
diff changeset
   884
The argument now proceeds as in the previous paragraph.
c73e8beb4a20 continuing work of evaluation map proof
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 16
diff changeset
   885
\nn{should maybe say more here; also need to back up claim about third set of choices}
42
9744833c9b90 some improvements to c-star-diff section; probably a few more changes will follow soon
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 41
diff changeset
   886
\nn{this definitely needs reworking}
17
c73e8beb4a20 continuing work of evaluation map proof
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 16
diff changeset
   887
c73e8beb4a20 continuing work of evaluation map proof
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 16
diff changeset
   888
Next we show that given $x \in CD_*(X) \otimes \bc_*(X)$ with $\bd x \in G_*$, there exists
c73e8beb4a20 continuing work of evaluation map proof
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 16
diff changeset
   889
a homotopy (rel $\bd x$) to $x' \in G_*$, and further that $x'$ and
c73e8beb4a20 continuing work of evaluation map proof
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 16
diff changeset
   890
this homotopy are unique up to iterated homotopy.
16
9ae2fd41b903 begin reworking/completion of evaluation map stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 15
diff changeset
   891
19
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 18
diff changeset
   892
Given $k>0$ and a blob diagram $b$, we say that a cover $\cU$ of $X$ is $k$-compatible with
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 18
diff changeset
   893
$b$ if, for any $\{U_1, \ldots, U_k\} \sub \cU$, the union
18
aac9fd8d6bc6 finished with evaluation map stuff for now.
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 17
diff changeset
   894
$U_1\cup\cdots\cup U_k$ is a union of balls which satisfies the condition used to define $G_*$ above.
42
9744833c9b90 some improvements to c-star-diff section; probably a few more changes will follow soon
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 41
diff changeset
   895
It follows from Lemma \ref{extension_lemma}
9744833c9b90 some improvements to c-star-diff section; probably a few more changes will follow soon
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 41
diff changeset
   896
that if $\cU$ is $k$-compatible with $b$ and
9744833c9b90 some improvements to c-star-diff section; probably a few more changes will follow soon
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 41
diff changeset
   897
$p$ is a $k$-parameter family of diffeomorphisms which is adapted to $\cU$, then
9744833c9b90 some improvements to c-star-diff section; probably a few more changes will follow soon
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 41
diff changeset
   898
$p\otimes b \in G_*$.
18
aac9fd8d6bc6 finished with evaluation map stuff for now.
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 17
diff changeset
   899
\nn{maybe emphasize this more; it's one of the main ideas in the proof}
16
9ae2fd41b903 begin reworking/completion of evaluation map stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 15
diff changeset
   900
18
aac9fd8d6bc6 finished with evaluation map stuff for now.
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 17
diff changeset
   901
Let $k$ be the degree of $x$ and choose a cover $\cU$ of $X$ such that $\cU$ is
aac9fd8d6bc6 finished with evaluation map stuff for now.
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 17
diff changeset
   902
$k$-compatible with each of the (finitely many) blob diagrams occurring in $x$.
19
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 18
diff changeset
   903
We will use Lemma \ref{extension_lemma} with respect to the cover $\cU$ to
18
aac9fd8d6bc6 finished with evaluation map stuff for now.
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 17
diff changeset
   904
construct the homotopy to $G_*$.
aac9fd8d6bc6 finished with evaluation map stuff for now.
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 17
diff changeset
   905
First we will construct a homotopy $h \in G_*$ from $\bd x$ to a cycle $z$ such that
aac9fd8d6bc6 finished with evaluation map stuff for now.
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 17
diff changeset
   906
each family of diffeomorphisms $p$ occurring in $z$ is adapted to $\cU$.
aac9fd8d6bc6 finished with evaluation map stuff for now.
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 17
diff changeset
   907
Then we will construct a homotopy (rel boundary) $r$ from $x + h$ to $y$ such that
aac9fd8d6bc6 finished with evaluation map stuff for now.
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 17
diff changeset
   908
each family of diffeomorphisms $p$ occurring in $y$ is adapted to $\cU$.
aac9fd8d6bc6 finished with evaluation map stuff for now.
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 17
diff changeset
   909
This implies that $y \in G_*$.
19
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 18
diff changeset
   910
The homotopy $r$ can also be thought of as a homotopy from $x$ to $y-h \in G_*$, and this is the homotopy we seek.
16
9ae2fd41b903 begin reworking/completion of evaluation map stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 15
diff changeset
   911
19
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 18
diff changeset
   912
We will define $h$ inductively on bidegrees $(0, k-1), (1, k-2), \ldots, (k-1, 0)$.
18
aac9fd8d6bc6 finished with evaluation map stuff for now.
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 17
diff changeset
   913
Define $h$ to be zero on bidegree $(0, k-1)$.
aac9fd8d6bc6 finished with evaluation map stuff for now.
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 17
diff changeset
   914
Let $p\otimes b$ be a generator occurring in $\bd x$ with bidegree $(1, k-2)$.
44
1b9b2aab1f35 done (for now) revising proof of eval map stuff.
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 42
diff changeset
   915
Using Lemma \ref{extension_lemma}, construct a homotopy (rel $\bd$) $q$ from $p$ to $p'$ which is adapted to $\cU$.
18
aac9fd8d6bc6 finished with evaluation map stuff for now.
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 17
diff changeset
   916
Define $h$ at $p\otimes b$ to be $q\otimes b$.
aac9fd8d6bc6 finished with evaluation map stuff for now.
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 17
diff changeset
   917
Let $p'\otimes b'$ be a generator occurring in $\bd x$ with bidegree $(2, k-3)$.
44
1b9b2aab1f35 done (for now) revising proof of eval map stuff.
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 42
diff changeset
   918
Let $s$ denote the sum of the $q$'s from the previous step for generators
1b9b2aab1f35 done (for now) revising proof of eval map stuff.
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 42
diff changeset
   919
adjacent to $(\bd p')\otimes b'$.
1b9b2aab1f35 done (for now) revising proof of eval map stuff.
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 42
diff changeset
   920
\nn{need to say more here}
1b9b2aab1f35 done (for now) revising proof of eval map stuff.
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 42
diff changeset
   921
Apply Lemma \ref{extension_lemma} to $p'+s$
18
aac9fd8d6bc6 finished with evaluation map stuff for now.
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 17
diff changeset
   922
yielding a family of diffeos $q'$.
aac9fd8d6bc6 finished with evaluation map stuff for now.
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 17
diff changeset
   923
Define $h$ at $p'\otimes b'$ to be $q'\otimes b'$.
aac9fd8d6bc6 finished with evaluation map stuff for now.
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 17
diff changeset
   924
Continuing in this way, we define all of $h$.
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   925
18
aac9fd8d6bc6 finished with evaluation map stuff for now.
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 17
diff changeset
   926
The homotopy $r$ is constructed similarly.
aac9fd8d6bc6 finished with evaluation map stuff for now.
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 17
diff changeset
   927
19
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 18
diff changeset
   928
\nn{need to say something about uniqueness of $r$, $h$ etc.
18
aac9fd8d6bc6 finished with evaluation map stuff for now.
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 17
diff changeset
   929
postpone this until second draft.}
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   930
18
aac9fd8d6bc6 finished with evaluation map stuff for now.
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 17
diff changeset
   931
At this point, we have finished defining the evaluation map.
aac9fd8d6bc6 finished with evaluation map stuff for now.
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 17
diff changeset
   932
The uniqueness statement in the proposition is clear from the method of proof.
aac9fd8d6bc6 finished with evaluation map stuff for now.
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 17
diff changeset
   933
All that remains is to show that the evaluation map gets along well with cutting and gluing,
aac9fd8d6bc6 finished with evaluation map stuff for now.
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 17
diff changeset
   934
as claimed in the proposition.
aac9fd8d6bc6 finished with evaluation map stuff for now.
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 17
diff changeset
   935
This is in fact not difficult, since the myriad choices involved in defining the
aac9fd8d6bc6 finished with evaluation map stuff for now.
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 17
diff changeset
   936
evaluation map can be made in parallel for the top and bottom
aac9fd8d6bc6 finished with evaluation map stuff for now.
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 17
diff changeset
   937
arrows in the commutative diagram.
aac9fd8d6bc6 finished with evaluation map stuff for now.
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 17
diff changeset
   938
aac9fd8d6bc6 finished with evaluation map stuff for now.
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 17
diff changeset
   939
This completes the proof of Proposition \ref{CDprop}.
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   940
7
4ef2f77a4652 small to medium sized changes
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 5
diff changeset
   941
\medskip
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   942
18
aac9fd8d6bc6 finished with evaluation map stuff for now.
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 17
diff changeset
   943
\nn{say something about associativity here}
aac9fd8d6bc6 finished with evaluation map stuff for now.
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 17
diff changeset
   944
22
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   945
\section{Gluing}
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   946
\label{sec:gluing}%
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   947
40
b7bc1a931b73 cleaning up and writing a little more on topological A_\infty categories
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 37
diff changeset
   948
We now turn to establishing the gluing formula for blob homology, restated from Property \ref{property:gluing} in the Introduction
b7bc1a931b73 cleaning up and writing a little more on topological A_\infty categories
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 37
diff changeset
   949
\begin{itemize}
b7bc1a931b73 cleaning up and writing a little more on topological A_\infty categories
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 37
diff changeset
   950
%\mbox{}% <-- gets the indenting right
b7bc1a931b73 cleaning up and writing a little more on topological A_\infty categories
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 37
diff changeset
   951
\item For any $(n-1)$-manifold $Y$, the blob homology of $Y \times I$ is
b7bc1a931b73 cleaning up and writing a little more on topological A_\infty categories
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 37
diff changeset
   952
naturally an $A_\infty$ category. % We'll write $\bc_*(Y)$ for $\bc_*(Y \times I)$ below.
b7bc1a931b73 cleaning up and writing a little more on topological A_\infty categories
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 37
diff changeset
   953
b7bc1a931b73 cleaning up and writing a little more on topological A_\infty categories
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 37
diff changeset
   954
\item For any $n$-manifold $X$, with $Y$ a codimension $0$-submanifold of its boundary, the blob homology of $X$ is naturally an
b7bc1a931b73 cleaning up and writing a little more on topological A_\infty categories
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 37
diff changeset
   955
$A_\infty$ module for $\bc_*(Y \times I)$.
b7bc1a931b73 cleaning up and writing a little more on topological A_\infty categories
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 37
diff changeset
   956
b7bc1a931b73 cleaning up and writing a little more on topological A_\infty categories
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 37
diff changeset
   957
\item For any $n$-manifold $X$, with $Y \cup Y^{\text{op}}$ a codimension
b7bc1a931b73 cleaning up and writing a little more on topological A_\infty categories
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 37
diff changeset
   958
$0$-submanifold of its boundary, the blob homology of $X'$, obtained from
b7bc1a931b73 cleaning up and writing a little more on topological A_\infty categories
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 37
diff changeset
   959
$X$ by gluing along $Y$, is the $A_\infty$ self-tensor product of
b7bc1a931b73 cleaning up and writing a little more on topological A_\infty categories
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 37
diff changeset
   960
$\bc_*(X)$ as an $\bc_*(Y \times I)$-bimodule.
b7bc1a931b73 cleaning up and writing a little more on topological A_\infty categories
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 37
diff changeset
   961
\begin{equation*}
b7bc1a931b73 cleaning up and writing a little more on topological A_\infty categories
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 37
diff changeset
   962
\bc_*(X') \iso \bc_*(X) \Tensor^{A_\infty}_{\mathclap{\bc_*(Y \times I)}}
b7bc1a931b73 cleaning up and writing a little more on topological A_\infty categories
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 37
diff changeset
   963
\end{equation*}
b7bc1a931b73 cleaning up and writing a little more on topological A_\infty categories
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 37
diff changeset
   964
\todo{How do you write self tensor product?}
b7bc1a931b73 cleaning up and writing a little more on topological A_\infty categories
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 37
diff changeset
   965
\end{itemize}
b7bc1a931b73 cleaning up and writing a little more on topological A_\infty categories
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 37
diff changeset
   966
b7bc1a931b73 cleaning up and writing a little more on topological A_\infty categories
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 37
diff changeset
   967
Although this gluing formula is stated in terms of $A_\infty$ categories and their (bi-)modules, it will be more natural for us to give alternative
b7bc1a931b73 cleaning up and writing a little more on topological A_\infty categories
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 37
diff changeset
   968
definitions of `topological' $A_\infty$-categories and their bimodules, explain how to translate between the `algebraic' and `topological' definitions,
b7bc1a931b73 cleaning up and writing a little more on topological A_\infty categories
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 37
diff changeset
   969
and then prove the gluing formula in the topological langauge. Section \ref{sec:topological-A-infty} below explains these definitions, and establishes
b7bc1a931b73 cleaning up and writing a little more on topological A_\infty categories
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 37
diff changeset
   970
the desired equivalence. This is quite involved, and in particular requires us to generalise the definition of blob homology to allow $A_\infty$ algebras
b7bc1a931b73 cleaning up and writing a little more on topological A_\infty categories
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 37
diff changeset
   971
as inputs, and to re-establish many of the properties of blob homology in this generality. Many readers may prefer to read the
b7bc1a931b73 cleaning up and writing a little more on topological A_\infty categories
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 37
diff changeset
   972
Definitions \ref{defn:topological-algebra} and \ref{defn:topological-module} of `topological' $A_\infty$-categories, and Definition \ref{???} of the
b7bc1a931b73 cleaning up and writing a little more on topological A_\infty categories
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 37
diff changeset
   973
self-tensor product of a `topological' $A_\infty$-bimodule, then skip to \S \ref{sec:boundary-action} and \S \ref{sec:gluing-formula} for the proofs
b7bc1a931b73 cleaning up and writing a little more on topological A_\infty categories
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 37
diff changeset
   974
of the gluing formula in the topological context.
b7bc1a931b73 cleaning up and writing a little more on topological A_\infty categories
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 37
diff changeset
   975
22
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   976
\subsection{`Topological' $A_\infty$ $n$-categories}
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   977
\label{sec:topological-A-infty}%
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   978
23
7b0a43bdd3c4 writing definitions of topological a_\infty categories, modules, etc.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 22
diff changeset
   979
This section prepares the ground for establishing Property \ref{property:gluing} by defining the notion of a \emph{topological $A_\infty$-$n$-category}.
7b0a43bdd3c4 writing definitions of topological a_\infty categories, modules, etc.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 22
diff changeset
   980
The main result of this section is
22
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   981
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   982
\begin{thm}
40
b7bc1a931b73 cleaning up and writing a little more on topological A_\infty categories
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 37
diff changeset
   983
Topological $A_\infty$-$1$-categories are equivalent to the usual notion of
23
7b0a43bdd3c4 writing definitions of topological a_\infty categories, modules, etc.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 22
diff changeset
   984
$A_\infty$-$1$-categories.
22
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   985
\end{thm}
18
aac9fd8d6bc6 finished with evaluation map stuff for now.
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 17
diff changeset
   986
37
2f677e283c26 adding some things to the bibliography
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 36
diff changeset
   987
Before proving this theorem, we embark upon a long string of definitions.
40
b7bc1a931b73 cleaning up and writing a little more on topological A_\infty categories
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 37
diff changeset
   988
For expository purposes, we begin with the $n=1$ special cases,\scott{Why are we treating the $n>1$ cases at all?} and define
23
7b0a43bdd3c4 writing definitions of topological a_\infty categories, modules, etc.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 22
diff changeset
   989
first topological $A_\infty$-algebras, then topological $A_\infty$-categories, and then topological $A_\infty$-modules over these. We then turn
7b0a43bdd3c4 writing definitions of topological a_\infty categories, modules, etc.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 22
diff changeset
   990
to the general $n$ case, defining topological $A_\infty$-$n$-categories and their modules.
7b0a43bdd3c4 writing definitions of topological a_\infty categories, modules, etc.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 22
diff changeset
   991
\nn{Something about duals?}
7b0a43bdd3c4 writing definitions of topological a_\infty categories, modules, etc.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 22
diff changeset
   992
\todo{Explain that we're not making contact with any previous notions for the general $n$ case?}
32
538f38ddf395 a few changes to top Ainf cat def, etc.
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 31
diff changeset
   993
\kevin{probably we should say something about the relation
37
2f677e283c26 adding some things to the bibliography
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 36
diff changeset
   994
to [framed] $E_\infty$ algebras
2f677e283c26 adding some things to the bibliography
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 36
diff changeset
   995
}
2f677e283c26 adding some things to the bibliography
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 36
diff changeset
   996
2f677e283c26 adding some things to the bibliography
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 36
diff changeset
   997
\todo{}
2f677e283c26 adding some things to the bibliography
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 36
diff changeset
   998
Various citations we might want to make:
2f677e283c26 adding some things to the bibliography
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 36
diff changeset
   999
\begin{itemize}
2f677e283c26 adding some things to the bibliography
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 36
diff changeset
  1000
\item \cite{MR2061854} McClure and Smith's review article
2f677e283c26 adding some things to the bibliography
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 36
diff changeset
  1001
\item \cite{MR0420610} May, (inter alia, definition of $E_\infty$ operad)
2f677e283c26 adding some things to the bibliography
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 36
diff changeset
  1002
\item \cite{MR0236922,MR0420609} Boardman and Vogt
2f677e283c26 adding some things to the bibliography
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 36
diff changeset
  1003
\item \cite{MR1256989} definition of framed little-discs operad
2f677e283c26 adding some things to the bibliography
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 36
diff changeset
  1004
\end{itemize}
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1005
23
7b0a43bdd3c4 writing definitions of topological a_\infty categories, modules, etc.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 22
diff changeset
  1006
\begin{defn}
7b0a43bdd3c4 writing definitions of topological a_\infty categories, modules, etc.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 22
diff changeset
  1007
\label{defn:topological-algebra}%
32
538f38ddf395 a few changes to top Ainf cat def, etc.
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 31
diff changeset
  1008
A ``topological $A_\infty$-algebra'' $A$ consists of the following data.
23
7b0a43bdd3c4 writing definitions of topological a_\infty categories, modules, etc.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 22
diff changeset
  1009
\begin{enumerate}
37
2f677e283c26 adding some things to the bibliography
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 36
diff changeset
  1010
\item For each $1$-manifold $J$ diffeomorphic to the standard interval
32
538f38ddf395 a few changes to top Ainf cat def, etc.
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 31
diff changeset
  1011
$I=\left[0,1\right]$, a complex of vector spaces $A(J)$.
25
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 24
diff changeset
  1012
% either roll functoriality into the evaluation map
37
2f677e283c26 adding some things to the bibliography
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 36
diff changeset
  1013
\item For each pair of intervals $J,J'$ an `evaluation' chain map
32
538f38ddf395 a few changes to top Ainf cat def, etc.
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 31
diff changeset
  1014
$\ev_{J \to J'} : \CD{J \to J'} \tensor A(J) \to A(J')$.
538f38ddf395 a few changes to top Ainf cat def, etc.
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 31
diff changeset
  1015
\item For each decomposition of intervals $J = J'\cup J''$,
40
b7bc1a931b73 cleaning up and writing a little more on topological A_\infty categories
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 37
diff changeset
  1016
a gluing map $\gl_{J',J''} : A(J') \tensor A(J'') \to A(J)$.
25
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 24
diff changeset
  1017
% or do it as two separate pieces of data
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 24
diff changeset
  1018
%\item along with an `evaluation' chain map $\ev_J : \CD{J} \tensor A(J) \to A(J)$,
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 24
diff changeset
  1019
%\item for each diffeomorphism $\phi : J \to J'$, an isomorphism $A(\phi) : A(J) \isoto A(J')$,
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 24
diff changeset
  1020
%\item and for each pair of intervals $J,J'$ a gluing map $\gl_{J,J'} : A(J) \tensor A(J') \to A(J \cup J')$,
23
7b0a43bdd3c4 writing definitions of topological a_\infty categories, modules, etc.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 22
diff changeset
  1021
\end{enumerate}
32
538f38ddf395 a few changes to top Ainf cat def, etc.
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 31
diff changeset
  1022
This data is required to satisfy the following conditions.
23
7b0a43bdd3c4 writing definitions of topological a_\infty categories, modules, etc.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 22
diff changeset
  1023
\begin{itemize}
7b0a43bdd3c4 writing definitions of topological a_\infty categories, modules, etc.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 22
diff changeset
  1024
\item The evaluation chain map is associative, in that the diagram
7b0a43bdd3c4 writing definitions of topological a_\infty categories, modules, etc.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 22
diff changeset
  1025
\begin{equation*}
7b0a43bdd3c4 writing definitions of topological a_\infty categories, modules, etc.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 22
diff changeset
  1026
\xymatrix{
40
b7bc1a931b73 cleaning up and writing a little more on topological A_\infty categories
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 37
diff changeset
  1027
 & \quad \mathclap{\CD{J' \to J''} \tensor \CD{J \to J'} \tensor A(J)} \quad \ar[dr]^{\id \tensor \ev_{J \to J'}} \ar[dl]_{\compose \tensor \id} & \\
b7bc1a931b73 cleaning up and writing a little more on topological A_\infty categories
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 37
diff changeset
  1028
\CD{J' \to J''} \tensor A(J') \ar[dr]^{\ev_{J' \to J''}} & & \CD{J \to J''} \tensor A(J) \ar[dl]_{\ev_{J \to J''}} \\
b7bc1a931b73 cleaning up and writing a little more on topological A_\infty categories
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 37
diff changeset
  1029
 & A(J'') &
23
7b0a43bdd3c4 writing definitions of topological a_\infty categories, modules, etc.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 22
diff changeset
  1030
}
7b0a43bdd3c4 writing definitions of topological a_\infty categories, modules, etc.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 22
diff changeset
  1031
\end{equation*}
40
b7bc1a931b73 cleaning up and writing a little more on topological A_\infty categories
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 37
diff changeset
  1032
commutes up to homotopy.
b7bc1a931b73 cleaning up and writing a little more on topological A_\infty categories
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 37
diff changeset
  1033
Here the map $$\compose : \CD{J' \to J''} \tensor \CD{J \to J'} \to \CD{J \to J''}$$ is a composition: take products of singular chains first, then compose diffeomorphisms.
25
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 24
diff changeset
  1034
%% or the version for separate pieces of data:
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 24
diff changeset
  1035
%\item If $\phi$ is a diffeomorphism from $J$ to itself, the maps $\ev_J(\phi, -)$ and $A(\phi)$ are the same.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 24
diff changeset
  1036
%\item The evaluation chain map is associative, in that the diagram
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 24
diff changeset
  1037
%\begin{equation*}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 24
diff changeset
  1038
%\xymatrix{
40
b7bc1a931b73 cleaning up and writing a little more on topological A_\infty categories
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 37
diff changeset
  1039
%\CD{J} \tensor \CD{J} \tensor A(J) \ar[r]^{\id \tensor \ev_J} \ar[d]_{\compose \tensor \id} &
25
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 24
diff changeset
  1040
%\CD{J} \tensor A(J) \ar[d]^{\ev_J} \\
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 24
diff changeset
  1041
%\CD{J} \tensor A(J) \ar[r]_{\ev_J} &
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 24
diff changeset
  1042
%A(J)
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 24
diff changeset
  1043
%}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 24
diff changeset
  1044
%\end{equation*}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 24
diff changeset
  1045
%commutes. (Here the map $\compose : \CD{J} \tensor \CD{J} \to \CD{J}$ is a composition: take products of singular chains first, then use the group multiplication in $\Diff(J)$.)
23
7b0a43bdd3c4 writing definitions of topological a_\infty categories, modules, etc.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 22
diff changeset
  1046
\item The gluing maps are \emph{strictly} associative. That is, given $J$, $J'$ and $J''$, the diagram
7b0a43bdd3c4 writing definitions of topological a_\infty categories, modules, etc.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 22
diff changeset
  1047
\begin{equation*}
7b0a43bdd3c4 writing definitions of topological a_\infty categories, modules, etc.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 22
diff changeset
  1048
\xymatrix{
40
b7bc1a931b73 cleaning up and writing a little more on topological A_\infty categories
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 37
diff changeset
  1049
A(J) \tensor A(J') \tensor A(J'') \ar[rr]^{\gl_{J,J'} \tensor \id} \ar[d]_{\id \tensor \gl_{J',J''}} &&
23
7b0a43bdd3c4 writing definitions of topological a_\infty categories, modules, etc.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 22
diff changeset
  1050
A(J \cup J') \tensor A(J'') \ar[d]^{\gl_{J \cup J', J''}} \\
7b0a43bdd3c4 writing definitions of topological a_\infty categories, modules, etc.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 22
diff changeset
  1051
A(J) \tensor A(J' \cup J'') \ar[rr]_{\gl_{J, J' \cup J''}} &&
7b0a43bdd3c4 writing definitions of topological a_\infty categories, modules, etc.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 22
diff changeset
  1052
A(J \cup J' \cup J'')
7b0a43bdd3c4 writing definitions of topological a_\infty categories, modules, etc.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 22
diff changeset
  1053
}
7b0a43bdd3c4 writing definitions of topological a_\infty categories, modules, etc.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 22
diff changeset
  1054
\end{equation*}
7b0a43bdd3c4 writing definitions of topological a_\infty categories, modules, etc.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 22
diff changeset
  1055
commutes.
34
f46e6ff9f951 a little more
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 33
diff changeset
  1056
\item The gluing and evaluation maps are compatible.
f46e6ff9f951 a little more
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 33
diff changeset
  1057
\nn{give diagram, or just say ``in the obvious way", or refer to diagram in blob eval map section?}
23
7b0a43bdd3c4 writing definitions of topological a_\infty categories, modules, etc.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 22
diff changeset
  1058
\end{itemize}
7b0a43bdd3c4 writing definitions of topological a_\infty categories, modules, etc.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 22
diff changeset
  1059
\end{defn}
7b0a43bdd3c4 writing definitions of topological a_\infty categories, modules, etc.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 22
diff changeset
  1060
7b0a43bdd3c4 writing definitions of topological a_\infty categories, modules, etc.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 22
diff changeset
  1061
\begin{rem}
26
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 25
diff changeset
  1062
We can restrict the evaluation map to $0$-chains, and see that $J \mapsto A(J)$ and $(\phi:J \to J') \mapsto \ev_{J \to J'}(\phi, \bullet)$ together
25
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 24
diff changeset
  1063
constitute a functor from the category of intervals and diffeomorphisms between them to the category of complexes of vector spaces.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 24
diff changeset
  1064
Further, once this functor has been specified, we only need to know how the evaluation map acts when $J = J'$.
23
7b0a43bdd3c4 writing definitions of topological a_\infty categories, modules, etc.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 22
diff changeset
  1065
\end{rem}
7b0a43bdd3c4 writing definitions of topological a_\infty categories, modules, etc.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 22
diff changeset
  1066
25
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 24
diff changeset
  1067
%% if we do things separately, we should say this:
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 24
diff changeset
  1068
%\begin{rem}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 24
diff changeset
  1069
%Of course, the first and third pieces of data (the complexes, and the isomorphisms) together just constitute a functor from the category of
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 24
diff changeset
  1070
%intervals and diffeomorphisms between them to the category of complexes of vector spaces.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 24
diff changeset
  1071
%Further, one can combine the second and third pieces of data, asking instead for a map
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 24
diff changeset
  1072
%\begin{equation*}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 24
diff changeset
  1073
%\ev_{J,J'} : \CD{J \to J'} \tensor A(J) \to A(J').
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 24
diff changeset
  1074
%\end{equation*}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 24
diff changeset
  1075
%(Any $k$-parameter family of diffeomorphisms in $C_k(\Diff(J \to J'))$ factors into a single diffeomorphism $J \to J'$ and a $k$-parameter family of
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 24
diff changeset
  1076
%diffeomorphisms in $\CD{J'}$.)
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 24
diff changeset
  1077
%\end{rem}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 24
diff changeset
  1078
23
7b0a43bdd3c4 writing definitions of topological a_\infty categories, modules, etc.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 22
diff changeset
  1079
To generalise the definition to that of a category, we simply introduce a set of objects which we call $A(pt)$. Now we associate complexes to each
7b0a43bdd3c4 writing definitions of topological a_\infty categories, modules, etc.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 22
diff changeset
  1080
interval with boundary conditions $(J, c_-, c_+)$, with $c_-, c_+ \in A(pt)$, and only ask for gluing maps when the boundary conditions match up:
7b0a43bdd3c4 writing definitions of topological a_\infty categories, modules, etc.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 22
diff changeset
  1081
\begin{equation*}
7b0a43bdd3c4 writing definitions of topological a_\infty categories, modules, etc.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 22
diff changeset
  1082
\gl : A(J, c_-, c_0) \tensor A(J', c_0, c_+) \to A(J \cup J', c_-, c_+).
7b0a43bdd3c4 writing definitions of topological a_\infty categories, modules, etc.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 22
diff changeset
  1083
\end{equation*}
25
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 24
diff changeset
  1084
The action of diffeomorphisms (and of $k$-parameter families of diffeomorphisms) ignores the boundary conditions.
40
b7bc1a931b73 cleaning up and writing a little more on topological A_\infty categories
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 37
diff changeset
  1085
\todo{we presumably need to say something about $\id_c \in A(J, c, c)$.}
23
7b0a43bdd3c4 writing definitions of topological a_\infty categories, modules, etc.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 22
diff changeset
  1086
25
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 24
diff changeset
  1087
At this point we can give two motivating examples. The first is `chains of maps to $M$' for some fixed target space $M$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 24
diff changeset
  1088
\begin{defn}
26
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 25
diff changeset
  1089
Define the topological $A_\infty$ category $C_*(\Maps(\bullet \to M))$ by
25
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 24
diff changeset
  1090
\begin{enumerate}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 24
diff changeset
  1091
\item $A(J) = C_*(\Maps(J \to M))$, singular chains on the space of smooth maps from $J$ to $M$,
26
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 25
diff changeset
  1092
\item $\ev_{J,J'} : \CD{J \to J'} \tensor A(J) \to A(J')$ is the composition
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 25
diff changeset
  1093
\begin{align*}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 25
diff changeset
  1094
\CD{J \to J'} \tensor C_*(\Maps(J \to M)) & \to C_*(\Diff(J \to J') \times \Maps(J \to M)) \\ & \to C_*(\Maps(J' \to M)),
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 25
diff changeset
  1095
\end{align*}
40
b7bc1a931b73 cleaning up and writing a little more on topological A_\infty categories
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 37
diff changeset
  1096
where the first map is the product of singular chains, and the second is precomposition by the inverse of a diffeomorphism,
25
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 24
diff changeset
  1097
\item $\gl_{J,J'} : A(J) \tensor A(J')$ takes the product of singular chains, then glues maps to $M$ together.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 24
diff changeset
  1098
\end{enumerate}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 24
diff changeset
  1099
The associativity conditions are trivially satisfied.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 24
diff changeset
  1100
\end{defn}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 24
diff changeset
  1101
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 24
diff changeset
  1102
The second example is simply the blob complex of $Y \times J$, for any $n-1$ manifold $Y$. We define $A(J) = \bc_*(Y \times J)$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 24
diff changeset
  1103
Observe $\Diff(J \to J')$ embeds into $\Diff(Y \times J \to Y \times J')$. The evaluation and gluing maps then come directly from Properties
40
b7bc1a931b73 cleaning up and writing a little more on topological A_\infty categories
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 37
diff changeset
  1104
\ref{property:evaluation} and \ref{property:gluing-map} respectively. We'll often write $bc_*(Y)$ for this algebra.
25
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 24
diff changeset
  1105
23
7b0a43bdd3c4 writing definitions of topological a_\infty categories, modules, etc.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 22
diff changeset
  1106
The definition of a module follows closely the definition of an algebra or category.
7b0a43bdd3c4 writing definitions of topological a_\infty categories, modules, etc.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 22
diff changeset
  1107
\begin{defn}
7b0a43bdd3c4 writing definitions of topological a_\infty categories, modules, etc.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 22
diff changeset
  1108
\label{defn:topological-module}%
37
2f677e283c26 adding some things to the bibliography
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 36
diff changeset
  1109
A topological $A_\infty$-(left-)module $M$ over a topological $A_\infty$ category $A$
33
0535a42fb804 small tweaks to Ainf module defn
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 32
diff changeset
  1110
consists of the following data.
23
7b0a43bdd3c4 writing definitions of topological a_\infty categories, modules, etc.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 22
diff changeset
  1111
\begin{enumerate}
40
b7bc1a931b73 cleaning up and writing a little more on topological A_\infty categories
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 37
diff changeset
  1112
\item A functor $K \mapsto M(K)$ from $1$-manifolds diffeomorphic to the standard interval, with the upper boundary point `marked', to complexes of vector spaces.
37
2f677e283c26 adding some things to the bibliography
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 36
diff changeset
  1113
\item For each pair of such marked intervals,
33
0535a42fb804 small tweaks to Ainf module defn
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 32
diff changeset
  1114
an `evaluation' chain map $\ev_{K\to K'} : \CD{K \to K'} \tensor M(K) \to M(K')$.
0535a42fb804 small tweaks to Ainf module defn
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 32
diff changeset
  1115
\item For each decomposition $K = J\cup K'$ of the marked interval
0535a42fb804 small tweaks to Ainf module defn
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 32
diff changeset
  1116
$K$ into an unmarked interval $J$ and a marked interval $K'$, a gluing map
0535a42fb804 small tweaks to Ainf module defn
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 32
diff changeset
  1117
$\gl_{J,K'} : A(J) \tensor M(K') \to M(K)$.
23
7b0a43bdd3c4 writing definitions of topological a_\infty categories, modules, etc.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 22
diff changeset
  1118
\end{enumerate}
37
2f677e283c26 adding some things to the bibliography
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 36
diff changeset
  1119
The above data is required to satisfy
33
0535a42fb804 small tweaks to Ainf module defn
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 32
diff changeset
  1120
conditions analogous to those in Definition \ref{defn:topological-algebra}.
23
7b0a43bdd3c4 writing definitions of topological a_\infty categories, modules, etc.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 22
diff changeset
  1121
\end{defn}
7b0a43bdd3c4 writing definitions of topological a_\infty categories, modules, etc.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 22
diff changeset
  1122
40
b7bc1a931b73 cleaning up and writing a little more on topological A_\infty categories
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 37
diff changeset
  1123
For any manifold $X$ with $\bdy X = Y$ (or indeed just with $Y$ a codimension $0$-submanifold of $\bdy X$) we can think of $\bc_*(X)$ as
b7bc1a931b73 cleaning up and writing a little more on topological A_\infty categories
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 37
diff changeset
  1124
a topological $A_\infty$ module over $\bc_*(Y)$, the topological $A_\infty$ category described above.
b7bc1a931b73 cleaning up and writing a little more on topological A_\infty categories
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 37
diff changeset
  1125
For each interval $K$, we have $M(K) = \bc_*((Y \times K) \cup_Y X)$.
b7bc1a931b73 cleaning up and writing a little more on topological A_\infty categories
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 37
diff changeset
  1126
(Here we glue $Y \times pt$ to $Y \subset \bdy X$, where $pt$ is the marked point of $K$.) Again, the evaluation and gluing maps come directly from Properties
26
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 25
diff changeset
  1127
\ref{property:evaluation} and \ref{property:gluing-map} respectively.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 25
diff changeset
  1128
34
f46e6ff9f951 a little more
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 33
diff changeset
  1129
The definition of a bimodule is like the definition of a module,
f46e6ff9f951 a little more
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 33
diff changeset
  1130
except that we have two disjoint marked intervals $K$ and $L$, one with a marked point
f46e6ff9f951 a little more
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 33
diff changeset
  1131
on the upper boundary and the other with a marked point on the lower boundary.
f46e6ff9f951 a little more
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 33
diff changeset
  1132
There are evaluation maps corresponding to gluing unmarked intervals
f46e6ff9f951 a little more
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 33
diff changeset
  1133
to the unmarked ends of $K$ and $L$.
f46e6ff9f951 a little more
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 33
diff changeset
  1134
37
2f677e283c26 adding some things to the bibliography
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 36
diff changeset
  1135
Let $X$ be an $n$-manifold with a copy of $Y \du -Y$ embedded as a
34
f46e6ff9f951 a little more
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 33
diff changeset
  1136
codimension-0 submanifold of $\bdy X$.
40
b7bc1a931b73 cleaning up and writing a little more on topological A_\infty categories
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 37
diff changeset
  1137
Then the the assignment $K,L \mapsto \bc_*(X \cup_Y (Y\times K) \cup_{-Y} (-Y\times L))$ has the
34
f46e6ff9f951 a little more
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 33
diff changeset
  1138
structure of a topological $A_\infty$ bimodule over $\bc_*(Y)$.
f46e6ff9f951 a little more
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 33
diff changeset
  1139
f46e6ff9f951 a little more
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 33
diff changeset
  1140
Next we define the coend
f46e6ff9f951 a little more
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 33
diff changeset
  1141
(or gluing or tensor product or self tensor product, depending on the context)
40
b7bc1a931b73 cleaning up and writing a little more on topological A_\infty categories
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 37
diff changeset
  1142
$\gl(M)$ of a topological $A_\infty$ bimodule $M$. This will be an `initial' or `universal' object satisfying various properties.
b7bc1a931b73 cleaning up and writing a little more on topological A_\infty categories
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 37
diff changeset
  1143
\begin{defn}
b7bc1a931b73 cleaning up and writing a little more on topological A_\infty categories
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 37
diff changeset
  1144
We define a category $\cG(M)$. Objects consist of the following data.
35
0adb47730c7a coend, n>1 case
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 34
diff changeset
  1145
\begin{itemize}
0adb47730c7a coend, n>1 case
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 34
diff changeset
  1146
\item For each interval $N$ with both endpoints marked, a complex of vector spaces C(N).
37
2f677e283c26 adding some things to the bibliography
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 36
diff changeset
  1147
\item For each pair of intervals $N,N'$ an evaluation chain map
35
0adb47730c7a coend, n>1 case
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 34
diff changeset
  1148
$\ev_{N \to N'} : \CD{N \to N'} \tensor C(N) \to C(N')$.
0adb47730c7a coend, n>1 case
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 34
diff changeset
  1149
\item For each decomposition of intervals $N = K\cup L$,
0adb47730c7a coend, n>1 case
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 34
diff changeset
  1150
a gluing map $\gl_{K,L} : M(K,L) \to C(N)$.
40
b7bc1a931b73 cleaning up and writing a little more on topological A_\infty categories
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 37
diff changeset
  1151
\end{itemize}
b7bc1a931b73 cleaning up and writing a little more on topological A_\infty categories
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 37
diff changeset
  1152
This data must satisfy the following conditions.
b7bc1a931b73 cleaning up and writing a little more on topological A_\infty categories
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 37
diff changeset
  1153
\begin{itemize}
35
0adb47730c7a coend, n>1 case
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 34
diff changeset
  1154
\item The evaluation maps are associative.
0adb47730c7a coend, n>1 case
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 34
diff changeset
  1155
\nn{up to homotopy?}
37
2f677e283c26 adding some things to the bibliography
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 36
diff changeset
  1156
\item Gluing is strictly associative.
35
0adb47730c7a coend, n>1 case
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 34
diff changeset
  1157
That is, given a decomposition $N = K\cup J\cup L$, the chain maps associated to
0adb47730c7a coend, n>1 case
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 34
diff changeset
  1158
$K\du J\du L \to (K\cup J)\du L \to N$ and $K\du J\du L \to K\du (J\cup L) \to N$
0adb47730c7a coend, n>1 case
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 34
diff changeset
  1159
agree.
0adb47730c7a coend, n>1 case
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 34
diff changeset
  1160
\item the gluing and evaluation maps are compatible.
0adb47730c7a coend, n>1 case
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 34
diff changeset
  1161
\end{itemize}
34
f46e6ff9f951 a little more
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 33
diff changeset
  1162
40
b7bc1a931b73 cleaning up and writing a little more on topological A_\infty categories
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 37
diff changeset
  1163
A morphism $f$ between such objects $C$ and $C'$ is a chain map $f_N : C(N) \to C'(N)$ for each interval $N$ with both endpoints marked,
b7bc1a931b73 cleaning up and writing a little more on topological A_\infty categories
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 37
diff changeset
  1164
satisfying the following conditions.
b7bc1a931b73 cleaning up and writing a little more on topological A_\infty categories
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 37
diff changeset
  1165
\begin{itemize}
b7bc1a931b73 cleaning up and writing a little more on topological A_\infty categories
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 37
diff changeset
  1166
\item For each pair of intervals $N,N'$, the diagram
b7bc1a931b73 cleaning up and writing a little more on topological A_\infty categories
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 37
diff changeset
  1167
\begin{equation*}
b7bc1a931b73 cleaning up and writing a little more on topological A_\infty categories
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 37
diff changeset
  1168
\xymatrix{
b7bc1a931b73 cleaning up and writing a little more on topological A_\infty categories
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 37
diff changeset
  1169
\CD{N \to N'} \tensor C(N) \ar[d]_{\ev} \ar[r]^{\id \tensor f_N} & \CD{N \to N'} \tensor C'(N) \ar[d]^{\ev} \\
b7bc1a931b73 cleaning up and writing a little more on topological A_\infty categories
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 37
diff changeset
  1170
C(N) \ar[r]_{f_N} & C'(N)
b7bc1a931b73 cleaning up and writing a little more on topological A_\infty categories
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 37
diff changeset
  1171
}
b7bc1a931b73 cleaning up and writing a little more on topological A_\infty categories
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 37
diff changeset
  1172
\end{equation*}
b7bc1a931b73 cleaning up and writing a little more on topological A_\infty categories
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 37
diff changeset
  1173
commutes.
b7bc1a931b73 cleaning up and writing a little more on topological A_\infty categories
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 37
diff changeset
  1174
\item For each decomposition of intervals $N = K \cup L$, the gluing map for $C'$, $\gl'_{K,L} : M(K,L) \to C'(N)$ is the composition
b7bc1a931b73 cleaning up and writing a little more on topological A_\infty categories
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 37
diff changeset
  1175
$$M(K,L) \xto{\gl_{K,L}} C(N) \xto{f_N} C'(N).$$
b7bc1a931b73 cleaning up and writing a little more on topological A_\infty categories
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 37
diff changeset
  1176
\end{itemize}
b7bc1a931b73 cleaning up and writing a little more on topological A_\infty categories
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 37
diff changeset
  1177
\end{defn}
34
f46e6ff9f951 a little more
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 33
diff changeset
  1178
40
b7bc1a931b73 cleaning up and writing a little more on topological A_\infty categories
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 37
diff changeset
  1179
We now define $\gl(M)$ to be an initial object in the category $\cG{M}$. This just says that for any other object $C'$ in $\cG{M}$,
b7bc1a931b73 cleaning up and writing a little more on topological A_\infty categories
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 37
diff changeset
  1180
there are chain maps $f_N: \gl(M)(N) \to C'(N)$, compatible with the action of families of diffeomorphisms, so that the gluing maps $M(K,L) \to C'(N)$
b7bc1a931b73 cleaning up and writing a little more on topological A_\infty categories
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 37
diff changeset
  1181
factor through the gluing maps for $\gl(M)$.
b7bc1a931b73 cleaning up and writing a little more on topological A_\infty categories
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 37
diff changeset
  1182
b7bc1a931b73 cleaning up and writing a little more on topological A_\infty categories
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 37
diff changeset
  1183
We return to our two favourite examples. First, the coend of the topological $A_\infty$ category $C_*(\Maps(\bullet \to M))$ as a bimodule over itself
b7bc1a931b73 cleaning up and writing a little more on topological A_\infty categories
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 37
diff changeset
  1184
is essentially $C_*(\Maps(S^1 \to M))$. \todo{}
b7bc1a931b73 cleaning up and writing a little more on topological A_\infty categories
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 37
diff changeset
  1185
b7bc1a931b73 cleaning up and writing a little more on topological A_\infty categories
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 37
diff changeset
  1186
For the second example, given $X$ and $Y\du -Y \sub \bdy X$, the assignment
b7bc1a931b73 cleaning up and writing a little more on topological A_\infty categories
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 37
diff changeset
  1187
$$N \mapsto \bc_*(X \cup_{Y\du -Y} (N\times Y))$$ clearly gives an object in $\cG{M}$.
b7bc1a931b73 cleaning up and writing a little more on topological A_\infty categories
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 37
diff changeset
  1188
Showing that it is an initial object is the content of the gluing theorem proved below.
34
f46e6ff9f951 a little more
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 33
diff changeset
  1189
35
0adb47730c7a coend, n>1 case
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 34
diff changeset
  1190
The definitions for a topological $A_\infty$-$n$-category are very similar to the above
0adb47730c7a coend, n>1 case
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 34
diff changeset
  1191
$n=1$ case.
0adb47730c7a coend, n>1 case
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 34
diff changeset
  1192
One replaces intervals with manifolds diffeomorphic to the ball $B^n$.
0adb47730c7a coend, n>1 case
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 34
diff changeset
  1193
Marked points are replaced by copies of $B^{n-1}$ in $\bdy B^n$.
0adb47730c7a coend, n>1 case
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 34
diff changeset
  1194
0adb47730c7a coend, n>1 case
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 34
diff changeset
  1195
\nn{give examples: $A(J^n) = \bc_*(Z\times J)$ and $A(J^n) = C_*(\Maps(J \to M))$.}
23
7b0a43bdd3c4 writing definitions of topological a_\infty categories, modules, etc.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 22
diff changeset
  1196
7b0a43bdd3c4 writing definitions of topological a_\infty categories, modules, etc.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 22
diff changeset
  1197
\todo{the motivating example $C_*(\maps(X, M))$}
7b0a43bdd3c4 writing definitions of topological a_\infty categories, modules, etc.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 22
diff changeset
  1198
7b0a43bdd3c4 writing definitions of topological a_\infty categories, modules, etc.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 22
diff changeset
  1199
7b0a43bdd3c4 writing definitions of topological a_\infty categories, modules, etc.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 22
diff changeset
  1200
7b0a43bdd3c4 writing definitions of topological a_\infty categories, modules, etc.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 22
diff changeset
  1201
\newcommand{\skel}[1]{\operatorname{skeleton}(#1)}
7b0a43bdd3c4 writing definitions of topological a_\infty categories, modules, etc.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 22
diff changeset
  1202
7b0a43bdd3c4 writing definitions of topological a_\infty categories, modules, etc.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 22
diff changeset
  1203
Given a topological $A_\infty$-category $\cC$, we can construct an `algebraic' $A_\infty$ category $\skel{\cC}$. First, pick your
7b0a43bdd3c4 writing definitions of topological a_\infty categories, modules, etc.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 22
diff changeset
  1204
favorite diffeomorphism $\phi: I \cup I \to I$.
7b0a43bdd3c4 writing definitions of topological a_\infty categories, modules, etc.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 22
diff changeset
  1205
\begin{defn}
7b0a43bdd3c4 writing definitions of topological a_\infty categories, modules, etc.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 22
diff changeset
  1206
We'll write $\skel{\cC} = (A, m_k)$. Define $A = \cC(I)$, and $m_2 : A \tensor A \to A$ by
7b0a43bdd3c4 writing definitions of topological a_\infty categories, modules, etc.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 22
diff changeset
  1207
\begin{equation*}
7b0a43bdd3c4 writing definitions of topological a_\infty categories, modules, etc.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 22
diff changeset
  1208
m_2 \cC(I) \tensor \cC(I) \xrightarrow{\gl_{I,I}} \cC(I \cup I) \xrightarrow{\cC(\phi)} \cC(I).
7b0a43bdd3c4 writing definitions of topological a_\infty categories, modules, etc.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 22
diff changeset
  1209
\end{equation*}
7b0a43bdd3c4 writing definitions of topological a_\infty categories, modules, etc.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 22
diff changeset
  1210
Next, we define all the `higher associators' $m_k$ by
7b0a43bdd3c4 writing definitions of topological a_\infty categories, modules, etc.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 22
diff changeset
  1211
\todo{}
7b0a43bdd3c4 writing definitions of topological a_\infty categories, modules, etc.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 22
diff changeset
  1212
\end{defn}
7b0a43bdd3c4 writing definitions of topological a_\infty categories, modules, etc.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 22
diff changeset
  1213
7b0a43bdd3c4 writing definitions of topological a_\infty categories, modules, etc.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 22
diff changeset
  1214
Give an `algebraic' $A_\infty$ category $(A, m_k)$, we can construct a topological $A_\infty$-category, which we call $\bc_*^A$. You should
24
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 23
diff changeset
  1215
think of this as a generalisation of the blob complex, although the construction we give will \emph{not} specialise to exactly the usual definition
23
7b0a43bdd3c4 writing definitions of topological a_\infty categories, modules, etc.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 22
diff changeset
  1216
in the case the $A$ is actually an associative category.
26
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 25
diff changeset
  1217
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 25
diff changeset
  1218
We'll first define $\cT_{k,n}$ to be the set of planar forests consisting of $n-k$ trees, with a total of $n$ leaves. Thus
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 25
diff changeset
  1219
\todo{$\cT_{0,n}$ has 1 element, with $n$ vertical lines, $\cT_{1,n}$ has $n-1$ elements, each with a single trivalent vertex, $\cT_{2,n}$ etc...}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 25
diff changeset
  1220
\begin{align*}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 25
diff changeset
  1221
\end{align*}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 25
diff changeset
  1222
23
7b0a43bdd3c4 writing definitions of topological a_\infty categories, modules, etc.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 22
diff changeset
  1223
\begin{defn}
26
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 25
diff changeset
  1224
The topological $A_\infty$ category $\bc_*^A$ is doubly graded, by `blob degree' and `internal degree'. We'll write $\bc_k^A$ for the blob degree $k$ piece.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 25
diff changeset
  1225
The homological degree of an element $a \in \bc_*^A(J)$
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 25
diff changeset
  1226
is the sum of the blob degree and the internal degree.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 25
diff changeset
  1227
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 25
diff changeset
  1228
We first define $\bc_0^A(J)$ as a vector space by
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 25
diff changeset
  1229
\begin{equation*}
30
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 28
diff changeset
  1230
\bc_0^A(J) = \DirectSum_{\substack{\{J_i\}_{i=1}^n \\ \mathclap{\bigcup_i J_i = J}}} \Tensor_{i=1}^n (\CD{J_i \to I} \tensor A).
26
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 25
diff changeset
  1231
\end{equation*}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 25
diff changeset
  1232
(That is, for each division of $J$ into finitely many subintervals,
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 25
diff changeset
  1233
we have the tensor product of chains of diffeomorphisms from each subinterval to the standard interval,
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 25
diff changeset
  1234
and a copy of $A$ for each subinterval.)
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 25
diff changeset
  1235
The internal degree of an element $(f_1 \tensor a_1, \ldots, f_n \tensor a_n)$ is the sum of the dimensions of the singular chains
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 25
diff changeset
  1236
plus the sum of the homological degrees of the elements of $A$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 25
diff changeset
  1237
The differential is defined just by the graded Leibniz rule and the differentials on $\CD{J_i \to I}$ and on $A$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 25
diff changeset
  1238
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 25
diff changeset
  1239
Next,
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 25
diff changeset
  1240
\begin{equation*}
30
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 28
diff changeset
  1241
\bc_1^A(J) = \DirectSum_{\substack{\{J_i\}_{i=1}^n \\ \mathclap{\bigcup_i J_i = J}}} \DirectSum_{T \in \cT_{1,n}} \Tensor_{i=1}^n (\CD{J_i \to I} \tensor A).
26
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 25
diff changeset
  1242
\end{equation*}
23
7b0a43bdd3c4 writing definitions of topological a_\infty categories, modules, etc.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 22
diff changeset
  1243
\end{defn}
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1244
30
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 28
diff changeset
  1245
\begin{figure}[!ht]
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 28
diff changeset
  1246
\begin{equation*}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 28
diff changeset
  1247
\mathfig{0.7}{associahedron/A4-vertices}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 28
diff changeset
  1248
\end{equation*}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 28
diff changeset
  1249
\caption{The vertices of the $k$-dimensional associahedron are indexed by binary trees on $k+2$ leaves.}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 28
diff changeset
  1250
\label{fig:A4-vertices}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 28
diff changeset
  1251
\end{figure}
26
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 25
diff changeset
  1252
30
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 28
diff changeset
  1253
\begin{figure}[!ht]
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 28
diff changeset
  1254
\begin{equation*}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 28
diff changeset
  1255
\mathfig{0.7}{associahedron/A4-faces}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 28
diff changeset
  1256
\end{equation*}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 28
diff changeset
  1257
\caption{The faces of the $k$-dimensional associahedron are indexed by trees with $2$ vertices on $k+2$ leaves.}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 28
diff changeset
  1258
\label{fig:A4-vertices}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 28
diff changeset
  1259
\end{figure}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 28
diff changeset
  1260
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 28
diff changeset
  1261
\newcommand{\tm}{\widetilde{m}}
26
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 25
diff changeset
  1262
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 25
diff changeset
  1263
Let $\tm_1(a) = a$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 25
diff changeset
  1264
30
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 28
diff changeset
  1265
We now define $\bdy(\tm_k(a_1 \tensor \cdots \tensor a_k))$, first giving an opaque formula, then explaining the combinatorics behind it.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 28
diff changeset
  1266
\begin{align}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 28
diff changeset
  1267
\notag \bdy(\tm_k(a_1 & \tensor \cdots \tensor a_k)) = \\
36
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 35
diff changeset
  1268
\label{eq:bdy-tm-k-1}   & \phantom{+} \sum_{\ell'=0}^{k-1} (-1)^{\abs{\tm_k}+\sum_{j=1}^{\ell'} \abs{a_j}} \tm_k(a_1 \tensor \cdots \tensor \bdy a_{\ell'+1} \tensor \cdots \tensor a_k) + \\
30
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 28
diff changeset
  1269
\label{eq:bdy-tm-k-2}   &          +  \sum_{\ell=1}^{k-1} \tm_{\ell}(a_1 \tensor \cdots \tensor a_{\ell}) \tensor \tm_{k-\ell}(a_{\ell+1} \tensor \cdots \tensor a_k) + \\
36
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 35
diff changeset
  1270
\label{eq:bdy-tm-k-3}   &          +  \sum_{\ell=1}^{k-1} \sum_{\ell'=0}^{l-1} (-1)^{\abs{\tm_k}+\sum_{j=1}^{\ell'} \abs{a_j}} \tm_{\ell}(a_1 \tensor \cdots \tensor m_{k-\ell + 1}(a_{\ell' + 1} \tensor \cdots \tensor a_{\ell' + k - \ell + 1}) \tensor \cdots \tensor a_k)
30
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 28
diff changeset
  1271
\end{align}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 28
diff changeset
  1272
The first set of terms in $\bdy(\tm_k(a_1 \tensor \cdots \tensor a_k))$ just have $\bdy$ acting on each argument $a_i$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 28
diff changeset
  1273
The terms appearing in \eqref{eq:bdy-tm-k-2} and \eqref{eq:bdy-tm-k-3} are indexed by trees with $2$ vertices on $k+1$ leaves.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 28
diff changeset
  1274
Note here that we have one more leaf than there arguments of $\tm_k$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 28
diff changeset
  1275
(See Figure \ref{fig:A4-vertices}, in which the rightmost branches are helpfully drawn in red.)
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 28
diff changeset
  1276
We will treat the vertices which involve a rightmost (red) branch differently from the vertices which only involve the first $k$ leaves.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 28
diff changeset
  1277
The terms in \eqref{eq:bdy-tm-k-2} arise in the cases in which both
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 28
diff changeset
  1278
vertices are rightmost, and the corresponding term in $\bdy(\tm_k(a_1 \tensor \cdots \tensor a_k))$ is a tensor product of the form
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 28
diff changeset
  1279
$$\tm_{\ell}(a_1 \tensor \cdots \tensor a_{\ell}) \tensor \tm_{k-\ell}(a_{\ell+1} \tensor \cdots \tensor a_k)$$
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 28
diff changeset
  1280
where $\ell + 1$ and $k - \ell + 1$ are the number of branches entering the vertices.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 28
diff changeset
  1281
If only one vertex is rightmost, we get the term $$\tm_{\ell}(a_1 \tensor \cdots \tensor m_{k-\ell+1}(a_{\ell' + 1} \tensor \cdots \tensor a_{\ell' + k - \ell}) \tensor \cdots \tensor a_k)$$
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 28
diff changeset
  1282
in \eqref{eq:bdy-tm-k-3},
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 28
diff changeset
  1283
where again $\ell + 1$ is the number of branches entering the rightmost vertex, $k-\ell+1$ is the number of branches entering the other vertex, and $\ell'$ is the number of edges meeting the rightmost vertex which start to the left of the other vertex.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 28
diff changeset
  1284
For example, we have
26
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 25
diff changeset
  1285
\begin{align*}
36
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 35
diff changeset
  1286
\bdy(\tm_2(a \tensor b)) & = \left(\tm_2(\bdy a \tensor b) + (-1)^{\abs{a}} \tm_2(a \tensor \bdy b)\right) + \\
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 35
diff changeset
  1287
                         & \qquad - a \tensor b + m_2(a \tensor b) \\
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 35
diff changeset
  1288
\bdy(\tm_3(a \tensor b \tensor c)) & = \left(- \tm_3(\bdy a \tensor b \tensor c) + (-1)^{\abs{a} + 1} \tm_3(a \tensor \bdy b \tensor c) + (-1)^{\abs{a} + \abs{b} + 1} \tm_3(a \tensor b \tensor \bdy c)\right) + \\
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 35
diff changeset
  1289
                                   & \qquad + \left(- \tm_2(a \tensor b) \tensor c + a \tensor \tm_2(b \tensor c)\right) + \\
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 35
diff changeset
  1290
                                   & \qquad + \left(- \tm_2(m_2(a \tensor b) \tensor c) + \tm_2(a, m_2(b \tensor c)) + m_3(a \tensor b \tensor c)\right)
30
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 28
diff changeset
  1291
\end{align*}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 28
diff changeset
  1292
\begin{align*}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 28
diff changeset
  1293
\bdy(& \tm_4(a \tensor b \tensor c \tensor d)) = \left(\tm_4(\bdy a \tensor b \tensor c \tensor d) + \cdots + \tm_4(a \tensor b \tensor c \tensor \bdy d)\right) + \\
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 28
diff changeset
  1294
                                             & + \left(\tm_3(a \tensor b \tensor c) \tensor d + \tm_2(a \tensor b) \tensor \tm_2(c \tensor d) + a \tensor \tm_3(b \tensor c \tensor d)\right) + \\
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 28
diff changeset
  1295
                                             & + \left(\tm_3(m_2(a \tensor b) \tensor c \tensor d) + \tm_3(a \tensor m_2(b \tensor c) \tensor d) + \tm_3(a \tensor b \tensor m_2(c \tensor d))\right. + \\
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 28
diff changeset
  1296
                                             & + \left.\tm_2(m_3(a \tensor b \tensor c) \tensor d) + \tm_2(a \tensor m_3(b \tensor c \tensor d)) + m_4(a \tensor b \tensor c \tensor d)\right) \\
26
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 25
diff changeset
  1297
\end{align*}
30
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 28
diff changeset
  1298
See Figure \ref{fig:A4-terms}, comparing it against Figure \ref{fig:A4-faces}, to see this illustrated in the case $k=4$. There the $3$ faces closest
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 28
diff changeset
  1299
to the top of the diagram have two rightmost vertices, while the other $6$ faces have only one.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 28
diff changeset
  1300
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 28
diff changeset
  1301
\begin{figure}[!ht]
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 28
diff changeset
  1302
\begin{equation*}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 28
diff changeset
  1303
\mathfig{1.0}{associahedron/A4-terms}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 28
diff changeset
  1304
\end{equation*}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 28
diff changeset
  1305
\caption{The terms of $\bdy(\tm_k(a_1 \tensor \cdots \tensor a_k))$ correspond to the faces of the $k-1$ dimensional associahedron.}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 28
diff changeset
  1306
\label{fig:A4-terms}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 28
diff changeset
  1307
\end{figure}
26
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 25
diff changeset
  1308
31
e155c518ce31 writing stupid formulas, trying to puzzle out d^2=0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 30
diff changeset
  1309
\begin{lem}
e155c518ce31 writing stupid formulas, trying to puzzle out d^2=0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 30
diff changeset
  1310
This definition actually results in a chain complex, that is $\bdy^2 = 0$.
e155c518ce31 writing stupid formulas, trying to puzzle out d^2=0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 30
diff changeset
  1311
\end{lem}
e155c518ce31 writing stupid formulas, trying to puzzle out d^2=0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 30
diff changeset
  1312
\begin{proof}
e155c518ce31 writing stupid formulas, trying to puzzle out d^2=0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 30
diff changeset
  1313
\newcommand{\T}{\text{---}}
e155c518ce31 writing stupid formulas, trying to puzzle out d^2=0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 30
diff changeset
  1314
\newcommand{\ssum}[1]{{\sum}^{(#1)}}
e155c518ce31 writing stupid formulas, trying to puzzle out d^2=0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 30
diff changeset
  1315
For the duration of this proof, inside a summation over variables $l_1, \ldots, l_m$, an expression with $m$ dashes will be interpreted
e155c518ce31 writing stupid formulas, trying to puzzle out d^2=0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 30
diff changeset
  1316
by replacing each dash with contiguous factors from $a_1 \tensor \cdots \tensor a_k$, so the first dash takes the first $l_1$ factors, the second
e155c518ce31 writing stupid formulas, trying to puzzle out d^2=0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 30
diff changeset
  1317
takes the next $l_2$ factors, and so on. Further, we'll write $\ssum{m}$ for $\sum_{\sum_{i=1}^m l_i = k}$.
e155c518ce31 writing stupid formulas, trying to puzzle out d^2=0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 30
diff changeset
  1318
In this notation, the formula for the differential becomes
e155c518ce31 writing stupid formulas, trying to puzzle out d^2=0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 30
diff changeset
  1319
\begin{align}
e155c518ce31 writing stupid formulas, trying to puzzle out d^2=0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 30
diff changeset
  1320
\notag
e155c518ce31 writing stupid formulas, trying to puzzle out d^2=0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 30
diff changeset
  1321
\bdy \tm(\T) & = \ssum{2} \tm(\T) \tensor \tm(\T) \times \sigma_{0;l_1,l_2} + \ssum{3} \tm(\T \tensor m(\T) \tensor \T) \times \tau_{0;l_1,l_2,l_3} \\
e155c518ce31 writing stupid formulas, trying to puzzle out d^2=0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 30
diff changeset
  1322
\intertext{and we calculate}
e155c518ce31 writing stupid formulas, trying to puzzle out d^2=0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 30
diff changeset
  1323
\notag
36
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 35
diff changeset
  1324
\bdy^2 \tm(\T) & = \ssum{2} \bdy \tm(\T) \tensor \tm(\T) \times \sigma_{0;l_1,l_2} \\
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 35
diff changeset
  1325
\notag         & \qquad + \ssum{2} \tm(\T) \tensor \bdy \tm(\T) \times \sigma_{0;l_1,l_2} \\
31
e155c518ce31 writing stupid formulas, trying to puzzle out d^2=0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 30
diff changeset
  1326
\notag         & \qquad + \ssum{3} \bdy \tm(\T \tensor m(\T) \tensor \T) \times \tau_{0;l_1,l_2,l_3} \\
e155c518ce31 writing stupid formulas, trying to puzzle out d^2=0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 30
diff changeset
  1327
\label{eq:d21} & = \ssum{3} \tm(\T) \tensor \tm(\T) \tensor \tm(\T) \times \sigma_{0;l_1+l_2,l_3} \sigma_{0;l_1,l_2} \\
e155c518ce31 writing stupid formulas, trying to puzzle out d^2=0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 30
diff changeset
  1328
\label{eq:d22} & \qquad + \ssum{4} \tm(\T \tensor m(\T) \tensor \T) \tensor \tm(\T) \times \sigma_{0;l_1+l_2+l_3,l_4} \tau_{0;l_1,l_2,l_3} \\
e155c518ce31 writing stupid formulas, trying to puzzle out d^2=0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 30
diff changeset
  1329
\label{eq:d23} & \qquad + \ssum{3} \tm(\T) \tensor \tm(\T) \tensor \tm(\T) \times \sigma_{0;l_1,l_2+l_3} \sigma_{l_1;l_2,l_3} \\
e155c518ce31 writing stupid formulas, trying to puzzle out d^2=0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 30
diff changeset
  1330
\label{eq:d24} & \qquad + \ssum{4} \tm(\T) \tensor \tm(\T \tensor m(\T) \tensor \T) \times \sigma_{0;l_1,l_2+l_3+l_4} \tau_{l_1;l_2,l_3,l_4} \\
e155c518ce31 writing stupid formulas, trying to puzzle out d^2=0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 30
diff changeset
  1331
\label{eq:d25} & \qquad + \ssum{4} \tm(\T \tensor m(\T) \tensor \T) \tensor \tm(\T) \times \tau_{0;l_1,l_2,l_3+l_4} ??? \\
e155c518ce31 writing stupid formulas, trying to puzzle out d^2=0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 30
diff changeset
  1332
\label{eq:d26} & \qquad + \ssum{4} \tm(\T) \tensor \tm(\T \tensor m(\T) \tensor \T) \times \tau_{0;l_1+l_2,l_3,l_4} \sigma_{0;l_1,l_2} \\
e155c518ce31 writing stupid formulas, trying to puzzle out d^2=0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 30
diff changeset
  1333
\label{eq:d27} & \qquad + \ssum{5} \tm(\T \tensor m(\T) \tensor \T \tensor m(\T) \tensor \T) \times \tau_{0;l_1+l_2+l_3,l_4,l_5} \tau_{0;l_1,l_2,l_3}  \\
e155c518ce31 writing stupid formulas, trying to puzzle out d^2=0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 30
diff changeset
  1334
\label{eq:d28} & \qquad + \ssum{5} \tm(\T \tensor m(\T \tensor m(\T) \tensor \T) \tensor \T) \times \tau_{0;l_1,l_2+l_3+l_4,l_5} ??? \\
e155c518ce31 writing stupid formulas, trying to puzzle out d^2=0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 30
diff changeset
  1335
\label{eq:d29} & \qquad + \ssum{5} \tm(\T \tensor m(\T) \tensor \T \tensor m(\T) \tensor \T) \times \tau_{0;l_1,l_2,l_3+l_4+l_5} ???
e155c518ce31 writing stupid formulas, trying to puzzle out d^2=0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 30
diff changeset
  1336
\end{align}
e155c518ce31 writing stupid formulas, trying to puzzle out d^2=0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 30
diff changeset
  1337
Now, we see the the expressions on the right hand side of line \eqref{eq:d21} and those on \eqref{eq:d23} cancel. Similarly, line \eqref{eq:d22} cancels
e155c518ce31 writing stupid formulas, trying to puzzle out d^2=0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 30
diff changeset
  1338
with \eqref{eq:d25}, \eqref{eq:d24} with \eqref{eq:d26}, and \eqref{eq:d27} with \eqref{eq:d29}. Finally, we need to see that \eqref{eq:d28} gives $0$,
e155c518ce31 writing stupid formulas, trying to puzzle out d^2=0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 30
diff changeset
  1339
by the usual relations between the $m_k$ in an $A_\infty$ algebra.
e155c518ce31 writing stupid formulas, trying to puzzle out d^2=0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 30
diff changeset
  1340
\end{proof}
e155c518ce31 writing stupid formulas, trying to puzzle out d^2=0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 30
diff changeset
  1341
22
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
  1342
\nn{Need to let the input $n$-category $C$ be a graded thing (e.g. DG
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
  1343
$n$-category or $A_\infty$ $n$-category). DG $n$-category case is pretty
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
  1344
easy, I think, so maybe it should be done earlier??}
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
  1345
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
  1346
\bigskip
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
  1347
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
  1348
Outline:
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
  1349
\begin{itemize}
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
  1350
\item recall defs of $A_\infty$ category (1-category only), modules, (self-) tensor product.
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
  1351
use graphical/tree point of view, rather than following Keller exactly
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
  1352
\item define blob complex in $A_\infty$ case; fat mapping cones?  tree decoration?
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
  1353
\item topological $A_\infty$ cat def (maybe this should go first); also modules gluing
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
  1354
\item motivating example: $C_*(\maps(X, M))$
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
  1355
\item maybe incorporate dual point of view (for $n=1$), where points get
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
  1356
object labels and intervals get 1-morphism labels
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
  1357
\end{itemize}
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
  1358
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
  1359
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
  1360
\subsection{$A_\infty$ action on the boundary}
40
b7bc1a931b73 cleaning up and writing a little more on topological A_\infty categories
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 37
diff changeset
  1361
\label{sec:boundary-action}%
22
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
  1362
Let $Y$ be an $n{-}1$-manifold.
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
  1363
The collection of complexes $\{\bc_*(Y\times I; a, b)\}$, where $a, b \in \cC(Y)$ are boundary
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
  1364
conditions on $\bd(Y\times I) = Y\times \{0\} \cup Y\times\{1\}$, has the structure
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
  1365
of an $A_\infty$ category.
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
  1366
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
  1367
Composition of morphisms (multiplication) depends of a choice of homeomorphism
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
  1368
$I\cup I \cong I$.  Given this choice, gluing gives a map
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
  1369
\eq{
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
  1370
    \bc_*(Y\times I; a, b) \otimes \bc_*(Y\times I; b, c) \to \bc_*(Y\times (I\cup I); a, c)
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
  1371
            \cong \bc_*(Y\times I; a, c)
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
  1372
}
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
  1373
Using (\ref{CDprop}) and the inclusion $\Diff(I) \sub \Diff(Y\times I)$ gives the various
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
  1374
higher associators of the $A_\infty$ structure, more or less canonically.
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
  1375
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
  1376
\nn{is this obvious?  does more need to be said?}
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
  1377
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
  1378
Let $\cA(Y)$ denote the $A_\infty$ category $\bc_*(Y\times I; \cdot, \cdot)$.
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
  1379
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
  1380
Similarly, if $Y \sub \bd X$, a choice of collaring homeomorphism
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
  1381
$(Y\times I) \cup_Y X \cong X$ gives the collection of complexes $\bc_*(X; r, a)$
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
  1382
(variable $a \in \cC(Y)$; fixed $r \in \cC(\bd X \setmin Y)$) the structure of a representation of the
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
  1383
$A_\infty$ category $\{\bc_*(Y\times I; \cdot, \cdot)\}$.
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
  1384
Again the higher associators come from the action of $\Diff(I)$ on a collar neighborhood
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
  1385
of $Y$ in $X$.
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
  1386
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
  1387
In the next section we use the above $A_\infty$ actions to state and prove
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
  1388
a gluing theorem for the blob complexes of $n$-manifolds.
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
  1389
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
  1390
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
  1391
\subsection{The gluing formula}
40
b7bc1a931b73 cleaning up and writing a little more on topological A_\infty categories
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 37
diff changeset
  1392
\label{sec:gluing-formula}%
22
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
  1393
Let $Y$ be an $n{-}1$-manifold and let $X$ be an $n$-manifold with a copy
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
  1394
of $Y \du -Y$ contained in its boundary.
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
  1395
Gluing the two copies of $Y$ together we obtain a new $n$-manifold $X\sgl$.
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
  1396
We wish to describe the blob complex of $X\sgl$ in terms of the blob complex
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
  1397
of $X$.
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
  1398
More precisely, we want to describe $\bc_*(X\sgl; c\sgl)$,
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
  1399
where $c\sgl \in \cC(\bd X\sgl)$,
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
  1400
in terms of the collection $\{\bc_*(X; c, \cdot, \cdot)\}$, thought of as a representation
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
  1401
of the $A_\infty$ category $\cA(Y\du-Y) \cong \cA(Y)\times \cA(Y)\op$.
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
  1402
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
  1403
\begin{thm}
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
  1404
$\bc_*(X\sgl; c\sgl)$ is quasi-isomorphic to the the self tensor product
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
  1405
of $\{\bc_*(X; c, \cdot, \cdot)\}$ over $\cA(Y)$.
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
  1406
\end{thm}
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
  1407
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
  1408
The proof will occupy the remainder of this section.
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
  1409
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
  1410
\nn{...}
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
  1411
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
  1412
\bigskip
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
  1413
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
  1414
\nn{need to define/recall def of (self) tensor product over an $A_\infty$ category}
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
  1415
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
  1416
51
195a0a91e062 continuing to write up commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 50
diff changeset
  1417
195a0a91e062 continuing to write up commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 50
diff changeset
  1418
195a0a91e062 continuing to write up commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 50
diff changeset
  1419
47
939a4a5b1d80 increased line width; start to write commutative algebra results
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 45
diff changeset
  1420
\section{Commutative algebras as $n$-categories}
939a4a5b1d80 increased line width; start to write commutative algebra results
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 45
diff changeset
  1421
939a4a5b1d80 increased line width; start to write commutative algebra results
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 45
diff changeset
  1422
\nn{this should probably not be a section by itself.  i'm just trying to write down the outline 
939a4a5b1d80 increased line width; start to write commutative algebra results
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 45
diff changeset
  1423
while it's still fresh in my mind.}
939a4a5b1d80 increased line width; start to write commutative algebra results
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 45
diff changeset
  1424
939a4a5b1d80 increased line width; start to write commutative algebra results
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 45
diff changeset
  1425
If $C$ is a commutative algebra it
48
b7ade62bea27 more commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 47
diff changeset
  1426
can (and will) also be thought of as an $n$-category whose $j$-morphisms are trivial for
b7ade62bea27 more commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 47
diff changeset
  1427
$j<n$ and whose $n$-morphisms are $C$. 
47
939a4a5b1d80 increased line width; start to write commutative algebra results
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 45
diff changeset
  1428
The goal of this \nn{subsection?} is to compute
939a4a5b1d80 increased line width; start to write commutative algebra results
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 45
diff changeset
  1429
$\bc_*(M^n, C)$ for various commutative algebras $C$.
939a4a5b1d80 increased line width; start to write commutative algebra results
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 45
diff changeset
  1430
939a4a5b1d80 increased line width; start to write commutative algebra results
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 45
diff changeset
  1431
Let $k[t]$ denote the ring of polynomials in $t$ with coefficients in $k$.
939a4a5b1d80 increased line width; start to write commutative algebra results
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 45
diff changeset
  1432
939a4a5b1d80 increased line width; start to write commutative algebra results
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 45
diff changeset
  1433
Let $\Sigma^i(M)$ denote the $i$-th symmetric power of $M$, the configuration space of $i$
939a4a5b1d80 increased line width; start to write commutative algebra results
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 45
diff changeset
  1434
unlabeled points in $M$.
48
b7ade62bea27 more commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 47
diff changeset
  1435
Note that $\Sigma^0(M)$ is a point.
47
939a4a5b1d80 increased line width; start to write commutative algebra results
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 45
diff changeset
  1436
Let $\Sigma^\infty(M) = \coprod_{i=0}^\infty \Sigma^i(M)$.
939a4a5b1d80 increased line width; start to write commutative algebra results
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 45
diff changeset
  1437
49
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 48
diff changeset
  1438
Let $C_*(X, k)$ denote the singular chain complex of the space $X$ with coefficients in $k$.
47
939a4a5b1d80 increased line width; start to write commutative algebra results
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 45
diff changeset
  1439
51
195a0a91e062 continuing to write up commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 50
diff changeset
  1440
\begin{prop} \label{sympowerprop}
52
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 51
diff changeset
  1441
$\bc_*(M, k[t])$ is homotopy equivalent to $C_*(\Sigma^\infty(M), k)$.
47
939a4a5b1d80 increased line width; start to write commutative algebra results
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 45
diff changeset
  1442
\end{prop}
939a4a5b1d80 increased line width; start to write commutative algebra results
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 45
diff changeset
  1443
939a4a5b1d80 increased line width; start to write commutative algebra results
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 45
diff changeset
  1444
\begin{proof}
939a4a5b1d80 increased line width; start to write commutative algebra results
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 45
diff changeset
  1445
To define the chain maps between the two complexes we will use the following lemma:
939a4a5b1d80 increased line width; start to write commutative algebra results
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 45
diff changeset
  1446
939a4a5b1d80 increased line width; start to write commutative algebra results
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 45
diff changeset
  1447
\begin{lemma}
939a4a5b1d80 increased line width; start to write commutative algebra results
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 45
diff changeset
  1448
Let $A_*$ and $B_*$ be chain complexes, and assume $A_*$ is equipped with
939a4a5b1d80 increased line width; start to write commutative algebra results
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 45
diff changeset
  1449
a basis (e.g.\ blob diagrams or singular simplices).
939a4a5b1d80 increased line width; start to write commutative algebra results
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 45
diff changeset
  1450
For each basis element $c \in A_*$ assume given a contractible subcomplex $R(c)_* \sub B_*$
48
b7ade62bea27 more commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 47
diff changeset
  1451
such that $R(c')_* \sub R(c)_*$ whenever $c'$ is a basis element which is part of $\bd c$.
47
939a4a5b1d80 increased line width; start to write commutative algebra results
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 45
diff changeset
  1452
Then the complex of chain maps (and (iterated) homotopies) $f:A_*\to B_*$ such that
939a4a5b1d80 increased line width; start to write commutative algebra results
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 45
diff changeset
  1453
$f(c) \in R(c)_*$ for all $c$ is contractible (and in particular non-empty).
939a4a5b1d80 increased line width; start to write commutative algebra results
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 45
diff changeset
  1454
\end{lemma}
939a4a5b1d80 increased line width; start to write commutative algebra results
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 45
diff changeset
  1455
939a4a5b1d80 increased line width; start to write commutative algebra results
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 45
diff changeset
  1456
\begin{proof}
939a4a5b1d80 increased line width; start to write commutative algebra results
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 45
diff changeset
  1457
\nn{easy, but should probably write the details eventually}
939a4a5b1d80 increased line width; start to write commutative algebra results
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 45
diff changeset
  1458
\end{proof}
939a4a5b1d80 increased line width; start to write commutative algebra results
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 45
diff changeset
  1459
48
b7ade62bea27 more commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 47
diff changeset
  1460
Our first task: For each blob diagram $b$ define a subcomplex $R(b)_* \sub C_*(\Sigma^\infty(M))$
b7ade62bea27 more commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 47
diff changeset
  1461
satisfying the conditions of the above lemma.
b7ade62bea27 more commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 47
diff changeset
  1462
If $b$ is a 0-blob diagram, then it is just a $k[t]$ field on $M$, which is a 
b7ade62bea27 more commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 47
diff changeset
  1463
finite unordered collection of points of $M$ with multiplicities, which is
b7ade62bea27 more commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 47
diff changeset
  1464
a point in $\Sigma^\infty(M)$.
b7ade62bea27 more commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 47
diff changeset
  1465
Define $R(b)_*$ to be the singular chain complex of this point.
b7ade62bea27 more commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 47
diff changeset
  1466
If $(B, u, r)$ is an $i$-blob diagram, let $D\sub M$ be its support (the union of the blobs).
b7ade62bea27 more commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 47
diff changeset
  1467
The path components of $\Sigma^\infty(D)$ are contractible, and these components are indexed 
b7ade62bea27 more commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 47
diff changeset
  1468
by the numbers of points in each component of $D$.
b7ade62bea27 more commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 47
diff changeset
  1469
We may assume that the blob labels $u$ have homogeneous $t$ degree in $k[t]$, and so
b7ade62bea27 more commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 47
diff changeset
  1470
$u$ picks out a component $X \sub \Sigma^\infty(D)$.
b7ade62bea27 more commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 47
diff changeset
  1471
The field $r$ on $M\setminus D$ can be thought of as a point in $\Sigma^\infty(M\setminus D)$,
b7ade62bea27 more commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 47
diff changeset
  1472
and using this point we can embed $X$ in $\Sigma^\infty(M)$.
b7ade62bea27 more commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 47
diff changeset
  1473
Define $R(B, u, r)_*$ to be the singular chain complex of $X$, thought of as a 
b7ade62bea27 more commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 47
diff changeset
  1474
subspace of $\Sigma^\infty(M)$.
b7ade62bea27 more commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 47
diff changeset
  1475
It is easy to see that $R(\cdot)_*$ satisfies the condition on boundaries from the above lemma.
b7ade62bea27 more commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 47
diff changeset
  1476
Thus we have defined (up to homotopy) a map from 
b7ade62bea27 more commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 47
diff changeset
  1477
$\bc_*(M^n, k[t])$ to $C_*(\Sigma^\infty(M))$.
47
939a4a5b1d80 increased line width; start to write commutative algebra results
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 45
diff changeset
  1478
48
b7ade62bea27 more commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 47
diff changeset
  1479
Next we define, for each simplex $c$ of $C_*(\Sigma^\infty(M))$, a contractible subspace
b7ade62bea27 more commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 47
diff changeset
  1480
$R(c)_* \sub \bc_*(M^n, k[t])$.
b7ade62bea27 more commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 47
diff changeset
  1481
If $c$ is a 0-simplex we use the identification of the fields $\cC(M)$ and 
b7ade62bea27 more commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 47
diff changeset
  1482
$\Sigma^\infty(M)$ described above.
b7ade62bea27 more commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 47
diff changeset
  1483
Now let $c$ be an $i$-simplex of $\Sigma^j(M)$.
b7ade62bea27 more commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 47
diff changeset
  1484
Choose a metric on $M$, which induces a metric on $\Sigma^j(M)$.
b7ade62bea27 more commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 47
diff changeset
  1485
We may assume that the diameter of $c$ is small --- that is, $C_*(\Sigma^j(M))$
b7ade62bea27 more commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 47
diff changeset
  1486
is homotopy equivalent to the subcomplex of small simplices.
b7ade62bea27 more commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 47
diff changeset
  1487
How small?  $(2r)/3j$, where $r$ is the radius of injectivity of the metric.
b7ade62bea27 more commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 47
diff changeset
  1488
Let $T\sub M$ be the ``track" of $c$ in $M$.
b7ade62bea27 more commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 47
diff changeset
  1489
\nn{do we need to define this precisely?}
b7ade62bea27 more commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 47
diff changeset
  1490
Choose a neighborhood $D$ of $T$ which is a disjoint union of balls of small diameter.
b7ade62bea27 more commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 47
diff changeset
  1491
\nn{need to say more precisely how small}
b7ade62bea27 more commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 47
diff changeset
  1492
Define $R(c)_*$ to be $\bc_*(D, k[t]) \sub \bc_*(M^n, k[t])$.
b7ade62bea27 more commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 47
diff changeset
  1493
This is contractible by \ref{bcontract}.
b7ade62bea27 more commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 47
diff changeset
  1494
We can arrange that the boundary/inclusion condition is satisfied if we start with
b7ade62bea27 more commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 47
diff changeset
  1495
low-dimensional simplices and work our way up.
b7ade62bea27 more commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 47
diff changeset
  1496
\nn{need to be more precise}
b7ade62bea27 more commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 47
diff changeset
  1497
b7ade62bea27 more commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 47
diff changeset
  1498
\nn{still to do: show indep of choice of metric; show compositions are homotopic to the identity
b7ade62bea27 more commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 47
diff changeset
  1499
(for this, might need a lemma that says we can assume that blob diameters are small)}
47
939a4a5b1d80 increased line width; start to write commutative algebra results
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 45
diff changeset
  1500
\end{proof}
939a4a5b1d80 increased line width; start to write commutative algebra results
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 45
diff changeset
  1501
939a4a5b1d80 increased line width; start to write commutative algebra results
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 45
diff changeset
  1502
50
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 49
diff changeset
  1503
\begin{prop} \label{ktcdprop}
49
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 48
diff changeset
  1504
The above maps are compatible with the evaluation map actions of $C_*(\Diff(M))$.
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 48
diff changeset
  1505
\end{prop}
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 48
diff changeset
  1506
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 48
diff changeset
  1507
\begin{proof}
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 48
diff changeset
  1508
The actions agree in degree 0, and both are compatible with gluing.
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 48
diff changeset
  1509
(cf. uniqueness statement in \ref{CDprop}.)
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 48
diff changeset
  1510
\end{proof}
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 48
diff changeset
  1511
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 48
diff changeset
  1512
\medskip
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 48
diff changeset
  1513
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 48
diff changeset
  1514
In view of \ref{hochthm}, we have proved that $HH_*(k[t]) \cong C_*(\Sigma^\infty(S^1), k)$,
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 48
diff changeset
  1515
and that the cyclic homology of $k[t]$ is related to the action of rotations
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 48
diff changeset
  1516
on $C_*(\Sigma^\infty(S^1), k)$.
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 48
diff changeset
  1517
\nn{probably should put a more precise statement about cyclic homology and $S^1$ actions in the Hochschild section}
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 48
diff changeset
  1518
Let us check this directly.
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 48
diff changeset
  1519
50
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 49
diff changeset
  1520
According to \nn{Loday, 3.2.2}, $HH_i(k[t]) \cong k[t]$ for $i=0,1$ and is zero for $i\ge 2$.
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 49
diff changeset
  1521
\nn{say something about $t$-degree?  is this in [Loday]?}
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 49
diff changeset
  1522
49
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 48
diff changeset
  1523
We can define a flow on $\Sigma^j(S^1)$ by having the points repel each other.
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 48
diff changeset
  1524
The fixed points of this flow are the equally spaced configurations.
50
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 49
diff changeset
  1525
This defines a map from $\Sigma^j(S^1)$ to $S^1/j$ ($S^1$ modulo a $2\pi/j$ rotation).
49
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 48
diff changeset
  1526
The fiber of this map is $\Delta^{j-1}$, the $(j-1)$-simplex, 
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 48
diff changeset
  1527
and the holonomy of the $\Delta^{j-1}$ bundle
50
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 49
diff changeset
  1528
over $S^1/j$ is induced by the cyclic permutation of its $j$ vertices.
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 49
diff changeset
  1529
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 49
diff changeset
  1530
In particular, $\Sigma^j(S^1)$ is homotopy equivalent to a circle for $j>0$, and
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 49
diff changeset
  1531
of course $\Sigma^0(S^1)$ is a point.
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 49
diff changeset
  1532
Thus the singular homology $H_i(\Sigma^\infty(S^1))$ has infinitely many generators for $i=0,1$
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 49
diff changeset
  1533
and is zero for $i\ge 2$.
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 49
diff changeset
  1534
\nn{say something about $t$-degrees also matching up?}
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 49
diff changeset
  1535
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 49
diff changeset
  1536
By xxxx and \ref{ktcdprop}, 
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 49
diff changeset
  1537
the cyclic homology of $k[t]$ is the $S^1$-equivariant homology of $\Sigma^\infty(S^1)$.
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 49
diff changeset
  1538
Up to homotopy, $S^1$ acts by $j$-fold rotation on $\Sigma^j(S^1) \simeq S^1/j$.
51
195a0a91e062 continuing to write up commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 50
diff changeset
  1539
If $k = \z$, $\Sigma^j(S^1)$ contributes the homology of an infinite lens space: $\z$ in degree
195a0a91e062 continuing to write up commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 50
diff changeset
  1540
0, $\z/j \z$ in odd degrees, and 0 in positive even degrees.
195a0a91e062 continuing to write up commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 50
diff changeset
  1541
The point $\Sigma^0(S^1)$ contributes the homology of $BS^1$ which is $\z$ in even 
195a0a91e062 continuing to write up commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 50
diff changeset
  1542
degrees and 0 in odd degrees.
195a0a91e062 continuing to write up commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 50
diff changeset
  1543
This agrees with the calculation in \nn{Loday, 3.1.7}.
195a0a91e062 continuing to write up commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 50
diff changeset
  1544
195a0a91e062 continuing to write up commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 50
diff changeset
  1545
\medskip
195a0a91e062 continuing to write up commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 50
diff changeset
  1546
195a0a91e062 continuing to write up commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 50
diff changeset
  1547
Next we consider the case $C = k[t_1, \ldots, t_m]$, commutative polynomials in $m$ variables.
195a0a91e062 continuing to write up commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 50
diff changeset
  1548
Let $\Sigma_m^\infty(M)$ be the $m$-colored infinite symmetric power of $M$, that is, configurations
195a0a91e062 continuing to write up commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 50
diff changeset
  1549
of points on $M$ which can have any of $m$ distinct colors but are otherwise indistinguishable.
195a0a91e062 continuing to write up commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 50
diff changeset
  1550
The components of $\Sigma_m^\infty(M)$ are indexed by $m$-tuples of natural numbers
195a0a91e062 continuing to write up commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 50
diff changeset
  1551
corresponding to the number of points of each color of a configuration.
195a0a91e062 continuing to write up commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 50
diff changeset
  1552
A proof similar to that of \ref{sympowerprop} shows that
195a0a91e062 continuing to write up commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 50
diff changeset
  1553
195a0a91e062 continuing to write up commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 50
diff changeset
  1554
\begin{prop}
52
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 51
diff changeset
  1555
$\bc_*(M, k[t_1, \ldots, t_m])$ is homotopy equivalent to $C_*(\Sigma_m^\infty(M), k)$.
51
195a0a91e062 continuing to write up commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 50
diff changeset
  1556
\end{prop}
195a0a91e062 continuing to write up commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 50
diff changeset
  1557
195a0a91e062 continuing to write up commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 50
diff changeset
  1558
According to \nn{Loday, 3.2.2},
195a0a91e062 continuing to write up commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 50
diff changeset
  1559
\[
195a0a91e062 continuing to write up commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 50
diff changeset
  1560
	HH_n(k[t_1, \ldots, t_m]) \cong \Lambda^n(k^m) \otimes k[t_1, \ldots, t_m] .
195a0a91e062 continuing to write up commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 50
diff changeset
  1561
\]
195a0a91e062 continuing to write up commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 50
diff changeset
  1562
Let us check that this is also the singular homology of $\Sigma_m^\infty(S^1)$.
195a0a91e062 continuing to write up commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 50
diff changeset
  1563
We will content ourselves with the case $k = \z$.
195a0a91e062 continuing to write up commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 50
diff changeset
  1564
One can define a flow on $\Sigma_m^\infty(S^1)$ where points of the same color repel each other and points of different colors do not interact.
195a0a91e062 continuing to write up commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 50
diff changeset
  1565
This shows that a component $X$ of $\Sigma_m^\infty(S^1)$ is homotopy equivalent
195a0a91e062 continuing to write up commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 50
diff changeset
  1566
to the torus $(S^1)^l$, where $l$ is the number of non-zero entries in the $m$-tuple
195a0a91e062 continuing to write up commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 50
diff changeset
  1567
corresponding to $X$.
195a0a91e062 continuing to write up commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 50
diff changeset
  1568
The homology calculation we desire follows easily from this.
195a0a91e062 continuing to write up commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 50
diff changeset
  1569
195a0a91e062 continuing to write up commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 50
diff changeset
  1570
\nn{say something about cyclic homology in this case?  probably not necessary.}
49
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 48
diff changeset
  1571
52
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 51
diff changeset
  1572
\medskip
49
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 48
diff changeset
  1573
52
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 51
diff changeset
  1574
Next we consider the case $C = k[t]/t^l$ --- polynomials in $t$ with $t^l = 0$.
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 51
diff changeset
  1575
Define $\Delta_l \sub \Sigma^\infty(M)$ to be those configurations of points with $l$ or
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 51
diff changeset
  1576
more points coinciding.
49
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 48
diff changeset
  1577
52
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 51
diff changeset
  1578
\begin{prop}
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 51
diff changeset
  1579
$\bc_*(M, k[t]/t^l)$ is homotopy equivalent to $C_*(\Sigma^\infty(M), \Delta_l, k)$
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 51
diff changeset
  1580
(relative singular chains with coefficients in $k$).
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 51
diff changeset
  1581
\end{prop}
49
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 48
diff changeset
  1582
52
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 51
diff changeset
  1583
\begin{proof}
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 51
diff changeset
  1584
\nn{...}
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 51
diff changeset
  1585
\end{proof}
49
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 48
diff changeset
  1586
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 48
diff changeset
  1587
\nn{...}
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 48
diff changeset
  1588
47
939a4a5b1d80 increased line width; start to write commutative algebra results
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 45
diff changeset
  1589
939a4a5b1d80 increased line width; start to write commutative algebra results
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 45
diff changeset
  1590
22
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
  1591
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
  1592
\appendix
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
  1593
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
  1594
\section{Families of Diffeomorphisms}  \label{sec:localising}
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1595
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1596
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1597
Lo, the proof of Lemma (\ref{extension_lemma}):
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1598
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1599
\nn{should this be an appendix instead?}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1600
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1601
\nn{for pedagogical reasons, should do $k=1,2$ cases first; probably do this in
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1602
later draft}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1603
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1604
\nn{not sure what the best way to deal with boundary is; for now just give main argument, worry
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1605
about boundary later}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1606
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
  1607
Recall that we are given
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1608
an open cover $\cU = \{U_\alpha\}$ and an
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1609
$x \in CD_k(X)$ such that $\bd x$ is adapted to $\cU$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1610
We must find a homotopy of $x$ (rel boundary) to some $x' \in CD_k(X)$ which is adapted to $\cU$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1611
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1612
Let $\{r_\alpha : X \to [0,1]\}$ be a partition of unity for $\cU$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1613
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1614
As a first approximation to the argument we will eventually make, let's replace $x$
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
  1615
with a single singular cell
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1616
\eq{
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
  1617
    f: P \times X \to X .
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1618
}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1619
Also, we'll ignore for now issues around $\bd P$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1620
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1621
Our homotopy will have the form
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1622
\eqar{
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
  1623
    F: I \times P \times X &\to& X \\
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
  1624
    (t, p, x) &\mapsto& f(u(t, p, x), x)
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1625
}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1626
for some function
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1627
\eq{
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
  1628
    u : I \times P \times X \to P .
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1629
}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1630
First we describe $u$, then we argue that it does what we want it to do.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1631
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1632
For each cover index $\alpha$ choose a cell decomposition $K_\alpha$ of $P$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1633
The various $K_\alpha$ should be in general position with respect to each other.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1634
We will see below that the $K_\alpha$'s need to be sufficiently fine in order
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1635
to insure that $F$ above is a homotopy through diffeomorphisms of $X$ and not
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1636
merely a homotopy through maps $X\to X$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1637
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1638
Let $L$ be the union of all the $K_\alpha$'s.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1639
$L$ is itself a cell decomposition of $P$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1640
\nn{next two sentences not needed?}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1641
To each cell $a$ of $L$ we associate the tuple $(c_\alpha)$,
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1642
where $c_\alpha$ is the codimension of the cell of $K_\alpha$ which contains $c$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1643
Since the $K_\alpha$'s are in general position, we have $\sum c_\alpha \le k$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1644
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1645
Let $J$ denote the handle decomposition of $P$ corresponding to $L$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1646
Each $i$-handle $C$ of $J$ has an $i$-dimensional tangential coordinate and,
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1647
more importantly, a $k{-}i$-dimensional normal coordinate.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1648
7
4ef2f77a4652 small to medium sized changes
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 5
diff changeset
  1649
For each (top-dimensional) $k$-cell $c$ of each $K_\alpha$, choose a point $p_c \in c \sub P$.
4ef2f77a4652 small to medium sized changes
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 5
diff changeset
  1650
Let $D$ be a $k$-handle of $J$, and let $D$ also denote the corresponding
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1651
$k$-cell of $L$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1652
To $D$ we associate the tuple $(c_\alpha)$ of $k$-cells of the $K_\alpha$'s
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1653
which contain $d$, and also the corresponding tuple $(p_{c_\alpha})$ of points in $P$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1654
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1655
For $p \in D$ we define
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1656
\eq{
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
  1657
    u(t, p, x) = (1-t)p + t \sum_\alpha r_\alpha(x) p_{c_\alpha} .
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1658
}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1659
(Recall that $P$ is a single linear cell, so the weighted average of points of $P$
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1660
makes sense.)
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1661
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1662
So far we have defined $u(t, p, x)$ when $p$ lies in a $k$-handle of $J$.
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
  1663
For handles of $J$ of index less than $k$, we will define $u$ to
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1664
interpolate between the values on $k$-handles defined above.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1665
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
  1666
If $p$ lies in a $k{-}1$-handle $E$, let $\eta : E \to [0,1]$ be the normal coordinate
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1667
of $E$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1668
In particular, $\eta$ is equal to 0 or 1 only at the intersection of $E$
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1669
with a $k$-handle.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1670
Let $\beta$ be the index of the $K_\beta$ containing the $k{-}1$-cell
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1671
corresponding to $E$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1672
Let $q_0, q_1 \in P$ be the points associated to the two $k$-cells of $K_\beta$
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1673
adjacent to the $k{-}1$-cell corresponding to $E$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1674
For $p \in E$, define
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1675
\eq{
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
  1676
    u(t, p, x) = (1-t)p + t \left( \sum_{\alpha \ne \beta} r_\alpha(x) p_{c_\alpha}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
  1677
            + r_\beta(x) (\eta(p) q_1 + (1-\eta(p)) q_0) \right) .
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1678
}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1679
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1680
In general, for $E$ a $k{-}j$-handle, there is a normal coordinate
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1681
$\eta: E \to R$, where $R$ is some $j$-dimensional polyhedron.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1682
The vertices of $R$ are associated to $k$-cells of the $K_\alpha$, and thence to points of $P$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1683
If we triangulate $R$ (without introducing new vertices), we can linearly extend
1
8174b33dda66 just testing svn stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 0
diff changeset
  1684
a map from the vertices of $R$ into $P$ to a map of all of $R$ into $P$.
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1685
Let $\cN$ be the set of all $\beta$ for which $K_\beta$ has a $k$-cell whose boundary meets
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1686
the $k{-}j$-cell corresponding to $E$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1687
For each $\beta \in \cN$, let $\{q_{\beta i}\}$ be the set of points in $P$ associated to the aforementioned $k$-cells.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1688
Now define, for $p \in E$,
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1689
\eq{
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
  1690
    u(t, p, x) = (1-t)p + t \left(
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
  1691
            \sum_{\alpha \notin \cN} r_\alpha(x) p_{c_\alpha}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
  1692
                + \sum_{\beta \in \cN} r_\beta(x) \left( \sum_i \eta_{\beta i}(p) \cdot q_{\beta i} \right)
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
  1693
             \right) .
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1694
}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1695
Here $\eta_{\beta i}(p)$ is the weight given to $q_{\beta i}$ by the linear extension
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1696
mentioned above.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1697
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1698
This completes the definition of $u: I \times P \times X \to P$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1699
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1700
\medskip
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1701
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1702
Next we verify that $u$ has the desired properties.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1703
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1704
Since $u(0, p, x) = p$ for all $p\in P$ and $x\in X$, $F(0, p, x) = f(p, x)$ for all $p$ and $x$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1705
Therefore $F$ is a homotopy from $f$ to something.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1706
7
4ef2f77a4652 small to medium sized changes
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 5
diff changeset
  1707
Next we show that if the $K_\alpha$'s are sufficiently fine cell decompositions,
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1708
then $F$ is a homotopy through diffeomorphisms.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1709
We must show that the derivative $\pd{F}{x}(t, p, x)$ is non-singular for all $(t, p, x)$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1710
We have
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1711
\eq{
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
  1712
%   \pd{F}{x}(t, p, x) = \pd{f}{x}(u(t, p, x), x) + \pd{f}{p}(u(t, p, x), x) \pd{u}{x}(t, p, x) .
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
  1713
    \pd{F}{x} = \pd{f}{x} + \pd{f}{p} \pd{u}{x} .
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1714
}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1715
Since $f$ is a family of diffeomorphisms, $\pd{f}{x}$ is non-singular and
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1716
\nn{bounded away from zero, or something like that}.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1717
(Recall that $X$ and $P$ are compact.)
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1718
Also, $\pd{f}{p}$ is bounded.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1719
So if we can insure that $\pd{u}{x}$ is sufficiently small, we are done.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1720
It follows from Equation xxxx above that $\pd{u}{x}$ depends on $\pd{r_\alpha}{x}$
7
4ef2f77a4652 small to medium sized changes
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 5
diff changeset
  1721
(which is bounded)
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1722
and the differences amongst the various $p_{c_\alpha}$'s and $q_{\beta i}$'s.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1723
These differences are small if the cell decompositions $K_\alpha$ are sufficiently fine.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1724
This completes the proof that $F$ is a homotopy through diffeomorphisms.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1725
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1726
\medskip
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1727
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1728
Next we show that for each handle $D \sub P$, $F(1, \cdot, \cdot) : D\times X \to X$
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1729
is a singular cell adapted to $\cU$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1730
This will complete the proof of the lemma.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1731
\nn{except for boundary issues and the `$P$ is a cell' assumption}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1732
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
  1733
Let $j$ be the codimension of $D$.
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1734
(Or rather, the codimension of its corresponding cell.  From now on we will not make a distinction
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1735
between handle and corresponding cell.)
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1736
Then $j = j_1 + \cdots + j_m$, $0 \le m \le k$,
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1737
where the $j_i$'s are the codimensions of the $K_\alpha$
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1738
cells of codimension greater than 0 which intersect to form $D$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1739
We will show that
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1740
if the relevant $U_\alpha$'s are disjoint, then
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1741
$F(1, \cdot, \cdot) : D\times X \to X$
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1742
is a product of singular cells of dimensions $j_1, \ldots, j_m$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1743
If some of the relevant $U_\alpha$'s intersect, then we will get a product of singular
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1744
cells whose dimensions correspond to a partition of the $j_i$'s.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1745
We will consider some simple special cases first, then do the general case.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1746
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1747
First consider the case $j=0$ (and $m=0$).
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1748
A quick look at Equation xxxx above shows that $u(1, p, x)$, and hence $F(1, p, x)$,
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1749
is independent of $p \in P$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1750
So the corresponding map $D \to \Diff(X)$ is constant.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1751
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1752
Next consider the case $j = 1$ (and $m=1$, $j_1=1$).
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1753
Now Equation yyyy applies.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1754
We can write $D = D'\times I$, where the normal coordinate $\eta$ is constant on $D'$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1755
It follows that the singular cell $D \to \Diff(X)$ can be written as a product
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1756
of a constant map $D' \to \Diff(X)$ and a singular 1-cell $I \to \Diff(X)$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1757
The singular 1-cell is supported on $U_\beta$, since $r_\beta = 0$ outside of this set.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1758
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1759
Next case: $j=2$, $m=1$, $j_1 = 2$.
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
  1760
This is similar to the previous case, except that the normal bundle is 2-dimensional instead of
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1761
1-dimensional.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1762
We have that $D \to \Diff(X)$ is a product of a constant singular $k{-}2$-cell
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1763
and a 2-cell with support $U_\beta$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1764
7
4ef2f77a4652 small to medium sized changes
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 5
diff changeset
  1765
Next case: $j=2$, $m=2$, $j_1 = j_2 = 1$.
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1766
In this case the codimension 2 cell $D$ is the intersection of two
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1767
codimension 1 cells, from $K_\beta$ and $K_\gamma$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1768
We can write $D = D' \times I \times I$, where the normal coordinates are constant
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1769
on $D'$, and the two $I$ factors correspond to $\beta$ and $\gamma$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1770
If $U_\beta$ and $U_\gamma$ are disjoint, then we can factor $D$ into a constant $k{-}2$-cell and
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1771
two 1-cells, supported on $U_\beta$ and $U_\gamma$ respectively.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1772
If $U_\beta$ and $U_\gamma$ intersect, then we can factor $D$ into a constant $k{-}2$-cell and
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1773
a 2-cell supported on $U_\beta \cup U_\gamma$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1774
\nn{need to check that this is true}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1775
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1776
\nn{finally, general case...}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1777
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1778
\nn{this completes proof}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1779
13
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 11
diff changeset
  1780
\input{text/explicit.tex}
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1781
47
939a4a5b1d80 increased line width; start to write commutative algebra results
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 45
diff changeset
  1782
22
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
  1783
% ----------------------------------------------------------------
23
7b0a43bdd3c4 writing definitions of topological a_\infty categories, modules, etc.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 22
diff changeset
  1784
%\newcommand{\urlprefix}{}
7b0a43bdd3c4 writing definitions of topological a_\infty categories, modules, etc.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 22
diff changeset
  1785
\bibliographystyle{plain}
22
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
  1786
%Included for winedt:
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
  1787
%input "bibliography/bibliography.bib"
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
  1788
\bibliography{bibliography/bibliography}
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
  1789
% ----------------------------------------------------------------
7
4ef2f77a4652 small to medium sized changes
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 5
diff changeset
  1790
22
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
  1791
This paper is available online at \arxiv{?????}, and at
47
939a4a5b1d80 increased line width; start to write commutative algebra results
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 45
diff changeset
  1792
\url{http://tqft.net/blobs},
939a4a5b1d80 increased line width; start to write commutative algebra results
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 45
diff changeset
  1793
and at \url{http://canyon23.net/math/}.
7
4ef2f77a4652 small to medium sized changes
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 5
diff changeset
  1794
22
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
  1795
% A GTART necessity:
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
  1796
% \Addresses
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
  1797
% ----------------------------------------------------------------
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
  1798
\end{document}
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
  1799
% ----------------------------------------------------------------
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1800
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1801
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1802
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1803
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1804
%Recall that for $n$-category picture fields there is an evaluation map
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1805
%$m: \bc_0(B^n; c, c') \to \mor(c, c')$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1806
%If we regard $\mor(c, c')$ as a complex concentrated in degree 0, then this becomes a chain
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1807
%map $m: \bc_*(B^n; c, c') \to \mor(c, c')$.