blob1.tex
author scott@6e1638ff-ae45-0410-89bd-df963105f760
Tue, 03 Feb 2009 21:06:04 +0000
changeset 55 2625a6f51684
parent 54 ead6bc1a703f
child 58 267edc250b5d
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
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    11
\def\z{\mathbb{Z}}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    12
\def\r{\mathbb{R}}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    13
\def\c{\mathbb{C}}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    14
\def\t{\mathbb{T}}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    15
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    16
\def\du{\sqcup}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    17
\def\bd{\partial}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    18
\def\sub{\subset}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    19
\def\sup{\supset}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    20
%\def\setmin{\smallsetminus}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    21
\def\setmin{\setminus}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    22
\def\ep{\epsilon}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    23
\def\sgl{_\mathrm{gl}}
7
4ef2f77a4652 small to medium sized changes
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 5
diff changeset
    24
\def\op{^\mathrm{op}}
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    25
\def\deq{\stackrel{\mathrm{def}}{=}}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    26
\def\pd#1#2{\frac{\partial #1}{\partial #2}}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    27
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    28
\def\nn#1{{{\it \small [#1]}}}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    29
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    30
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    31
% equations
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    32
\newcommand{\eq}[1]{\begin{displaymath}#1\end{displaymath}}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    33
\newcommand{\eqar}[1]{\begin{eqnarray*}#1\end{eqnarray*}}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    34
\newcommand{\eqspl}[1]{\begin{displaymath}\begin{split}#1\end{split}\end{displaymath}}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    35
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    36
% tricky way to iterate macros over a list
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    37
\def\semicolon{;}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    38
\def\applytolist#1{
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
    39
    \expandafter\def\csname multi#1\endcsname##1{
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
    40
        \def\multiack{##1}\ifx\multiack\semicolon
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
    41
            \def\next{\relax}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
    42
        \else
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
    43
            \csname #1\endcsname{##1}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
    44
            \def\next{\csname multi#1\endcsname}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
    45
        \fi
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
    46
        \next}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
    47
    \csname multi#1\endcsname}
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    48
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    49
% \def\cA{{\cal A}} for A..Z
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
    50
\def\calc#1{\expandafter\def\csname c#1\endcsname{{\mathcal #1}}}
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    51
\applytolist{calc}QWERTYUIOPLKJHGFDSAZXCVBNM;
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    52
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    53
% \DeclareMathOperator{\pr}{pr} etc.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    54
\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
    55
\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
    56
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    57
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    58
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    59
%%%%%% end excerpt
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    60
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    61
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
\title{Blob Homology}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    66
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    67
\begin{document}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    68
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    69
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    70
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    71
\makeatletter
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    72
\@addtoreset{equation}{section}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    73
\gdef\theequation{\thesection.\arabic{equation}}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    74
\makeatother
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    75
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    76
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    77
\maketitle
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    78
22
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
    79
\textbf{Draft version, do not distribute.}
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
    80
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
    81
\versioninfo
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
\section*{Todo}
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
\subsection*{What else?...}
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
\begin{itemize}
45
0047a1211c3b revise to-do list
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 44
diff changeset
    88
\item higher priority
0047a1211c3b revise to-do list
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 44
diff changeset
    89
\begin{itemize}
0047a1211c3b revise to-do list
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 44
diff changeset
    90
\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
    91
(tensor products, Kadeishvili result, ...)
0047a1211c3b revise to-do list
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 44
diff changeset
    92
\item K: so-called evaluation map stuff
0047a1211c3b revise to-do list
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 44
diff changeset
    93
\item K: topological fields
0047a1211c3b revise to-do list
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 44
diff changeset
    94
\item section describing intended applications
0047a1211c3b revise to-do list
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 44
diff changeset
    95
\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
    96
\item T.O.C.
0047a1211c3b revise to-do list
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 44
diff changeset
    97
\end{itemize}
0047a1211c3b revise to-do list
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 44
diff changeset
    98
\item medium priority
0047a1211c3b revise to-do list
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 44
diff changeset
    99
\begin{itemize}
22
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   100
\item $n=2$ examples
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   101
\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
   102
\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
   103
(or maybe not)
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   104
\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
   105
\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
   106
\item shuffle product vs gluing product (?)
45
0047a1211c3b revise to-do list
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 44
diff changeset
   107
\item commutative algebra results
0047a1211c3b revise to-do list
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 44
diff changeset
   108
\item $A_\infty$ blob complex
0047a1211c3b revise to-do list
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 44
diff changeset
   109
\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
   110
\end{itemize}
45
0047a1211c3b revise to-do list
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 44
diff changeset
   111
\item lower priority
41
ef01b18b42ea added stuff to to do list
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 40
diff changeset
   112
\begin{itemize}
45
0047a1211c3b revise to-do list
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 44
diff changeset
   113
\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
   114
\item Kh
0047a1211c3b revise to-do list
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 44
diff changeset
   115
\end{itemize}
22
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   116
\end{itemize}
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   117
21
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 20
diff changeset
   118
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   119
\section{Introduction}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   120
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   121
(motivation, summary/outline, etc.)
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   122
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   123
(motivation:
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   124
(1) restore exactness in pictures-mod-relations;
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   125
(1') add relations-amongst-relations etc. to pictures-mod-relations;
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   126
(2) want answer independent of handle decomp (i.e. don't
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   127
just go from coend to derived coend (e.g. Hochschild homology));
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   128
(3) ...
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   129
)
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   130
22
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   131
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   132
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   133
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
   134
\ref{property:gluing} properties.
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   135
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   136
\begin{property}[Functoriality]
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   137
\label{property:functoriality}%
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   138
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
   139
\begin{equation*}
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   140
X \mapsto \bc_*^{\cF,\cU}(X)
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   141
\end{equation*}
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   142
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
   143
\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
   144
\end{property}
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   145
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   146
\begin{property}[Disjoint union]
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   147
\label{property:disjoint-union}
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   148
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
   149
\begin{equation*}
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   150
\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
   151
\end{equation*}
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   152
\end{property}
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   153
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   154
\begin{property}[A map for gluing]
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   155
\label{property:gluing-map}%
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   156
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
   157
there is a chain map
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   158
\begin{equation*}
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   159
\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
   160
\end{equation*}
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   161
\end{property}
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   162
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   163
\begin{property}[Contractibility]
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   164
\label{property:contractibility}%
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   165
\todo{Err, requires a splitting?}
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   166
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
   167
\begin{equation}
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   168
\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
   169
\end{equation}
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   170
\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
   171
\end{property}
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   172
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   173
\begin{property}[Skein modules]
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   174
\label{property:skein-modules}%
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   175
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
   176
\begin{equation*}
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   177
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
   178
\end{equation*}
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   179
\end{property}
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   180
22
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   181
\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
   182
\label{property:hochschild}%
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   183
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
   184
quasi-isomorphic to the Hochschild complex.
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   185
\begin{equation*}
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   186
\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
   187
\end{equation*}
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   188
\end{property}
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   189
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   190
\begin{property}[Evaluation map]
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   191
\label{property:evaluation}%
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   192
There is an `evaluation' chain map
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   193
\begin{equation*}
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   194
\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
   195
\end{equation*}
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   196
(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
   197
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   198
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
   199
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
   200
(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
   201
\begin{equation*}
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   202
\xymatrix{
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   203
     \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
   204
     \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
   205
        \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
   206
            \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
   207
}
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   208
\end{equation*}
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   209
\end{property}
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   210
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   211
\begin{property}[Gluing formula]
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   212
\label{property:gluing}%
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   213
\mbox{}% <-- gets the indenting right
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   214
\begin{itemize}
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   215
\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
   216
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
   217
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   218
\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
   219
$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
   220
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   221
\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
   222
$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
   223
$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
   224
$\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
   225
\begin{equation*}
54
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 52
diff changeset
   226
\bc_*(X') \iso \bc_*(X) \Tensor^{A_\infty}_{\mathclap{\bc_*(Y \times I)}} \!\!\!\!\!\!\xymatrix{ \ar@(ru,rd)@<-1ex>[]}
22
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   227
\end{equation*}
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   228
\end{itemize}
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   229
\end{property}
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   230
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   231
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
   232
\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
   233
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
   234
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
   235
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
   236
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   237
\section{Definitions}
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   238
\label{sec:definitions}
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
\subsection{Systems of fields}
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   241
\label{sec:fields}
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   242
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   243
Fix a top dimension $n$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   244
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   245
A {\it system of fields}
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   246
\nn{maybe should look for better name; but this is the name I use elsewhere}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   247
is a collection of functors $\cC$ from manifolds of dimension $n$ or less
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   248
to sets.
23
7b0a43bdd3c4 writing definitions of topological a_\infty categories, modules, etc.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 22
diff changeset
   249
These functors must satisfy various properties (see \cite{kw:tqft} for details).
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   250
For example:
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   251
there is a canonical identification $\cC(X \du Y) = \cC(X) \times \cC(Y)$;
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   252
there is a restriction map $\cC(X) \to \cC(\bd X)$;
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   253
gluing manifolds corresponds to fibered products of fields;
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   254
given a field $c \in \cC(Y)$ there is a ``product field"
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   255
$c\times I \in \cC(Y\times I)$; ...
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   256
\nn{should eventually include full details of definition of fields.}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   257
55
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 54
diff changeset
   258
\input{text/fields.tex}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 54
diff changeset
   259
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   260
\nn{note: probably will suppress from notation the distinction
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   261
between fields and their (orientation-reversal) duals}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   262
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   263
\nn{remark that if top dimensional fields are not already linear
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   264
then we will soon linearize them(?)}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   265
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   266
The definition of a system of fields is intended to generalize
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   267
the relevant properties of the following two examples of fields.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   268
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   269
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
   270
is a manifold of dimension $n$ or less) to be the set of
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   271
all maps from $X$ to $B$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   272
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   273
The second example will take longer to explain.
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   274
Given an $n$-category $C$ with the right sort of duality
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   275
(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
   276
we can construct a system of fields as follows.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   277
Roughly speaking, $\cC(X)$ will the set of all embedded cell complexes in $X$
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   278
with codimension $i$ cells labeled by $i$-morphisms of $C$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   279
We'll spell this out for $n=1,2$ and then describe the general case.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   280
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   281
If $X$ has boundary, we require that the cell decompositions are in general
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   282
position with respect to the boundary --- the boundary intersects each cell
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   283
transversely, so cells meeting the boundary are mere half-cells.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   284
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   285
Put another way, the cell decompositions we consider are dual to standard cell
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   286
decompositions of $X$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   287
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   288
We will always assume that our $n$-categories have linear $n$-morphisms.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   289
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   290
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
   291
an object (0-morphism) of the 1-category $C$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   292
A field on a 1-manifold $S$ consists of
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   293
\begin{itemize}
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   294
    \item A cell decomposition of $S$ (equivalently, a finite collection
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   295
of points in the interior of $S$);
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   296
    \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
   297
by an object (0-morphism) of $C$;
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   298
    \item a transverse orientation of each 0-cell, thought of as a choice of
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   299
``domain" and ``range" for the two adjacent 1-cells; and
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   300
    \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
   301
domain and range determined by the transverse orientation and the labelings of the 1-cells.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   302
\end{itemize}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   303
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   304
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
   305
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
   306
interior of $S$, each transversely oriented and each labeled by an element (1-morphism)
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   307
of the algebra.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   308
4
8599e156a169 misc. edit, nothing major
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 3
diff changeset
   309
\medskip
8599e156a169 misc. edit, nothing major
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 3
diff changeset
   310
8599e156a169 misc. edit, nothing major
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 3
diff changeset
   311
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
   312
that are common in the literature.
8599e156a169 misc. edit, nothing major
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 3
diff changeset
   313
We describe these carefully here.
8599e156a169 misc. edit, nothing major
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 3
diff changeset
   314
8599e156a169 misc. edit, nothing major
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 3
diff changeset
   315
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
   316
an object of the 2-category $C$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   317
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
   318
A field on a 2-manifold $Y$ consists of
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   319
\begin{itemize}
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   320
    \item A cell decomposition of $Y$ (equivalently, a graph embedded in $Y$ such
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   321
that each component of the complement is homeomorphic to a disk);
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   322
    \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
   323
by a 0-morphism of $C$;
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   324
    \item a transverse orientation of each 1-cell, thought of as a choice of
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   325
``domain" and ``range" for the two adjacent 2-cells;
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   326
    \item a labeling of each 1-cell by a 1-morphism of $C$, with
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   327
domain and range determined by the transverse orientation of the 1-cell
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   328
and the labelings of the 2-cells;
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   329
    \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
   330
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
   331
to $\pm 1 \in S^1$; and
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   332
    \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
   333
determined by the labelings of the 1-cells and the parameterizations of the previous
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   334
bullet.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   335
\end{itemize}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   336
\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
   337
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   338
For general $n$, a field on a $k$-manifold $X^k$ consists of
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   339
\begin{itemize}
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   340
    \item A cell decomposition of $X$;
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   341
    \item an explicit general position homeomorphism from the link of each $j$-cell
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   342
to the boundary of the standard $(k-j)$-dimensional bihedron; and
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   343
    \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
   344
domain and range determined by the labelings of the link of $j$-cell.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   345
\end{itemize}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   346
4
8599e156a169 misc. edit, nothing major
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 3
diff changeset
   347
%\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
   348
%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
   349
%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
   350
8599e156a169 misc. edit, nothing major
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 3
diff changeset
   351
\medskip
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   352
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   353
For top dimensional ($n$-dimensional) manifolds, we're actually interested
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   354
in the linearized space of fields.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   355
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
   356
the vector space of finite
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   357
linear combinations of fields on $X$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   358
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
   359
Thus the restriction (to boundary) maps are well defined because we never
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   360
take linear combinations of fields with differing boundary conditions.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   361
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   362
In some cases we don't linearize the default way; instead we take the
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   363
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
   364
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
   365
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
   366
obvious relations on 0-cell labels.
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   367
More specifically, let $L$ be a cell decomposition of $X$
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   368
and let $p$ be a 0-cell of $L$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   369
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
   370
$\alpha_c$ labels $p$ by $c$ and $\alpha_d$ labels $p$ by $d$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   371
Then the subspace $K$ is generated by things of the form
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   372
$\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
   373
to infer the meaning of $\alpha_{\lambda c + d}$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   374
Note that we are still assuming that $n$-categories have linear spaces of $n$-morphisms.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   375
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   376
\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
   377
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
   378
space we do something like this; ? say something about tensor
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   379
product of all the linear label spaces?  Yes:}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   380
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   381
For top dimensional ($n$-dimensional) manifolds, we linearize as follows.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   382
Define an ``almost-field" to be a field without labels on the 0-cells.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   383
(Recall that 0-cells are labeled by $n$-morphisms.)
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   384
To each unlabeled 0-cell in an almost field there corresponds a (linear) $n$-morphism
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   385
space determined by the labeling of the link of the 0-cell.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   386
(If the 0-cell were labeled, the label would live in this space.)
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   387
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
   388
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
   389
above tensor products.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   390
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
\subsection{Local relations}
22
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   394
\label{sec:local-relations}
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   395
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   396
Let $B^n$ denote the standard $n$-ball.
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   397
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
   398
(for all $c \in \cC(\bd B^n)$) satisfying the following (three?) properties.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   399
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   400
\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
   401
(2) $U(B^n; \cdot)$ is an ideal w.r.t.\ gluing; and
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   402
(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
   403
See \cite{kw:tqft} for details.  Need to transfer details to here.}
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   404
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   405
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
   406
where $a$ and $b$ are maps (fields) which are homotopic rel boundary.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   407
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   408
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
   409
$\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
   410
domain and range.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   411
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   412
\nn{maybe examples of local relations before general def?}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   413
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   414
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
   415
then any homeomorphism $B^n \to Y$ induces the same local subspaces for $Y$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   416
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
   417
\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
   418
rel boundary might not be isotopic to the identity.  OK for PL and TOP?}
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   419
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   420
Given a system of fields and local relations, we define the skein space
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   421
$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
   422
the $n$-manifold $Y$ modulo local relations.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   423
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
   424
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
   425
(See \cite{kw:tqft} or xxxx for details.)
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   426
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   427
The blob complex is in some sense the derived version of $A(Y; c)$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   428
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
\subsection{The blob complex}
22
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   432
\label{sec:blob-definition}
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   433
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   434
Let $X$ be an $n$-manifold.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   435
Assume a fixed system of fields.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   436
In this section we will usually suppress boundary conditions on $X$ from the notation
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   437
(e.g. write $\cC_l(X)$ instead of $\cC_l(X; c)$).
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   438
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   439
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
   440
submanifold of $X$, then $X \setmin Y$ implicitly means the closure
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   441
$\overline{X \setmin Y}$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   442
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   443
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
   444
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   445
Define $\bc_0(X) = \cC_l(X)$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   446
(If $X$ has nonempty boundary, instead define $\bc_0(X; c) = \cC_l(X; c)$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   447
We'll omit this sort of detail in the rest of this section.)
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   448
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
   449
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   450
$\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
   451
More specifically, define a 1-blob diagram to consist of
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   452
\begin{itemize}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   453
\item An embedded closed ball (``blob") $B \sub X$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   454
%\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
   455
%(See note in previous subsection.)}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   456
%\item A field (boundary condition) $c \in \cC(\bd B) = \cC(\bd(X \setmin B))$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   457
\item A field $r \in \cC(X \setmin B; c)$
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   458
(for some $c \in \cC(\bd B) = \cC(\bd(X \setmin B))$).
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   459
\item A local relation field $u \in U(B; c)$
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   460
(same $c$ as previous bullet).
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   461
\end{itemize}
1
8174b33dda66 just testing svn stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 0
diff changeset
   462
%(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
   463
%so we will omit $c$ from the notation.)
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   464
Define $\bc_1(X)$ to be the space of all finite linear combinations of
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   465
1-blob diagrams, modulo the simple relations relating labels of 0-cells and
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   466
also the label ($u$ above) of the blob.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   467
\nn{maybe spell this out in more detail}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   468
(See xxxx above.)
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   469
\nn{maybe restate this in terms of direct sums of tensor products.}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   470
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   471
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
   472
combination of fields on $X$ obtained by gluing $r$ to $u$.
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   473
In other words $\bd : \bc_1(X) \to \bc_0(X)$ is given by
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   474
just erasing the blob from the picture
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   475
(but keeping the blob label $u$).
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   476
4
8599e156a169 misc. edit, nothing major
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 3
diff changeset
   477
Note that the skein space $A(X)$
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   478
is naturally isomorphic to $\bc_0(X)/\bd(\bc_1(X))) = H_0(\bc_*(X))$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   479
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   480
$\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
   481
More specifically, $\bc_2(X)$ is the space of all finite linear combinations of
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   482
2-blob diagrams (defined below), modulo the usual linear label relations.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   483
\nn{and also modulo blob reordering relations?}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   484
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   485
\nn{maybe include longer discussion to motivate the two sorts of 2-blob diagrams}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   486
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   487
There are two types of 2-blob diagram: disjoint and nested.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   488
A disjoint 2-blob diagram consists of
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   489
\begin{itemize}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   490
\item A pair of disjoint closed balls (blobs) $B_0, B_1 \sub X$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   491
%\item Fields (boundary conditions) $c_i \in \cC(\bd B_i)$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   492
\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
   493
(where $c_i \in \cC(\bd B_i)$).
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   494
\item Local relation fields $u_i \in U(B_i; c_i)$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   495
\end{itemize}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   496
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
   497
In other words, the boundary of a disjoint 2-blob diagram
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   498
is the sum (with alternating signs)
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   499
of the two ways of erasing one of the blobs.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   500
It's easy to check that $\bd^2 = 0$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   501
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   502
A nested 2-blob diagram consists of
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   503
\begin{itemize}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   504
\item A pair of nested balls (blobs) $B_0 \sub B_1 \sub X$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   505
\item A field $r \in \cC(X \setmin B_0; c_0)$
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   506
(for some $c_0 \in \cC(\bd B_0)$).
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   507
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
   508
(for some $c_1 \in \cC(B_1)$) and
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   509
$r' \in \cC(X \setmin B_1; c_1)$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   510
\item A local relation field $u_0 \in U(B_0; c_0)$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   511
\end{itemize}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   512
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
   513
Note that xxxx above guarantees that $r_1u_0 \in U(B_1)$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   514
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
   515
sum of the two ways of erasing one of the blobs.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   516
If we erase the inner blob, the outer blob inherits the label $r_1u_0$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   517
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   518
Now for the general case.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   519
A $k$-blob diagram consists of
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   520
\begin{itemize}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   521
\item A collection of blobs $B_i \sub X$, $i = 0, \ldots, k-1$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   522
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
   523
$B_i \sub B_j$ or $B_j \sub B_i$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   524
(The case $B_i = B_j$ is allowed.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   525
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
   526
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
   527
%\item Fields (boundary conditions) $c_i \in \cC(\bd B_i)$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   528
%(These are implied by the data in the next bullets, so we usually
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   529
%suppress them from the notation.)
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   530
%$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
   531
%if the latter space is not empty.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   532
\item A field $r \in \cC(X \setmin B^t; c^t)$,
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   533
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
   534
\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
   535
where $c_j$ is the restriction of $c^t$ to $\bd B_j$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   536
If $B_i = B_j$ then $u_i = u_j$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   537
\end{itemize}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   538
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   539
We define $\bc_k(X)$ to be the vector space of all finite linear combinations
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   540
of $k$-blob diagrams, modulo the linear label relations and
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   541
blob reordering relations defined in the remainder of this paragraph.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   542
Let $x$ be a blob diagram with one undetermined $n$-morphism label.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   543
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
   544
Let $a$ and $b$ be two possible $n$-morphism labels for
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   545
the unlabeled blob or 0-cell.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   546
Let $c = \lambda a + b$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   547
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
   548
Then we impose the relation
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   549
\eq{
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   550
    x_c = \lambda x_a + x_b .
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   551
}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   552
\nn{should do this in terms of direct sums of tensor products}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   553
Let $x$ and $x'$ be two blob diagrams which differ only by a permutation $\pi$
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   554
of their blob labelings.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   555
Then we impose the relation
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   556
\eq{
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   557
    x = \sign(\pi) x' .
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   558
}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   559
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   560
(Alert readers will have noticed that for $k=2$ our definition
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   561
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
   562
of $\bc_2(X)$ --- we did not impose the reordering relations.
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   563
The general definition takes precedence;
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   564
the earlier definition was simplified for purposes of exposition.)
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   565
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   566
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
   567
Let $b = (\{B_i\}, r, \{u_j\})$ be a $k$-blob diagram.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   568
Let $E_j(b)$ denote the result of erasing the $j$-th blob.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   569
If $B_j$ is not a twig blob, this involves only decrementing
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   570
the indices of blobs $B_{j+1},\ldots,B_{k-1}$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   571
If $B_j$ is a twig blob, we have to assign new local relation labels
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   572
if removing $B_j$ creates new twig blobs.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   573
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
   574
where $r_l$ is the restriction of $r$ to $B_l \setmin B_j$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   575
Finally, define
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   576
\eq{
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   577
    \bd(b) = \sum_{j=0}^{k-1} (-1)^j E_j(b).
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   578
}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   579
The $(-1)^j$ factors imply that the terms of $\bd^2(b)$ all cancel.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   580
Thus we have a chain complex.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   581
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   582
\nn{?? say something about the ``shape" of tree? (incl = cone, disj = product)}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   583
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   584
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   585
\nn{TO DO:
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   586
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
   587
relations to Chas-Sullivan string stuff}
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   588
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
\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
   592
\label{sec:basic-properties}
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   593
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   594
\begin{prop} \label{disjunion}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   595
There is a natural isomorphism $\bc_*(X \du Y) \cong \bc_*(X) \otimes \bc_*(Y)$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   596
\end{prop}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   597
\begin{proof}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   598
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
   599
(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
   600
blob diagram $(b_1, b_2)$ on $X \du Y$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   601
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
   602
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
   603
to one that puts $X$ blobs before $Y$ blobs in the ordering, and so determines
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   604
a pair of blob diagrams on $X$ and $Y$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   605
These two maps are compatible with our sign conventions \nn{say more about this?} and
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   606
with the linear label relations.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   607
The two maps are inverses of each other.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   608
\nn{should probably say something about sign conventions for the differential
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   609
in a tensor product of chain complexes; ask Scott}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   610
\end{proof}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   611
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   612
For the next proposition we will temporarily restore $n$-manifold boundary
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   613
conditions to the notation.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   614
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   615
Suppose that for all $c \in \cC(\bd B^n)$
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   616
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
   617
of the quotient map
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   618
$p: \bc_0(B^n; c) \to H_0(\bc_*(B^n, c))$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   619
\nn{always the case if we're working over $\c$}.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   620
Then
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   621
\begin{prop} \label{bcontract}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   622
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
   623
is a chain homotopy equivalence
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   624
with inverse $s: H_0(\bc_*(B^n, c)) \to \bc_*(B^n; c)$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   625
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
   626
\end{prop}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   627
\begin{proof}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   628
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
   629
$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
   630
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
   631
an $(i{+}1)$-st blob equal to all of $B^n$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   632
In other words, add a new outermost blob which encloses all of the others.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   633
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
   634
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
   635
\nn{$x$ is a 0-blob diagram, i.e. $x \in \cC(B^n; c)$}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   636
\end{proof}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   637
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   638
(Note that for the above proof to work, we need the linear label relations
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   639
for blob labels.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   640
Also we need to blob reordering relations (?).)
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   641
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   642
(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
   643
equivalence to the 2-step complex $U(B^n; c) \to \cC(B^n; c)$.)
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   644
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   645
(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
   646
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   647
\medskip
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   648
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   649
As we noted above,
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   650
\begin{prop}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   651
There is a natural isomorphism $H_0(\bc_*(X)) \cong A(X)$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   652
\qed
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   653
\end{prop}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   654
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   655
4
8599e156a169 misc. edit, nothing major
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 3
diff changeset
   656
% oops -- duplicate
8599e156a169 misc. edit, nothing major
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 3
diff changeset
   657
8599e156a169 misc. edit, nothing major
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 3
diff changeset
   658
%\begin{prop} \label{functorialprop}
8599e156a169 misc. edit, nothing major
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 3
diff changeset
   659
%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
   660
%$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
   661
%\end{prop}
8599e156a169 misc. edit, nothing major
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 3
diff changeset
   662
8599e156a169 misc. edit, nothing major
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 3
diff changeset
   663
%\begin{proof}
8599e156a169 misc. edit, nothing major
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 3
diff changeset
   664
%Obvious.
8599e156a169 misc. edit, nothing major
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 3
diff changeset
   665
%\end{proof}
8599e156a169 misc. edit, nothing major
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 3
diff changeset
   666
8599e156a169 misc. edit, nothing major
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 3
diff changeset
   667
%\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
   668
%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
   669
8599e156a169 misc. edit, nothing major
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 3
diff changeset
   670
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   671
\begin{prop}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   672
For fixed fields ($n$-cat), $\bc_*$ is a functor from the category
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   673
of $n$-manifolds and diffeomorphisms to the category of chain complexes and
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   674
(chain map) isomorphisms.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   675
\qed
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   676
\end{prop}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   677
4
8599e156a169 misc. edit, nothing major
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 3
diff changeset
   678
\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
   679
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
   680
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   681
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   682
In particular,
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   683
\begin{prop}  \label{diff0prop}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   684
There is an action of $\Diff(X)$ on $\bc_*(X)$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   685
\qed
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   686
\end{prop}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   687
22
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   688
The above will be greatly strengthened in Section \ref{sec:evaluation}.
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   689
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   690
\medskip
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   691
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   692
For the next proposition we will temporarily restore $n$-manifold boundary
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   693
conditions to the notation.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   694
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   695
Let $X$ be an $n$-manifold, $\bd X = Y \cup (-Y) \cup Z$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   696
Gluing the two copies of $Y$ together yields an $n$-manifold $X\sgl$
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   697
with boundary $Z\sgl$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   698
Given compatible fields (pictures, boundary conditions) $a$, $b$ and $c$ on $Y$, $-Y$ and $Z$,
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   699
we have the blob complex $\bc_*(X; a, b, c)$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   700
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
   701
$X$ to get blob diagrams on $X\sgl$:
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   702
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   703
\begin{prop}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   704
There is a natural chain map
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   705
\eq{
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   706
    \gl: \bigoplus_a \bc_*(X; a, -a, c) \to \bc_*(X\sgl; c\sgl).
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   707
}
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   708
The sum is over all fields $a$ on $Y$ compatible at their
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   709
($n{-}2$-dimensional) boundaries with $c$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   710
`Natural' means natural with respect to the actions of diffeomorphisms.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   711
\qed
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   712
\end{prop}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   713
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   714
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
   715
This will be fixed in Section \ref{sec:gluing} below.
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   716
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   717
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
   718
and $X\sgl = X_1 \cup_Y X_2$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   719
(Typically one of $X_1$ or $X_2$ is a disjoint union of balls.)
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   720
For $x_i \in \bc_*(X_i)$, we introduce the notation
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   721
\eq{
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   722
    x_1 \bullet x_2 \deq \gl(x_1 \otimes x_2) .
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   723
}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   724
Note that we have resumed our habit of omitting boundary labels from the notation.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   725
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   726
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   727
\bigskip
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   728
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   729
\nn{what else?}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   730
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
   731
\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
   732
\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
   733
\input{text/hochschild}
7
4ef2f77a4652 small to medium sized changes
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 5
diff changeset
   734
22
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   735
\section{Action of $\CD{X}$}
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   736
\label{sec:evaluation}
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   737
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   738
Let $CD_*(X)$ denote $C_*(\Diff(X))$, the singular chain complex of
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   739
the space of diffeomorphisms
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   740
of the $n$-manifold $X$ (fixed on $\bd X$).
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   741
For convenience, we will permit the singular cells generating $CD_*(X)$ to be more general
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   742
than simplices --- they can be based on any linear polyhedron.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   743
\nn{be more restrictive here?  does more need to be said?}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   744
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   745
\begin{prop}  \label{CDprop}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   746
For each $n$-manifold $X$ there is a chain map
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   747
\eq{
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   748
    e_X : CD_*(X) \otimes \bc_*(X) \to \bc_*(X) .
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   749
}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   750
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
   751
(Proposition (\ref{diff0prop})).
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   752
For any splitting $X = X_1 \cup X_2$, the following diagram commutes
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   753
\eq{ \xymatrix{
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   754
     CD_*(X) \otimes \bc_*(X) \ar[r]^{e_X}    & \bc_*(X) \\
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   755
     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
   756
        \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
   757
            \bc_*(X_1) \otimes \bc_*(X_2) \ar[u]_{\gl}
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   758
} }
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   759
Any other map satisfying the above two properties is homotopic to $e_X$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   760
\end{prop}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   761
18
aac9fd8d6bc6 finished with evaluation map stuff for now.
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 17
diff changeset
   762
\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
   763
16
9ae2fd41b903 begin reworking/completion of evaluation map stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 15
diff changeset
   764
\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
   765
Something like: there is
19
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 18
diff changeset
   766
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
   767
$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
   768
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
   769
contractible subcomplex.
19
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 18
diff changeset
   770
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
   771
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
   772
9ae2fd41b903 begin reworking/completion of evaluation map stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 15
diff changeset
   773
\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
   774
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
   775
I lean toward the latter.}
9ae2fd41b903 begin reworking/completion of evaluation map stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 15
diff changeset
   776
\medskip
9ae2fd41b903 begin reworking/completion of evaluation map stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 15
diff changeset
   777
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   778
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
   779
\nn{unless we put associativity prop at end}
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   780
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   781
\medskip
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   782
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   783
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
   784
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
   785
$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
   786
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
   787
\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
   788
	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
   789
\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
   790
	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
   791
\end{align}
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   792
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
   793
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   794
Let $\cU = \{U_\alpha\}$ be an open cover of $X$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   795
A $k$-parameter family of diffeomorphisms $f: P \times X \to X$ is
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   796
{\it adapted to $\cU$} if there is a factorization
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   797
\eq{
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   798
    P = P_1 \times \cdots \times P_m
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   799
}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   800
(for some $m \le k$)
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   801
and families of diffeomorphisms
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   802
\eq{
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   803
    f_i :  P_i \times X \to X
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   804
}
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   805
such that
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   806
\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
   807
\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
   808
\item the sets $V_i$ are mutually disjoint;
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   809
\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
   810
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
   811
\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
   812
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
   813
\end{itemize}
7
4ef2f77a4652 small to medium sized changes
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 5
diff changeset
   814
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
   815
of singular cells, each of which is adapted to $\cU$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   816
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   817
\begin{lemma}  \label{extension_lemma}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   818
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
   819
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
   820
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
   821
\end{lemma}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   822
22
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   823
The proof will be given in Section \ref{sec:localising}.
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   824
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   825
\medskip
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   826
16
9ae2fd41b903 begin reworking/completion of evaluation map stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 15
diff changeset
   827
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
   828
We will identify a subcomplex
9ae2fd41b903 begin reworking/completion of evaluation map stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 15
diff changeset
   829
\[
19
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 18
diff changeset
   830
    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
   831
\]
9ae2fd41b903 begin reworking/completion of evaluation map stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 15
diff changeset
   832
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
   833
in \ref{CDprop}.
9ae2fd41b903 begin reworking/completion of evaluation map stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 15
diff changeset
   834
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
   835
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
   836
\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
   837
9ae2fd41b903 begin reworking/completion of evaluation map stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 15
diff changeset
   838
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
   839
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
   840
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
   841
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
   842
Choose a metric for $X$.
19
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 18
diff changeset
   843
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
   844
$\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
   845
neighborhood of the support of $b$.
9ae2fd41b903 begin reworking/completion of evaluation map stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 15
diff changeset
   846
\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
   847
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
   848
\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
   849
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
   850
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
   851
9ae2fd41b903 begin reworking/completion of evaluation map stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 15
diff changeset
   852
\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
   853
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
   854
with that as well.
c73e8beb4a20 continuing work of evaluation map proof
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 16
diff changeset
   855
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
   856
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
   857
17
c73e8beb4a20 continuing work of evaluation map proof
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 16
diff changeset
   858
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
   859
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
   860
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
   861
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
   862
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
   863
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
   864
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
   865
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
   866
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
   867
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
   868
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
   869
(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
   870
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
   871
$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
   872
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
   873
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
   874
c73e8beb4a20 continuing work of evaluation map proof
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 16
diff changeset
   875
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
   876
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
   877
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
   878
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
   879
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
   880
c73e8beb4a20 continuing work of evaluation map proof
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 16
diff changeset
   881
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
   882
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
   883
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
   884
\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
   885
\nn{this definitely needs reworking}
17
c73e8beb4a20 continuing work of evaluation map proof
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 16
diff changeset
   886
c73e8beb4a20 continuing work of evaluation map proof
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 16
diff changeset
   887
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
   888
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
   889
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
   890
19
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 18
diff changeset
   891
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
   892
$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
   893
$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
   894
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
   895
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
   896
$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
   897
$p\otimes b \in G_*$.
18
aac9fd8d6bc6 finished with evaluation map stuff for now.
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 17
diff changeset
   898
\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
   899
18
aac9fd8d6bc6 finished with evaluation map stuff for now.
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 17
diff changeset
   900
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
   901
$k$-compatible with each of the (finitely many) blob diagrams occurring in $x$.
19
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 18
diff changeset
   902
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
   903
construct the homotopy to $G_*$.
aac9fd8d6bc6 finished with evaluation map stuff for now.
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 17
diff changeset
   904
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
   905
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
   906
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
   907
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
   908
This implies that $y \in G_*$.
19
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 18
diff changeset
   909
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
   910
19
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 18
diff changeset
   911
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
   912
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
   913
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
   914
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
   915
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
   916
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
   917
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
   918
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
   919
\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
   920
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
   921
yielding a family of diffeos $q'$.
aac9fd8d6bc6 finished with evaluation map stuff for now.
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 17
diff changeset
   922
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
   923
Continuing in this way, we define all of $h$.
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   924
18
aac9fd8d6bc6 finished with evaluation map stuff for now.
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 17
diff changeset
   925
The homotopy $r$ is constructed similarly.
aac9fd8d6bc6 finished with evaluation map stuff for now.
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 17
diff changeset
   926
19
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 18
diff changeset
   927
\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
   928
postpone this until second draft.}
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   929
18
aac9fd8d6bc6 finished with evaluation map stuff for now.
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 17
diff changeset
   930
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
   931
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
   932
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
   933
as claimed in the proposition.
aac9fd8d6bc6 finished with evaluation map stuff for now.
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 17
diff changeset
   934
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
   935
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
   936
arrows in the commutative diagram.
aac9fd8d6bc6 finished with evaluation map stuff for now.
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 17
diff changeset
   937
aac9fd8d6bc6 finished with evaluation map stuff for now.
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 17
diff changeset
   938
This completes the proof of Proposition \ref{CDprop}.
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   939
7
4ef2f77a4652 small to medium sized changes
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 5
diff changeset
   940
\medskip
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   941
18
aac9fd8d6bc6 finished with evaluation map stuff for now.
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 17
diff changeset
   942
\nn{say something about associativity here}
aac9fd8d6bc6 finished with evaluation map stuff for now.
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 17
diff changeset
   943
55
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 54
diff changeset
   944
\input{text/A-infty.tex}
34
f46e6ff9f951 a little more
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 33
diff changeset
   945
55
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 54
diff changeset
   946
\input{text/gluing.tex}
51
195a0a91e062 continuing to write up commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 50
diff changeset
   947
195a0a91e062 continuing to write up commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 50
diff changeset
   948
195a0a91e062 continuing to write up commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 50
diff changeset
   949
47
939a4a5b1d80 increased line width; start to write commutative algebra results
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 45
diff changeset
   950
\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
   951
939a4a5b1d80 increased line width; start to write commutative algebra results
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 45
diff changeset
   952
\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
   953
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
   954
939a4a5b1d80 increased line width; start to write commutative algebra results
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 45
diff changeset
   955
If $C$ is a commutative algebra it
48
b7ade62bea27 more commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 47
diff changeset
   956
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
   957
$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
   958
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
   959
$\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
   960
939a4a5b1d80 increased line width; start to write commutative algebra results
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 45
diff changeset
   961
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
   962
939a4a5b1d80 increased line width; start to write commutative algebra results
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 45
diff changeset
   963
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
   964
unlabeled points in $M$.
48
b7ade62bea27 more commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 47
diff changeset
   965
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
   966
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
   967
49
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 48
diff changeset
   968
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
   969
51
195a0a91e062 continuing to write up commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 50
diff changeset
   970
\begin{prop} \label{sympowerprop}
52
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 51
diff changeset
   971
$\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
   972
\end{prop}
939a4a5b1d80 increased line width; start to write commutative algebra results
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 45
diff changeset
   973
939a4a5b1d80 increased line width; start to write commutative algebra results
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 45
diff changeset
   974
\begin{proof}
939a4a5b1d80 increased line width; start to write commutative algebra results
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 45
diff changeset
   975
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
   976
939a4a5b1d80 increased line width; start to write commutative algebra results
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 45
diff changeset
   977
\begin{lemma}
939a4a5b1d80 increased line width; start to write commutative algebra results
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 45
diff changeset
   978
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
   979
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
   980
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
   981
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
   982
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
   983
$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
   984
\end{lemma}
939a4a5b1d80 increased line width; start to write commutative algebra results
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 45
diff changeset
   985
939a4a5b1d80 increased line width; start to write commutative algebra results
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 45
diff changeset
   986
\begin{proof}
939a4a5b1d80 increased line width; start to write commutative algebra results
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 45
diff changeset
   987
\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
   988
\end{proof}
939a4a5b1d80 increased line width; start to write commutative algebra results
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 45
diff changeset
   989
48
b7ade62bea27 more commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 47
diff changeset
   990
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
   991
satisfying the conditions of the above lemma.
b7ade62bea27 more commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 47
diff changeset
   992
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
   993
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
   994
a point in $\Sigma^\infty(M)$.
b7ade62bea27 more commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 47
diff changeset
   995
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
   996
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
   997
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
   998
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
   999
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
  1000
$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
  1001
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
  1002
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
  1003
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
  1004
subspace of $\Sigma^\infty(M)$.
b7ade62bea27 more commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 47
diff changeset
  1005
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
  1006
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
  1007
$\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
  1008
48
b7ade62bea27 more commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 47
diff changeset
  1009
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
  1010
$R(c)_* \sub \bc_*(M^n, k[t])$.
b7ade62bea27 more commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 47
diff changeset
  1011
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
  1012
$\Sigma^\infty(M)$ described above.
b7ade62bea27 more commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 47
diff changeset
  1013
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
  1014
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
  1015
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
  1016
is homotopy equivalent to the subcomplex of small simplices.
b7ade62bea27 more commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 47
diff changeset
  1017
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
  1018
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
  1019
\nn{do we need to define this precisely?}
b7ade62bea27 more commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 47
diff changeset
  1020
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
  1021
\nn{need to say more precisely how small}
b7ade62bea27 more commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 47
diff changeset
  1022
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
  1023
This is contractible by \ref{bcontract}.
b7ade62bea27 more commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 47
diff changeset
  1024
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
  1025
low-dimensional simplices and work our way up.
b7ade62bea27 more commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 47
diff changeset
  1026
\nn{need to be more precise}
b7ade62bea27 more commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 47
diff changeset
  1027
b7ade62bea27 more commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 47
diff changeset
  1028
\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
  1029
(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
  1030
\end{proof}
939a4a5b1d80 increased line width; start to write commutative algebra results
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 45
diff changeset
  1031
939a4a5b1d80 increased line width; start to write commutative algebra results
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 45
diff changeset
  1032
50
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 49
diff changeset
  1033
\begin{prop} \label{ktcdprop}
49
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 48
diff changeset
  1034
The above maps are compatible with the evaluation map actions of $C_*(\Diff(M))$.
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 48
diff changeset
  1035
\end{prop}
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 48
diff changeset
  1036
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 48
diff changeset
  1037
\begin{proof}
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 48
diff changeset
  1038
The actions agree in degree 0, and both are compatible with gluing.
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 48
diff changeset
  1039
(cf. uniqueness statement in \ref{CDprop}.)
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 48
diff changeset
  1040
\end{proof}
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 48
diff changeset
  1041
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 48
diff changeset
  1042
\medskip
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 48
diff changeset
  1043
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 48
diff changeset
  1044
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
  1045
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
  1046
on $C_*(\Sigma^\infty(S^1), k)$.
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 48
diff changeset
  1047
\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
  1048
Let us check this directly.
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 48
diff changeset
  1049
50
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 49
diff changeset
  1050
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
  1051
\nn{say something about $t$-degree?  is this in [Loday]?}
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 49
diff changeset
  1052
49
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 48
diff changeset
  1053
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
  1054
The fixed points of this flow are the equally spaced configurations.
50
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 49
diff changeset
  1055
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
  1056
The fiber of this map is $\Delta^{j-1}$, the $(j-1)$-simplex, 
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 48
diff changeset
  1057
and the holonomy of the $\Delta^{j-1}$ bundle
50
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 49
diff changeset
  1058
over $S^1/j$ is induced by the cyclic permutation of its $j$ vertices.
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 49
diff changeset
  1059
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 49
diff changeset
  1060
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
  1061
of course $\Sigma^0(S^1)$ is a point.
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 49
diff changeset
  1062
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
  1063
and is zero for $i\ge 2$.
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 49
diff changeset
  1064
\nn{say something about $t$-degrees also matching up?}
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 49
diff changeset
  1065
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 49
diff changeset
  1066
By xxxx and \ref{ktcdprop}, 
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 49
diff changeset
  1067
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
  1068
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
  1069
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
  1070
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
  1071
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
  1072
degrees and 0 in odd degrees.
195a0a91e062 continuing to write up commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 50
diff changeset
  1073
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
  1074
195a0a91e062 continuing to write up commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 50
diff changeset
  1075
\medskip
195a0a91e062 continuing to write up commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 50
diff changeset
  1076
195a0a91e062 continuing to write up commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 50
diff changeset
  1077
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
  1078
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
  1079
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
  1080
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
  1081
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
  1082
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
  1083
195a0a91e062 continuing to write up commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 50
diff changeset
  1084
\begin{prop}
52
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 51
diff changeset
  1085
$\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
  1086
\end{prop}
195a0a91e062 continuing to write up commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 50
diff changeset
  1087
195a0a91e062 continuing to write up commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 50
diff changeset
  1088
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
  1089
\[
195a0a91e062 continuing to write up commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 50
diff changeset
  1090
	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
  1091
\]
195a0a91e062 continuing to write up commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 50
diff changeset
  1092
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
  1093
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
  1094
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
  1095
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
  1096
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
  1097
corresponding to $X$.
195a0a91e062 continuing to write up commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 50
diff changeset
  1098
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
  1099
195a0a91e062 continuing to write up commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 50
diff changeset
  1100
\nn{say something about cyclic homology in this case?  probably not necessary.}
49
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 48
diff changeset
  1101
52
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 51
diff changeset
  1102
\medskip
49
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 48
diff changeset
  1103
52
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 51
diff changeset
  1104
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
  1105
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
  1106
more points coinciding.
49
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 48
diff changeset
  1107
52
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 51
diff changeset
  1108
\begin{prop}
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 51
diff changeset
  1109
$\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
  1110
(relative singular chains with coefficients in $k$).
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 51
diff changeset
  1111
\end{prop}
49
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 48
diff changeset
  1112
52
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 51
diff changeset
  1113
\begin{proof}
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 51
diff changeset
  1114
\nn{...}
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 51
diff changeset
  1115
\end{proof}
49
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 48
diff changeset
  1116
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 48
diff changeset
  1117
\nn{...}
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 48
diff changeset
  1118
47
939a4a5b1d80 increased line width; start to write commutative algebra results
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 45
diff changeset
  1119
939a4a5b1d80 increased line width; start to write commutative algebra results
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 45
diff changeset
  1120
22
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
  1121
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
  1122
\appendix
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
  1123
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
  1124
\section{Families of Diffeomorphisms}  \label{sec:localising}
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1125
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1126
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1127
Lo, the proof of Lemma (\ref{extension_lemma}):
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1128
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1129
\nn{should this be an appendix instead?}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1130
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1131
\nn{for pedagogical reasons, should do $k=1,2$ cases first; probably do this in
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1132
later draft}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1133
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1134
\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
  1135
about boundary later}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1136
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
  1137
Recall that we are given
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1138
an open cover $\cU = \{U_\alpha\}$ and an
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1139
$x \in CD_k(X)$ such that $\bd x$ is adapted to $\cU$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1140
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
  1141
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1142
Let $\{r_\alpha : X \to [0,1]\}$ be a partition of unity for $\cU$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1143
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1144
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
  1145
with a single singular cell
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1146
\eq{
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
  1147
    f: P \times X \to X .
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1148
}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1149
Also, we'll ignore for now issues around $\bd P$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1150
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1151
Our homotopy will have the form
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1152
\eqar{
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
  1153
    F: I \times P \times X &\to& X \\
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
  1154
    (t, p, x) &\mapsto& f(u(t, p, x), x)
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1155
}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1156
for some function
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1157
\eq{
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
  1158
    u : I \times P \times X \to P .
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1159
}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1160
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
  1161
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1162
For each cover index $\alpha$ choose a cell decomposition $K_\alpha$ of $P$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1163
The various $K_\alpha$ should be in general position with respect to each other.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1164
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
  1165
to insure that $F$ above is a homotopy through diffeomorphisms of $X$ and not
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1166
merely a homotopy through maps $X\to X$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1167
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1168
Let $L$ be the union of all the $K_\alpha$'s.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1169
$L$ is itself a cell decomposition of $P$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1170
\nn{next two sentences not needed?}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1171
To each cell $a$ of $L$ we associate the tuple $(c_\alpha)$,
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1172
where $c_\alpha$ is the codimension of the cell of $K_\alpha$ which contains $c$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1173
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
  1174
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1175
Let $J$ denote the handle decomposition of $P$ corresponding to $L$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1176
Each $i$-handle $C$ of $J$ has an $i$-dimensional tangential coordinate and,
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1177
more importantly, a $k{-}i$-dimensional normal coordinate.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1178
7
4ef2f77a4652 small to medium sized changes
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 5
diff changeset
  1179
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
  1180
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
  1181
$k$-cell of $L$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1182
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
  1183
which contain $d$, and also the corresponding tuple $(p_{c_\alpha})$ of points in $P$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1184
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1185
For $p \in D$ we define
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1186
\eq{
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
  1187
    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
  1188
}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1189
(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
  1190
makes sense.)
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1191
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1192
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
  1193
For handles of $J$ of index less than $k$, we will define $u$ to
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1194
interpolate between the values on $k$-handles defined above.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1195
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
  1196
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
  1197
of $E$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1198
In particular, $\eta$ is equal to 0 or 1 only at the intersection of $E$
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1199
with a $k$-handle.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1200
Let $\beta$ be the index of the $K_\beta$ containing the $k{-}1$-cell
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1201
corresponding to $E$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1202
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
  1203
adjacent to the $k{-}1$-cell corresponding to $E$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1204
For $p \in E$, define
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1205
\eq{
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
  1206
    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
  1207
            + r_\beta(x) (\eta(p) q_1 + (1-\eta(p)) q_0) \right) .
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1208
}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1209
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1210
In general, for $E$ a $k{-}j$-handle, there is a normal coordinate
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1211
$\eta: E \to R$, where $R$ is some $j$-dimensional polyhedron.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1212
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
  1213
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
  1214
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
  1215
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
  1216
the $k{-}j$-cell corresponding to $E$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1217
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
  1218
Now define, for $p \in E$,
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1219
\eq{
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
  1220
    u(t, p, x) = (1-t)p + t \left(
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
  1221
            \sum_{\alpha \notin \cN} r_\alpha(x) p_{c_\alpha}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
  1222
                + \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
  1223
             \right) .
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1224
}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1225
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
  1226
mentioned above.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1227
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1228
This completes the definition of $u: I \times P \times X \to P$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1229
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1230
\medskip
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1231
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1232
Next we verify that $u$ has the desired properties.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1233
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1234
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
  1235
Therefore $F$ is a homotopy from $f$ to something.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1236
7
4ef2f77a4652 small to medium sized changes
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 5
diff changeset
  1237
Next we show that if the $K_\alpha$'s are sufficiently fine cell decompositions,
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1238
then $F$ is a homotopy through diffeomorphisms.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1239
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
  1240
We have
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1241
\eq{
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
  1242
%   \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
  1243
    \pd{F}{x} = \pd{f}{x} + \pd{f}{p} \pd{u}{x} .
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1244
}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1245
Since $f$ is a family of diffeomorphisms, $\pd{f}{x}$ is non-singular and
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1246
\nn{bounded away from zero, or something like that}.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1247
(Recall that $X$ and $P$ are compact.)
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1248
Also, $\pd{f}{p}$ is bounded.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1249
So if we can insure that $\pd{u}{x}$ is sufficiently small, we are done.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1250
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
  1251
(which is bounded)
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1252
and the differences amongst the various $p_{c_\alpha}$'s and $q_{\beta i}$'s.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1253
These differences are small if the cell decompositions $K_\alpha$ are sufficiently fine.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1254
This completes the proof that $F$ is a homotopy through diffeomorphisms.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1255
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1256
\medskip
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1257
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1258
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
  1259
is a singular cell adapted to $\cU$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1260
This will complete the proof of the lemma.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1261
\nn{except for boundary issues and the `$P$ is a cell' assumption}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1262
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
  1263
Let $j$ be the codimension of $D$.
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1264
(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
  1265
between handle and corresponding cell.)
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1266
Then $j = j_1 + \cdots + j_m$, $0 \le m \le k$,
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1267
where the $j_i$'s are the codimensions of the $K_\alpha$
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1268
cells of codimension greater than 0 which intersect to form $D$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1269
We will show that
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1270
if the relevant $U_\alpha$'s are disjoint, then
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1271
$F(1, \cdot, \cdot) : D\times X \to X$
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1272
is a product of singular cells of dimensions $j_1, \ldots, j_m$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1273
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
  1274
cells whose dimensions correspond to a partition of the $j_i$'s.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1275
We will consider some simple special cases first, then do the general case.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1276
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1277
First consider the case $j=0$ (and $m=0$).
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1278
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
  1279
is independent of $p \in P$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1280
So the corresponding map $D \to \Diff(X)$ is constant.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1281
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1282
Next consider the case $j = 1$ (and $m=1$, $j_1=1$).
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1283
Now Equation yyyy applies.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1284
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
  1285
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
  1286
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
  1287
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
  1288
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1289
Next case: $j=2$, $m=1$, $j_1 = 2$.
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
  1290
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
  1291
1-dimensional.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1292
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
  1293
and a 2-cell with support $U_\beta$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1294
7
4ef2f77a4652 small to medium sized changes
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 5
diff changeset
  1295
Next case: $j=2$, $m=2$, $j_1 = j_2 = 1$.
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1296
In this case the codimension 2 cell $D$ is the intersection of two
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1297
codimension 1 cells, from $K_\beta$ and $K_\gamma$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1298
We can write $D = D' \times I \times I$, where the normal coordinates are constant
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1299
on $D'$, and the two $I$ factors correspond to $\beta$ and $\gamma$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1300
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
  1301
two 1-cells, supported on $U_\beta$ and $U_\gamma$ respectively.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1302
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
  1303
a 2-cell supported on $U_\beta \cup U_\gamma$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1304
\nn{need to check that this is true}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1305
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1306
\nn{finally, general case...}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1307
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1308
\nn{this completes proof}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1309
13
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 11
diff changeset
  1310
\input{text/explicit.tex}
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1311
55
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 54
diff changeset
  1312
\input{text/obsolete.tex}
47
939a4a5b1d80 increased line width; start to write commutative algebra results
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 45
diff changeset
  1313
22
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
  1314
% ----------------------------------------------------------------
23
7b0a43bdd3c4 writing definitions of topological a_\infty categories, modules, etc.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 22
diff changeset
  1315
%\newcommand{\urlprefix}{}
7b0a43bdd3c4 writing definitions of topological a_\infty categories, modules, etc.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 22
diff changeset
  1316
\bibliographystyle{plain}
22
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
  1317
%Included for winedt:
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
  1318
%input "bibliography/bibliography.bib"
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
  1319
\bibliography{bibliography/bibliography}
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
  1320
% ----------------------------------------------------------------
7
4ef2f77a4652 small to medium sized changes
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 5
diff changeset
  1321
22
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
  1322
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
  1323
\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
  1324
and at \url{http://canyon23.net/math/}.
7
4ef2f77a4652 small to medium sized changes
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 5
diff changeset
  1325
22
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
  1326
% A GTART necessity:
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
  1327
% \Addresses
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
  1328
% ----------------------------------------------------------------
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
  1329
\end{document}
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
  1330
% ----------------------------------------------------------------
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1331
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1332
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1333
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1334
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1335
%Recall that for $n$-category picture fields there is an evaluation map
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1336
%$m: \bc_0(B^n; c, c') \to \mor(c, c')$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1337
%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
  1338
%map $m: \bc_*(B^n; c, c') \to \mor(c, c')$.