blob1.tex
author scott@6e1638ff-ae45-0410-89bd-df963105f760
Thu, 24 Apr 2008 02:56:34 +0000
changeset 8 15e6335ff1d4
parent 7 4ef2f77a4652
child 10 fa1a8622e792
permissions -rw-r--r--
...
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
     1
\documentclass[11pt,leqno]{amsart}
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
     2
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
     3
\newcommand{\pathtotrunk}{./}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
     4
\input{text/article_preamble.tex}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
     5
\input{text/top_matter.tex}
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
     6
4
8599e156a169 misc. edit, nothing major
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 3
diff changeset
     7
% test edit #3
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
     8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
     9
%%%%% excerpts from my include file of standard macros
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    10
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
    11
\def\bc{{\mathcal B}}
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    12
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    13
\def\z{\mathbb{Z}}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    14
\def\r{\mathbb{R}}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    15
\def\c{\mathbb{C}}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    16
\def\t{\mathbb{T}}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    17
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    18
\def\du{\sqcup}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    19
\def\bd{\partial}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    20
\def\sub{\subset}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    21
\def\sup{\supset}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    22
%\def\setmin{\smallsetminus}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    23
\def\setmin{\setminus}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    24
\def\ep{\epsilon}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    25
\def\sgl{_\mathrm{gl}}
7
4ef2f77a4652 small to medium sized changes
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 5
diff changeset
    26
\def\op{^\mathrm{op}}
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    27
\def\deq{\stackrel{\mathrm{def}}{=}}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    28
\def\pd#1#2{\frac{\partial #1}{\partial #2}}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    29
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    30
\def\nn#1{{{\it \small [#1]}}}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    31
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    32
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    33
% equations
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    34
\newcommand{\eq}[1]{\begin{displaymath}#1\end{displaymath}}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    35
\newcommand{\eqar}[1]{\begin{eqnarray*}#1\end{eqnarray*}}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    36
\newcommand{\eqspl}[1]{\begin{displaymath}\begin{split}#1\end{split}\end{displaymath}}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    37
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    38
% tricky way to iterate macros over a list
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    39
\def\semicolon{;}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    40
\def\applytolist#1{
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
    41
    \expandafter\def\csname multi#1\endcsname##1{
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
    42
        \def\multiack{##1}\ifx\multiack\semicolon
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
    43
            \def\next{\relax}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
    44
        \else
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
    45
            \csname #1\endcsname{##1}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
    46
            \def\next{\csname multi#1\endcsname}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
    47
        \fi
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
    48
        \next}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
    49
    \csname multi#1\endcsname}
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    50
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    51
% \def\cA{{\cal A}} for A..Z
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
    52
\def\calc#1{\expandafter\def\csname c#1\endcsname{{\mathcal #1}}}
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    53
\applytolist{calc}QWERTYUIOPLKJHGFDSAZXCVBNM;
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    54
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    55
% \DeclareMathOperator{\pr}{pr} etc.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    56
\def\declaremathop#1{\expandafter\DeclareMathOperator\csname #1\endcsname{#1}}
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
    57
\applytolist{declaremathop}{pr}{im}{id}{gl}{tr}{rot}{Eq}{obj}{mor}{ob}{Rep}{Tet}{cat}{Diff}{sign};
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    58
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    59
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    60
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    61
%%%%%% end excerpt
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    62
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    63
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    64
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    65
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    66
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    67
\title{Blob Homology}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    68
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    69
\begin{document}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    70
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    71
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    72
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    73
\makeatletter
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    74
\@addtoreset{equation}{section}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    75
\gdef\theequation{\thesection.\arabic{equation}}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    76
\makeatother
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    77
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    78
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    79
\maketitle
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    80
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    81
\section{Introduction}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    82
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    83
(motivation, summary/outline, etc.)
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    84
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
    85
(motivation:
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    86
(1) restore exactness in pictures-mod-relations;
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    87
(1') add relations-amongst-relations etc. to pictures-mod-relations;
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
    88
(2) want answer independent of handle decomp (i.e. don't
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    89
just go from coend to derived coend (e.g. Hochschild homology));
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    90
(3) ...
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    91
)
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    92
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    93
\section{Definitions}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    94
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    95
\subsection{Fields}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    96
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    97
Fix a top dimension $n$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    98
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
    99
A {\it system of fields}
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   100
\nn{maybe should look for better name; but this is the name I use elsewhere}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   101
is a collection of functors $\cC$ from manifolds of dimension $n$ or less
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   102
to sets.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   103
These functors must satisfy various properties (see KW TQFT notes for details).
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   104
For example:
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   105
there is a canonical identification $\cC(X \du Y) = \cC(X) \times \cC(Y)$;
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   106
there is a restriction map $\cC(X) \to \cC(\bd X)$;
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   107
gluing manifolds corresponds to fibered products of fields;
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   108
given a field $c \in \cC(Y)$ there is a ``product field"
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   109
$c\times I \in \cC(Y\times I)$; ...
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   110
\nn{should eventually include full details of definition of fields.}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   111
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   112
\nn{note: probably will suppress from notation the distinction
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   113
between fields and their (orientation-reversal) duals}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   114
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   115
\nn{remark that if top dimensional fields are not already linear
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   116
then we will soon linearize them(?)}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   117
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   118
The definition of a system of fields is intended to generalize
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   119
the relevant properties of the following two examples of fields.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   120
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   121
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
   122
is a manifold of dimension $n$ or less) to be the set of
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   123
all maps from $X$ to $B$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   124
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   125
The second example will take longer to explain.
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   126
Given an $n$-category $C$ with the right sort of duality
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   127
(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
   128
we can construct a system of fields as follows.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   129
Roughly speaking, $\cC(X)$ will the set of all embedded cell complexes in $X$
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   130
with codimension $i$ cells labeled by $i$-morphisms of $C$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   131
We'll spell this out for $n=1,2$ and then describe the general case.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   132
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   133
If $X$ has boundary, we require that the cell decompositions are in general
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   134
position with respect to the boundary --- the boundary intersects each cell
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   135
transversely, so cells meeting the boundary are mere half-cells.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   136
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   137
Put another way, the cell decompositions we consider are dual to standard cell
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   138
decompositions of $X$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   139
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   140
We will always assume that our $n$-categories have linear $n$-morphisms.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   141
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   142
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
   143
an object (0-morphism) of the 1-category $C$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   144
A field on a 1-manifold $S$ consists of
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   145
\begin{itemize}
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   146
    \item A cell decomposition of $S$ (equivalently, a finite collection
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   147
of points in the interior of $S$);
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   148
    \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
   149
by an object (0-morphism) of $C$;
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   150
    \item a transverse orientation of each 0-cell, thought of as a choice of
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   151
``domain" and ``range" for the two adjacent 1-cells; and
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   152
    \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
   153
domain and range determined by the transverse orientation and the labelings of the 1-cells.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   154
\end{itemize}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   155
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   156
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
   157
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
   158
interior of $S$, each transversely oriented and each labeled by an element (1-morphism)
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   159
of the algebra.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   160
4
8599e156a169 misc. edit, nothing major
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 3
diff changeset
   161
\medskip
8599e156a169 misc. edit, nothing major
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 3
diff changeset
   162
8599e156a169 misc. edit, nothing major
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 3
diff changeset
   163
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
   164
that are common in the literature.
8599e156a169 misc. edit, nothing major
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 3
diff changeset
   165
We describe these carefully here.
8599e156a169 misc. edit, nothing major
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 3
diff changeset
   166
8599e156a169 misc. edit, nothing major
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 3
diff changeset
   167
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
   168
an object of the 2-category $C$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   169
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
   170
A field on a 2-manifold $Y$ consists of
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   171
\begin{itemize}
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   172
    \item A cell decomposition of $Y$ (equivalently, a graph embedded in $Y$ such
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   173
that each component of the complement is homeomorphic to a disk);
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   174
    \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
   175
by a 0-morphism of $C$;
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   176
    \item a transverse orientation of each 1-cell, thought of as a choice of
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   177
``domain" and ``range" for the two adjacent 2-cells;
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   178
    \item a labeling of each 1-cell by a 1-morphism of $C$, with
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   179
domain and range determined by the transverse orientation of the 1-cell
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   180
and the labelings of the 2-cells;
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   181
    \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
   182
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
   183
to $\pm 1 \in S^1$; and
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   184
    \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
   185
determined by the labelings of the 1-cells and the parameterizations of the previous
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   186
bullet.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   187
\end{itemize}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   188
\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
   189
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   190
For general $n$, a field on a $k$-manifold $X^k$ consists of
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   191
\begin{itemize}
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   192
    \item A cell decomposition of $X$;
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   193
    \item an explicit general position homeomorphism from the link of each $j$-cell
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   194
to the boundary of the standard $(k-j)$-dimensional bihedron; and
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   195
    \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
   196
domain and range determined by the labelings of the link of $j$-cell.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   197
\end{itemize}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   198
4
8599e156a169 misc. edit, nothing major
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 3
diff changeset
   199
%\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
   200
%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
   201
%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
   202
8599e156a169 misc. edit, nothing major
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 3
diff changeset
   203
\medskip
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   204
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   205
For top dimensional ($n$-dimensional) manifolds, we're actually interested
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   206
in the linearized space of fields.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   207
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
   208
the vector space of finite
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   209
linear combinations of fields on $X$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   210
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
   211
Thus the restriction (to boundary) maps are well defined because we never
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   212
take linear combinations of fields with differing boundary conditions.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   213
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   214
In some cases we don't linearize the default way; instead we take the
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   215
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
   216
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
   217
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
   218
obvious relations on 0-cell labels.
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   219
More specifically, let $L$ be a cell decomposition of $X$
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   220
and let $p$ be a 0-cell of $L$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   221
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
   222
$\alpha_c$ labels $p$ by $c$ and $\alpha_d$ labels $p$ by $d$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   223
Then the subspace $K$ is generated by things of the form
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   224
$\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
   225
to infer the meaning of $\alpha_{\lambda c + d}$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   226
Note that we are still assuming that $n$-categories have linear spaces of $n$-morphisms.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   227
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   228
\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
   229
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
   230
space we do something like this; ? say something about tensor
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   231
product of all the linear label spaces?  Yes:}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   232
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   233
For top dimensional ($n$-dimensional) manifolds, we linearize as follows.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   234
Define an ``almost-field" to be a field without labels on the 0-cells.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   235
(Recall that 0-cells are labeled by $n$-morphisms.)
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   236
To each unlabeled 0-cell in an almost field there corresponds a (linear) $n$-morphism
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   237
space determined by the labeling of the link of the 0-cell.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   238
(If the 0-cell were labeled, the label would live in this space.)
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   239
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
   240
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
   241
above tensor products.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   242
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   243
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   244
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   245
\subsection{Local relations}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   246
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   247
Let $B^n$ denote the standard $n$-ball.
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   248
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
   249
(for all $c \in \cC(\bd B^n)$) satisfying the following (three?) properties.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   250
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   251
\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
   252
(2) $U(B^n; \cdot)$ is an ideal w.r.t.\ gluing; and
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   253
(3) this ideal is generated by ``small" generators (contained in an open cover of $B^n$).
4
8599e156a169 misc. edit, nothing major
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 3
diff changeset
   254
See KW TQFT notes for details.  Need to transfer details to here.}
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   255
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   256
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
   257
where $a$ and $b$ are maps (fields) which are homotopic rel boundary.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   258
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   259
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
   260
$\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
   261
domain and range.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   262
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   263
\nn{maybe examples of local relations before general def?}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   264
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   265
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
   266
then any homeomorphism $B^n \to Y$ induces the same local subspaces for $Y$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   267
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
   268
\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
   269
rel boundary might not be isotopic to the identity.  OK for PL and TOP?}
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   270
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   271
Given a system of fields and local relations, we define the skein space
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   272
$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
   273
the $n$-manifold $Y$ modulo local relations.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   274
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
   275
is defined to be the dual of $A(Y; c)$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   276
(See KW TQFT notes or xxxx for details.)
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   277
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   278
The blob complex is in some sense the derived version of $A(Y; c)$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   279
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   280
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   281
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   282
\subsection{The blob complex}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   283
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   284
Let $X$ be an $n$-manifold.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   285
Assume a fixed system of fields.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   286
In this section we will usually suppress boundary conditions on $X$ from the notation
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   287
(e.g. write $\cC_l(X)$ instead of $\cC_l(X; c)$).
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   288
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   289
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
   290
submanifold of $X$, then $X \setmin Y$ implicitly means the closure
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   291
$\overline{X \setmin Y}$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   292
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   293
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
   294
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   295
Define $\bc_0(X) = \cC_l(X)$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   296
(If $X$ has nonempty boundary, instead define $\bc_0(X; c) = \cC_l(X; c)$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   297
We'll omit this sort of detail in the rest of this section.)
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   298
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
   299
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   300
$\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
   301
More specifically, define a 1-blob diagram to consist of
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   302
\begin{itemize}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   303
\item An embedded closed ball (``blob") $B \sub X$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   304
%\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
   305
%(See note in previous subsection.)}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   306
%\item A field (boundary condition) $c \in \cC(\bd B) = \cC(\bd(X \setmin B))$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   307
\item A field $r \in \cC(X \setmin B; c)$
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   308
(for some $c \in \cC(\bd B) = \cC(\bd(X \setmin B))$).
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   309
\item A local relation field $u \in U(B; c)$
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   310
(same $c$ as previous bullet).
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   311
\end{itemize}
1
8174b33dda66 just testing svn stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 0
diff changeset
   312
%(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
   313
%so we will omit $c$ from the notation.)
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   314
Define $\bc_1(X)$ to be the space of all finite linear combinations of
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   315
1-blob diagrams, modulo the simple relations relating labels of 0-cells and
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   316
also the label ($u$ above) of the blob.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   317
\nn{maybe spell this out in more detail}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   318
(See xxxx above.)
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   319
\nn{maybe restate this in terms of direct sums of tensor products.}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   320
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   321
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
   322
combination of fields on $X$ obtained by gluing $r$ to $u$.
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   323
In other words $\bd : \bc_1(X) \to \bc_0(X)$ is given by
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   324
just erasing the blob from the picture
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   325
(but keeping the blob label $u$).
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   326
4
8599e156a169 misc. edit, nothing major
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 3
diff changeset
   327
Note that the skein space $A(X)$
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   328
is naturally isomorphic to $\bc_0(X)/\bd(\bc_1(X))) = H_0(\bc_*(X))$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   329
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   330
$\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
   331
More specifically, $\bc_2(X)$ is the space of all finite linear combinations of
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   332
2-blob diagrams (defined below), modulo the usual linear label relations.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   333
\nn{and also modulo blob reordering relations?}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   334
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   335
\nn{maybe include longer discussion to motivate the two sorts of 2-blob diagrams}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   336
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   337
There are two types of 2-blob diagram: disjoint and nested.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   338
A disjoint 2-blob diagram consists of
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   339
\begin{itemize}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   340
\item A pair of disjoint closed balls (blobs) $B_0, B_1 \sub X$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   341
%\item Fields (boundary conditions) $c_i \in \cC(\bd B_i)$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   342
\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
   343
(where $c_i \in \cC(\bd B_i)$).
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   344
\item Local relation fields $u_i \in U(B_i; c_i)$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   345
\end{itemize}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   346
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
   347
In other words, the boundary of a disjoint 2-blob diagram
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   348
is the sum (with alternating signs)
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   349
of the two ways of erasing one of the blobs.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   350
It's easy to check that $\bd^2 = 0$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   351
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   352
A nested 2-blob diagram consists of
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   353
\begin{itemize}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   354
\item A pair of nested balls (blobs) $B_0 \sub B_1 \sub X$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   355
\item A field $r \in \cC(X \setmin B_0; c_0)$
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   356
(for some $c_0 \in \cC(\bd B_0)$).
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   357
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
   358
(for some $c_1 \in \cC(B_1)$) and
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   359
$r' \in \cC(X \setmin B_1; c_1)$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   360
\item A local relation field $u_0 \in U(B_0; c_0)$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   361
\end{itemize}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   362
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
   363
Note that xxxx above guarantees that $r_1u_0 \in U(B_1)$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   364
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
   365
sum of the two ways of erasing one of the blobs.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   366
If we erase the inner blob, the outer blob inherits the label $r_1u_0$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   367
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   368
Now for the general case.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   369
A $k$-blob diagram consists of
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   370
\begin{itemize}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   371
\item A collection of blobs $B_i \sub X$, $i = 0, \ldots, k-1$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   372
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
   373
$B_i \sub B_j$ or $B_j \sub B_i$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   374
(The case $B_i = B_j$ is allowed.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   375
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
   376
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
   377
%\item Fields (boundary conditions) $c_i \in \cC(\bd B_i)$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   378
%(These are implied by the data in the next bullets, so we usually
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   379
%suppress them from the notation.)
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   380
%$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
   381
%if the latter space is not empty.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   382
\item A field $r \in \cC(X \setmin B^t; c^t)$,
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   383
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
   384
\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
   385
where $c_j$ is the restriction of $c^t$ to $\bd B_j$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   386
If $B_i = B_j$ then $u_i = u_j$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   387
\end{itemize}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   388
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   389
We define $\bc_k(X)$ to be the vector space of all finite linear combinations
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   390
of $k$-blob diagrams, modulo the linear label relations and
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   391
blob reordering relations defined in the remainder of this paragraph.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   392
Let $x$ be a blob diagram with one undetermined $n$-morphism label.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   393
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
   394
Let $a$ and $b$ be two possible $n$-morphism labels for
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   395
the unlabeled blob or 0-cell.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   396
Let $c = \lambda a + b$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   397
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
   398
Then we impose the relation
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   399
\eq{
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   400
    x_c = \lambda x_a + x_b .
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   401
}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   402
\nn{should do this in terms of direct sums of tensor products}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   403
Let $x$ and $x'$ be two blob diagrams which differ only by a permutation $\pi$
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   404
of their blob labelings.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   405
Then we impose the relation
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   406
\eq{
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   407
    x = \sign(\pi) x' .
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   408
}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   409
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   410
(Alert readers will have noticed that for $k=2$ our definition
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   411
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
   412
of $\bc_2(X)$ --- we did not impose the reordering relations.
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   413
The general definition takes precedence;
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   414
the earlier definition was simplified for purposes of exposition.)
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   415
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   416
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
   417
Let $b = (\{B_i\}, r, \{u_j\})$ be a $k$-blob diagram.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   418
Let $E_j(b)$ denote the result of erasing the $j$-th blob.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   419
If $B_j$ is not a twig blob, this involves only decrementing
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   420
the indices of blobs $B_{j+1},\ldots,B_{k-1}$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   421
If $B_j$ is a twig blob, we have to assign new local relation labels
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   422
if removing $B_j$ creates new twig blobs.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   423
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
   424
where $r_l$ is the restriction of $r$ to $B_l \setmin B_j$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   425
Finally, define
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   426
\eq{
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   427
    \bd(b) = \sum_{j=0}^{k-1} (-1)^j E_j(b).
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   428
}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   429
The $(-1)^j$ factors imply that the terms of $\bd^2(b)$ all cancel.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   430
Thus we have a chain complex.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   431
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   432
\nn{?? say something about the ``shape" of tree? (incl = cone, disj = product)}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   433
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   434
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   435
\nn{TO DO:
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   436
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
   437
relations to Chas-Sullivan string stuff}
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   438
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   439
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   440
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   441
\section{Basic properties of the blob complex}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   442
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   443
\begin{prop} \label{disjunion}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   444
There is a natural isomorphism $\bc_*(X \du Y) \cong \bc_*(X) \otimes \bc_*(Y)$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   445
\end{prop}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   446
\begin{proof}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   447
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
   448
(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
   449
blob diagram $(b_1, b_2)$ on $X \du Y$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   450
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
   451
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
   452
to one that puts $X$ blobs before $Y$ blobs in the ordering, and so determines
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   453
a pair of blob diagrams on $X$ and $Y$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   454
These two maps are compatible with our sign conventions \nn{say more about this?} and
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   455
with the linear label relations.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   456
The two maps are inverses of each other.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   457
\nn{should probably say something about sign conventions for the differential
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   458
in a tensor product of chain complexes; ask Scott}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   459
\end{proof}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   460
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   461
For the next proposition we will temporarily restore $n$-manifold boundary
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   462
conditions to the notation.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   463
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   464
Suppose that for all $c \in \cC(\bd B^n)$
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   465
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
   466
of the quotient map
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   467
$p: \bc_0(B^n; c) \to H_0(\bc_*(B^n, c))$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   468
\nn{always the case if we're working over $\c$}.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   469
Then
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   470
\begin{prop} \label{bcontract}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   471
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
   472
is a chain homotopy equivalence
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   473
with inverse $s: H_0(\bc_*(B^n, c)) \to \bc_*(B^n; c)$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   474
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
   475
\end{prop}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   476
\begin{proof}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   477
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
   478
$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
   479
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
   480
an $(i{+}1)$-st blob equal to all of $B^n$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   481
In other words, add a new outermost blob which encloses all of the others.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   482
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
   483
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
   484
\nn{$x$ is a 0-blob diagram, i.e. $x \in \cC(B^n; c)$}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   485
\end{proof}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   486
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   487
(Note that for the above proof to work, we need the linear label relations
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   488
for blob labels.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   489
Also we need to blob reordering relations (?).)
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   490
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   491
(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
   492
equivalence to the 2-step complex $U(B^n; c) \to \cC(B^n; c)$.)
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   493
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   494
(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
   495
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   496
\medskip
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   497
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   498
As we noted above,
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   499
\begin{prop}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   500
There is a natural isomorphism $H_0(\bc_*(X)) \cong A(X)$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   501
\qed
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   502
\end{prop}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   503
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   504
4
8599e156a169 misc. edit, nothing major
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 3
diff changeset
   505
% oops -- duplicate
8599e156a169 misc. edit, nothing major
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 3
diff changeset
   506
8599e156a169 misc. edit, nothing major
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 3
diff changeset
   507
%\begin{prop} \label{functorialprop}
8599e156a169 misc. edit, nothing major
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 3
diff changeset
   508
%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
   509
%$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
   510
%\end{prop}
8599e156a169 misc. edit, nothing major
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 3
diff changeset
   511
8599e156a169 misc. edit, nothing major
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 3
diff changeset
   512
%\begin{proof}
8599e156a169 misc. edit, nothing major
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 3
diff changeset
   513
%Obvious.
8599e156a169 misc. edit, nothing major
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 3
diff changeset
   514
%\end{proof}
8599e156a169 misc. edit, nothing major
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 3
diff changeset
   515
8599e156a169 misc. edit, nothing major
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 3
diff changeset
   516
%\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
   517
%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
   518
8599e156a169 misc. edit, nothing major
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 3
diff changeset
   519
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   520
\begin{prop}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   521
For fixed fields ($n$-cat), $\bc_*$ is a functor from the category
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   522
of $n$-manifolds and diffeomorphisms to the category of chain complexes and
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   523
(chain map) isomorphisms.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   524
\qed
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   525
\end{prop}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   526
4
8599e156a169 misc. edit, nothing major
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 3
diff changeset
   527
\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
   528
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
   529
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   530
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   531
In particular,
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   532
\begin{prop}  \label{diff0prop}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   533
There is an action of $\Diff(X)$ on $\bc_*(X)$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   534
\qed
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   535
\end{prop}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   536
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   537
The above will be greatly strengthened in Section \ref{diffsect}.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   538
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   539
\medskip
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   540
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   541
For the next proposition we will temporarily restore $n$-manifold boundary
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   542
conditions to the notation.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   543
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   544
Let $X$ be an $n$-manifold, $\bd X = Y \cup (-Y) \cup Z$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   545
Gluing the two copies of $Y$ together yields an $n$-manifold $X\sgl$
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   546
with boundary $Z\sgl$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   547
Given compatible fields (pictures, boundary conditions) $a$, $b$ and $c$ on $Y$, $-Y$ and $Z$,
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   548
we have the blob complex $\bc_*(X; a, b, c)$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   549
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
   550
$X$ to get blob diagrams on $X\sgl$:
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   551
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   552
\begin{prop}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   553
There is a natural chain map
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   554
\eq{
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   555
    \gl: \bigoplus_a \bc_*(X; a, -a, c) \to \bc_*(X\sgl; c\sgl).
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   556
}
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   557
The sum is over all fields $a$ on $Y$ compatible at their
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   558
($n{-}2$-dimensional) boundaries with $c$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   559
`Natural' means natural with respect to the actions of diffeomorphisms.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   560
\qed
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   561
\end{prop}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   562
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   563
The above map is very far from being an isomorphism, even on homology.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   564
This will be fixed in Section \ref{gluesect} below.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   565
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   566
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
   567
and $X\sgl = X_1 \cup_Y X_2$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   568
(Typically one of $X_1$ or $X_2$ is a disjoint union of balls.)
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   569
For $x_i \in \bc_*(X_i)$, we introduce the notation
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   570
\eq{
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   571
    x_1 \bullet x_2 \deq \gl(x_1 \otimes x_2) .
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   572
}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   573
Note that we have resumed our habit of omitting boundary labels from the notation.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   574
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   575
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   576
\bigskip
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   577
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   578
\nn{what else?}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   579
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   580
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   581
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   582
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   583
\section{$n=1$ and Hochschild homology}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   584
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   585
In this section we analyze the blob complex in dimension $n=1$
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   586
and find that for $S^1$ the homology of the blob complex is the
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   587
Hochschild homology of the category (algebroid) that we started with.
5
61751866cf69 misc small edit(s)
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 4
diff changeset
   588
\nn{or maybe say here that the complexes are quasi-isomorphic?  in general,
61751866cf69 misc small edit(s)
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 4
diff changeset
   589
should perhaps put more emphasis on the complexes and less on the homology.}
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   590
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   591
Notation: $HB_i(X) = H_i(\bc_*(X))$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   592
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   593
Let us first note that there is no loss of generality in assuming that our system of
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   594
fields comes from a category.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   595
(Or maybe (???) there {\it is} a loss of generality.
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   596
Given any system of fields, $A(I; a, b) = \cC(I; a, b)/U(I; a, b)$ can be
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   597
thought of as the morphisms of a 1-category $C$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   598
More specifically, the objects of $C$ are $\cC(pt)$, the morphisms from $a$ to $b$
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   599
are $A(I; a, b)$, and composition is given by gluing.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   600
If we instead take our fields to be $C$-pictures, the $\cC(pt)$ does not change
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   601
and neither does $A(I; a, b) = HB_0(I; a, b)$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   602
But what about $HB_i(I; a, b)$ for $i > 0$?
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   603
Might these higher blob homology groups be different?
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   604
Seems unlikely, but I don't feel like trying to prove it at the moment.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   605
In any case, we'll concentrate on the case of fields based on 1-category
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   606
pictures for the rest of this section.)
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   607
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   608
(Another question: $\bc_*(I)$ is an $A_\infty$-category.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   609
How general of an $A_\infty$-category is it?
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   610
Given an arbitrary $A_\infty$-category can one find fields and local relations so
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   611
that $\bc_*(I)$ is in some sense equivalent to the original $A_\infty$-category?
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   612
Probably not, unless we generalize to the case where $n$-morphisms are complexes.)
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   613
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   614
Continuing...
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   615
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   616
Let $C$ be a *-1-category.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   617
Then specializing the definitions from above to the case $n=1$ we have:
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   618
\begin{itemize}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   619
\item $\cC(pt) = \ob(C)$ .
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   620
\item Let $R$ be a 1-manifold and $c \in \cC(\bd R)$.
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   621
Then an element of $\cC(R; c)$ is a collection of (transversely oriented)
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   622
points in the interior
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   623
of $R$, each labeled by a morphism of $C$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   624
The intervals between the points are labeled by objects of $C$, consistent with
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   625
the boundary condition $c$ and the domains and ranges of the point labels.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   626
\item There is an evaluation map $e: \cC(I; a, b) \to \mor(a, b)$ given by
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   627
composing the morphism labels of the points.
5
61751866cf69 misc small edit(s)
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 4
diff changeset
   628
Note that we also need the * of *-1-category here in order to make all the morphisms point
61751866cf69 misc small edit(s)
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 4
diff changeset
   629
the same way.
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   630
\item For $x \in \mor(a, b)$ let $\chi(x) \in \cC(I; a, b)$ be the field with a single
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   631
point (at some standard location) labeled by $x$.
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   632
Then the kernel of the evaluation map $U(I; a, b)$ is generated by things of the
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   633
form $y - \chi(e(y))$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   634
Thus we can, if we choose, restrict the blob twig labels to things of this form.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   635
\end{itemize}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   636
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   637
We want to show that $HB_*(S^1)$ is naturally isomorphic to the
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   638
Hochschild homology of $C$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   639
\nn{Or better that the complexes are homotopic
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   640
or quasi-isomorphic.}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   641
In order to prove this we will need to extend the blob complex to allow points to also
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   642
be labeled by elements of $C$-$C$-bimodules.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   643
%Given an interval (1-ball) so labeled, there is an evaluation map to some tensor product
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   644
%(over $C$) of $C$-$C$-bimodules.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   645
%Define the local relations $U(I; a, b)$ to be the direct sum of the kernels of these maps.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   646
%Now we can define the blob complex for $S^1$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   647
%This complex is the sum of complexes with a fixed cyclic tuple of bimodules present.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   648
%If $M$ is a $C$-$C$-bimodule, let $G_*(M)$ denote the summand of $\bc_*(S^1)$ corresponding
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   649
%to the cyclic 1-tuple $(M)$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   650
%In other words, $G_*(M)$ is a blob-like complex where exactly one point is labeled
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   651
%by an element of $M$ and the remaining points are labeled by morphisms of $C$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   652
%It's clear that $G_*(C)$ is isomorphic to the original bimodule-less
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   653
%blob complex for $S^1$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   654
%\nn{Is it really so clear?  Should say more.}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   655
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   656
%\nn{alternative to the above paragraph:}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   657
Fix points $p_1, \ldots, p_k \in S^1$ and $C$-$C$-bimodules $M_1, \ldots M_k$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   658
We define a blob-like complex $F_*(S^1, (p_i), (M_i))$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   659
The fields have elements of $M_i$ labeling $p_i$ and elements of $C$ labeling
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   660
other points.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   661
The blob twig labels lie in kernels of evaluation maps.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   662
(The range of these evaluation maps is a tensor product (over $C$) of $M_i$'s.)
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   663
Let $F_*(M) = F_*(S^1, (*), (M))$, where $* \in S^1$ is some standard base point.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   664
In other words, fields for $F_*(M)$ have an element of $M$ at the fixed point $*$
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   665
and elements of $C$ at variable other points.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   666
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   667
We claim that the homology of $F_*(M)$ is isomorphic to the Hochschild
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   668
homology of $M$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   669
\nn{Or maybe we should claim that $M \to F_*(M)$ is the/a derived coend.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   670
Or maybe that $F_*(M)$ is quasi-isomorphic (or perhaps homotopic) to the Hochschild
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   671
complex of $M$.}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   672
This follows from the following lemmas:
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   673
\begin{itemize}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   674
\item $F_*(M_1 \oplus M_2) \cong F_*(M_1) \oplus F_*(M_2)$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   675
\item An exact sequence $0 \to M_1 \to M_2 \to M_3 \to 0$
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   676
gives rise to an exact sequence $0 \to F_*(M_1) \to F_*(M_2) \to F_*(M_3) \to 0$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   677
(See below for proof.)
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   678
\item $F_*(C\otimes C)$ (the free $C$-$C$-bimodule with one generator) is
7
4ef2f77a4652 small to medium sized changes
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 5
diff changeset
   679
quasi-isomorphic to the 0-step complex $C$.
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   680
(See below for proof.)
7
4ef2f77a4652 small to medium sized changes
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 5
diff changeset
   681
\item $F_*(C)$ (here $C$ is wearing its $C$-$C$-bimodule hat) is quasi-isomorphic to $\bc_*(S^1)$.
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   682
(See below for proof.)
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   683
\end{itemize}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   684
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   685
First we show that $F_*(C\otimes C)$ is
7
4ef2f77a4652 small to medium sized changes
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 5
diff changeset
   686
quasi-isomorphic to the 0-step complex $C$.
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   687
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   688
Let $F'_* \sub F_*(C\otimes C)$ be the subcomplex where the label of
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   689
the point $*$ is $1 \otimes 1 \in C\otimes C$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   690
We will show that the inclusion $i: F'_* \to F_*(C\otimes C)$ is a quasi-isomorphism.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   691
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   692
Fix a small $\ep > 0$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   693
Let $B_\ep$ be the ball of radius $\ep$ around $* \in S^1$.
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   694
Let $F^\ep_* \sub F_*(C\otimes C)$ be the subcomplex
7
4ef2f77a4652 small to medium sized changes
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 5
diff changeset
   695
generated by blob diagrams $b$ such that $B_\ep$ is either disjoint from
4ef2f77a4652 small to medium sized changes
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 5
diff changeset
   696
or contained in each blob of $b$, and the two boundary points of $B_\ep$ are not labeled points of $b$.
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   697
For a field (picture) $y$ on $B_\ep$, let $s_\ep(y)$ be the equivalent picture with~$*$
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   698
labeled by $1\otimes 1$ and the only other labeled points at distance $\pm\ep/2$ from $*$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   699
(See Figure xxxx.)
7
4ef2f77a4652 small to medium sized changes
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 5
diff changeset
   700
Note that $y - s_\ep(y) \in U(B_\ep)$.
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   701
\nn{maybe it's simpler to assume that there are no labeled points, other than $*$, in $B_\ep$.}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   702
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   703
Define a degree 1 chain map $j_\ep : F^\ep_* \to F^\ep_*$ as follows.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   704
Let $x \in F^\ep_*$ be a blob diagram.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   705
If $*$ is not contained in any twig blob, $j_\ep(x)$ is obtained by adding $B_\ep$ to
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   706
$x$ as a new twig blob, with label $y - s_\ep(y)$, where $y$ is the restriction of $x$ to $B_\ep$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   707
If $*$ is contained in a twig blob $B$ with label $u = \sum z_i$, $j_\ep(x)$ is obtained as follows.
7
4ef2f77a4652 small to medium sized changes
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 5
diff changeset
   708
Let $y_i$ be the restriction of $z_i$ to $B_\ep$.
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   709
Let $x_i$ be equal to $x$ outside of $B$, equal to $z_i$ on $B \setmin B_\ep$,
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   710
and have an additional blob $B_\ep$ with label $y_i - s_\ep(y_i)$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   711
Define $j_\ep(x) = \sum x_i$.
7
4ef2f77a4652 small to medium sized changes
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 5
diff changeset
   712
\nn{need to check signs coming from blob complex differential}
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   713
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   714
Note that if $x \in F'_* \cap F^\ep_*$ then $j_\ep(x) \in F'_*$ also.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   715
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   716
The key property of $j_\ep$ is
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   717
\eq{
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   718
    \bd j_\ep + j_\ep \bd = \id - \sigma_\ep ,
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   719
}
7
4ef2f77a4652 small to medium sized changes
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 5
diff changeset
   720
where $\sigma_\ep : F^\ep_* \to F^\ep_*$ is given by replacing the restriction $y$ of each field
4ef2f77a4652 small to medium sized changes
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 5
diff changeset
   721
mentioned in $x \in F^\ep_*$ with $s_\ep(y)$.
4ef2f77a4652 small to medium sized changes
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 5
diff changeset
   722
Note that $\sigma_\ep(x) \in F'_*$.
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   723
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   724
If $j_\ep$ were defined on all of $F_*(C\otimes C)$, it would show that $\sigma_\ep$
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   725
is a homotopy inverse to the inclusion $F'_* \to F_*(C\otimes C)$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   726
One strategy would be to try to stitch together various $j_\ep$ for progressively smaller
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   727
$\ep$ and show that $F'_*$ is homotopy equivalent to $F_*(C\otimes C)$.
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   728
Instead, we'll be less ambitious and just show that
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   729
$F'_*$ is quasi-isomorphic to $F_*(C\otimes C)$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   730
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   731
If $x$ is a cycle in $F_*(C\otimes C)$, then for sufficiently small $\ep$ we have
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   732
$x \in F_*^\ep$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   733
(This is true for any chain in $F_*(C\otimes C)$, since chains are sums of
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   734
finitely many blob diagrams.)
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   735
Then $x$ is homologous to $s_\ep(x)$, which is in $F'_*$, so the inclusion map
7
4ef2f77a4652 small to medium sized changes
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 5
diff changeset
   736
$F'_* \sub F_*(C\otimes C)$ is surjective on homology.
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   737
If $y \in F_*(C\otimes C)$ and $\bd y = x \in F'_*$, then $y \in F^\ep_*$ for some $\ep$
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   738
and
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   739
\eq{
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   740
    \bd y = \bd (\sigma_\ep(y) + j_\ep(x)) .
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   741
}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   742
Since $\sigma_\ep(y) + j_\ep(x) \in F'$, it follows that the inclusion map is injective on homology.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   743
This completes the proof that $F'_*$ is quasi-isomorphic to $F_*(C\otimes C)$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   744
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   745
\medskip
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   746
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   747
Let $F''_* \sub F'_*$ be the subcomplex of $F'_*$ where $*$ is not contained in any blob.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   748
We will show that the inclusion $i: F''_* \to F'_*$ is a homotopy equivalence.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   749
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   750
First, a lemma:  Let $G''_*$ and $G'_*$ be defined the same as $F''_*$ and $F'_*$, except with
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   751
$S^1$ replaced some (any) neighborhood of $* \in S^1$.
7
4ef2f77a4652 small to medium sized changes
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 5
diff changeset
   752
Then $G''_*$ and $G'_*$ are both contractible
4ef2f77a4652 small to medium sized changes
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 5
diff changeset
   753
and the inclusion $G''_* \sub G'_*$ is a homotopy equivalence.
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   754
For $G'_*$ the proof is the same as in (\ref{bcontract}), except that the splitting
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   755
$G'_0 \to H_0(G'_*)$ concentrates the point labels at two points to the right and left of $*$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   756
For $G''_*$ we note that any cycle is supported \nn{need to establish terminology for this; maybe
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   757
in ``basic properties" section above} away from $*$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   758
Thus any cycle lies in the image of the normal blob complex of a disjoint union
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   759
of two intervals, which is contractible by (\ref{bcontract}) and (\ref{disjunion}).
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   760
Actually, we need the further (easy) result that the inclusion
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   761
$G''_* \to G'_*$ induces an isomorphism on $H_0$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   762
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   763
Next we construct a degree 1 map (homotopy) $h: F'_* \to F'_*$ such that
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   764
for all $x \in F'_*$ we have
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   765
\eq{
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   766
    x - \bd h(x) - h(\bd x) \in F''_* .
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   767
}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   768
Since $F'_0 = F''_0$, we can take $h_0 = 0$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   769
Let $x \in F'_1$, with single blob $B \sub S^1$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   770
If $* \notin B$, then $x \in F''_1$ and we define $h_1(x) = 0$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   771
If $* \in B$, then we work in the image of $G'_*$ and $G''_*$ (with respect to $B$).
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   772
Choose $x'' \in G''_1$ such that $\bd x'' = \bd x$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   773
Since $G'_*$ is contractible, there exists $y \in G'_2$ such that $\bd y = x - x''$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   774
Define $h_1(x) = y$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   775
The general case is similar, except that we have to take lower order homotopies into account.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   776
Let $x \in F'_k$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   777
If $*$ is not contained in any of the blobs of $x$, then define $h_k(x) = 0$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   778
Otherwise, let $B$ be the outermost blob of $x$ containing $*$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   779
By xxxx above, $x = x' \bullet p$, where $x'$ is supported on $B$ and $p$ is supported away from $B$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   780
So $x' \in G'_l$ for some $l \le k$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   781
Choose $x'' \in G''_l$ such that $\bd x'' = \bd (x' - h_{l-1}\bd x')$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   782
Choose $y \in G'_{l+1}$ such that $\bd y = x' - x'' - h_{l-1}\bd x'$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   783
Define $h_k(x) = y \bullet p$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   784
This completes the proof that $i: F''_* \to F'_*$ is a homotopy equivalence.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   785
\nn{need to say above more clearly and settle on notation/terminology}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   786
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   787
Finally, we show that $F''_*$ is contractible.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   788
\nn{need to also show that $H_0$ is the right thing; easy, but I won't do it now}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   789
Let $x$ be a cycle in $F''_*$.
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   790
The union of the supports of the diagrams in $x$ does not contain $*$, so there exists a
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   791
ball $B \subset S^1$ containing the union of the supports and not containing $*$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   792
Adding $B$ as a blob to $x$ gives a contraction.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   793
\nn{need to say something else in degree zero}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   794
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   795
This completes the proof that $F_*(C\otimes C)$ is
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   796
homotopic to the 0-step complex $C$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   797
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   798
\medskip
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   799
7
4ef2f77a4652 small to medium sized changes
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 5
diff changeset
   800
Next we show that $F_*(C)$ is quasi-isomorphic to $\bc_*(S^1)$.
4ef2f77a4652 small to medium sized changes
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 5
diff changeset
   801
$F_*(C)$ differs from $\bc_*(S^1)$ only in that the base point *
4ef2f77a4652 small to medium sized changes
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 5
diff changeset
   802
is always a labeled point in $F_*(C)$, while in $\bc_*(S^1)$ it may or may not be.
4ef2f77a4652 small to medium sized changes
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 5
diff changeset
   803
In other words, there is an inclusion map $i: F_*(C) \to \bc_*(S^1)$.
4ef2f77a4652 small to medium sized changes
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 5
diff changeset
   804
4ef2f77a4652 small to medium sized changes
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 5
diff changeset
   805
We define a quasi-inverse \nn{right term?} $s: \bc_*(S^1) \to F_*(C)$ to the inclusion as follows.
4ef2f77a4652 small to medium sized changes
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 5
diff changeset
   806
If $y$ is a field defined on a neighborhood of *, define $s(y) = y$ if
4ef2f77a4652 small to medium sized changes
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 5
diff changeset
   807
* is a labeled point in $y$.
4ef2f77a4652 small to medium sized changes
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 5
diff changeset
   808
Otherwise, define $s(y)$ to be the result of adding a label 1 (identity morphism) at *.
4ef2f77a4652 small to medium sized changes
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 5
diff changeset
   809
Let $x \in \bc_*(S^1)$.
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   810
Let $s(x)$ be the result of replacing each field $y$ (containing *) mentioned in
7
4ef2f77a4652 small to medium sized changes
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 5
diff changeset
   811
$x$ with $y$.
4ef2f77a4652 small to medium sized changes
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 5
diff changeset
   812
It is easy to check that $s$ is a chain map and $s \circ i = \id$.
4ef2f77a4652 small to medium sized changes
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 5
diff changeset
   813
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   814
Let $G^\ep_* \sub \bc_*(S^1)$ be the subcomplex where there are no labeled points
7
4ef2f77a4652 small to medium sized changes
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 5
diff changeset
   815
in a neighborhood $B_\ep$ of *, except perhaps *.
4ef2f77a4652 small to medium sized changes
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 5
diff changeset
   816
Note that for any chain $x \in \bc_*(S^1)$, $x \in G^\ep_*$ for sufficiently small $\ep$.
4ef2f77a4652 small to medium sized changes
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 5
diff changeset
   817
\nn{rest of argument goes similarly to above}
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   818
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   819
\bigskip
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   820
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   821
\nn{still need to prove exactness claim}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   822
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   823
\nn{What else needs to be said to establish quasi-isomorphism to Hochschild complex?
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   824
Do we need a map from hoch to blob?
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   825
Does the above exactness and contractibility guarantee such a map without writing it
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   826
down explicitly?
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   827
Probably it's worth writing down an explicit map even if we don't need to.}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   828
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   829
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   830
We can also describe explicitly a map from the standard Hochschild
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   831
complex to the blob complex on the circle. \nn{What properties does this
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   832
map have?}
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   833
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   834
\begin{figure}%
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   835
$$\mathfig{0.6}{barycentric/barycentric}$$
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   836
\caption{The Hochschild chain $a \tensor b \tensor c$ is sent to
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   837
the sum of six blob $2$-chains, corresponding to a barycentric subdivision of a $2$-simplex.}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   838
\label{fig:Hochschild-example}%
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   839
\end{figure}
7
4ef2f77a4652 small to medium sized changes
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 5
diff changeset
   840
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   841
As an example, Figure \ref{fig:Hochschild-example} shows the image of the Hochschild chain $a \tensor b \tensor c$. Only the $0$-cells are shown explicitly.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   842
The edges marked $x, y$ and $z$ carry the $1$-chains
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   843
\begin{align*}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   844
x & = \mathfig{0.1}{barycentric/ux} & u_x = \mathfig{0.1}{barycentric/ux_ca} - \mathfig{0.1}{barycentric/ux_c-a} \\
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   845
y & = \mathfig{0.1}{barycentric/uy} & u_y = \mathfig{0.1}{barycentric/uy_cab} - \mathfig{0.1}{barycentric/uy_ca-b} \\
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   846
z & = \mathfig{0.1}{barycentric/uz} & u_z = \mathfig{0.1}{barycentric/uz_c-a-b} - \mathfig{0.1}{barycentric/uz_cab}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   847
\end{align*}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   848
and the $2$-chain labelled $A$ is
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   849
\begin{equation*}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   850
A = \mathfig{0.1}{barycentric/Ax}+\mathfig{0.1}{barycentric/Ay}.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   851
\end{equation*}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   852
Note that we then have
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   853
\begin{equation*}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   854
\bdy A = x+y+z.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   855
\end{equation*}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   856
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   857
In general, the Hochschild chain $\Tensor_{i=1}^n a_i$ is sent to the sum of $n!$ blob $(n-1)$-chains, indexed by permutations,
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   858
$$\phi\left(\Tensor_{i=1}^n a_i) = \sum_{\pi} \phi^\pi(a_1, \ldots, a_n)$$
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   859
with ...
7
4ef2f77a4652 small to medium sized changes
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 5
diff changeset
   860
4ef2f77a4652 small to medium sized changes
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 5
diff changeset
   861
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   862
\section{Action of $C_*(\Diff(X))$}  \label{diffsect}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   863
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   864
Let $CD_*(X)$ denote $C_*(\Diff(X))$, the singular chain complex of
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   865
the space of diffeomorphisms
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   866
of the $n$-manifold $X$ (fixed on $\bd X$).
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   867
For convenience, we will permit the singular cells generating $CD_*(X)$ to be more general
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   868
than simplices --- they can be based on any linear polyhedron.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   869
\nn{be more restrictive here?  does more need to be said?}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   870
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   871
\begin{prop}  \label{CDprop}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   872
For each $n$-manifold $X$ there is a chain map
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   873
\eq{
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   874
    e_X : CD_*(X) \otimes \bc_*(X) \to \bc_*(X) .
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   875
}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   876
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
   877
(Proposition (\ref{diff0prop})).
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   878
For any splitting $X = X_1 \cup X_2$, the following diagram commutes
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   879
\eq{ \xymatrix{
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   880
     CD_*(X) \otimes \bc_*(X) \ar[r]^{e_X}    & \bc_*(X) \\
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   881
     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
   882
        \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
   883
            \bc_*(X_1) \otimes \bc_*(X_2) \ar[u]_{\gl}
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   884
} }
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   885
Any other map satisfying the above two properties is homotopic to $e_X$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   886
\end{prop}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   887
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   888
The proof will occupy the remainder of this section.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   889
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   890
\medskip
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   891
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   892
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
   893
We say that {\it $f$ is supported on $S$} if $f(p, x) = f(q, x)$ for all
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   894
$x \notin S$ and $p, q \in P$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   895
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
   896
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   897
Let $\cU = \{U_\alpha\}$ be an open cover of $X$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   898
A $k$-parameter family of diffeomorphisms $f: P \times X \to X$ is
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   899
{\it adapted to $\cU$} if there is a factorization
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   900
\eq{
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   901
    P = P_1 \times \cdots \times P_m
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   902
}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   903
(for some $m \le k$)
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   904
and families of diffeomorphisms
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   905
\eq{
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   906
    f_i :  P_i \times X \to X
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   907
}
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   908
such that
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   909
\begin{itemize}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   910
\item each $f_i(p, \cdot): X \to X$ is supported on some connected $V_i \sub X$;
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   911
\item the $V_i$'s are mutually disjoint;
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   912
\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
   913
where $k_i = \dim(P_i)$; and
7
4ef2f77a4652 small to medium sized changes
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 5
diff changeset
   914
\item $f(p, \cdot) = f_1(p_1, \cdot) \circ \cdots \circ f_m(p_m, \cdot) \circ g$
4ef2f77a4652 small to medium sized changes
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 5
diff changeset
   915
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
   916
\end{itemize}
7
4ef2f77a4652 small to medium sized changes
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 5
diff changeset
   917
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
   918
of singular cells, each of which is adapted to $\cU$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   919
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   920
\begin{lemma}  \label{extension_lemma}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   921
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
   922
Then $x$ is homotopic (rel boundary) to some $x' \in CD_k(X)$ which is adapted to $\cU$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   923
\end{lemma}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   924
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   925
The proof will be given in Section \ref{fam_diff_sect}.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   926
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   927
\medskip
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   928
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   929
Let $B_1, \ldots, B_m$ be a collection of disjoint balls in $X$
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   930
(e.g.~the support of a blob diagram).
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   931
We say that $f:P\times X\to X$ is {\it compatible} with $\{B_j\}$ if
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   932
$f$ has support a disjoint collection of balls $D_i \sub X$ and for all $i$ and $j$
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   933
either $B_j \sub D_i$ or $B_j \cap D_i = \emptyset$.
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   934
A chain $x \in CD_k(X)$ is compatible with $\{B_j\}$ if it is a sum of singular cells,
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   935
each of which is compatible.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   936
(Note that we could strengthen the definition of compatibility to incorporate
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   937
a factorization condition, similar to the definition of ``adapted to" above.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   938
The weaker definition given here will suffice for our needs below.)
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   939
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   940
\begin{cor}  \label{extension_lemma_2}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   941
Let $x \in CD_k(X)$ be a singular chain such that $\bd x$ is compatible with $\{B_j\}$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   942
Then $x$ is homotopic (rel boundary) to some $x' \in CD_k(X)$ which is compatible with $\{B_j\}$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   943
\end{cor}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   944
\begin{proof}
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   945
This will follow from Lemma \ref{extension_lemma} for
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   946
appropriate choice of cover $\cU = \{U_\alpha\}$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   947
Let $U_{\alpha_1}, \ldots, U_{\alpha_k}$ be any $k$ open sets of $\cU$, and let
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   948
$V_1, \ldots, V_m$ be the connected components of $U_{\alpha_1}\cup\cdots\cup U_{\alpha_k}$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   949
Choose $\cU$ fine enough so that there exist disjoint balls $B'_j \sup B_j$ such that for all $i$ and $j$
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   950
either $V_i \sub B'_j$ or $V_i \cap B'_j = \emptyset$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   951
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   952
Apply Lemma \ref{extension_lemma} first to each singular cell $f_i$ of $\bd x$,
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   953
with the (compatible) support of $f_i$ in place of $X$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   954
This insures that the resulting homotopy $h_i$ is compatible.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   955
Now apply Lemma \ref{extension_lemma} to $x + \sum h_i$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   956
\nn{actually, need to start with the 0-skeleton of $\bd x$, then 1-skeleton, etc.; fix this}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   957
\end{proof}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   958
7
4ef2f77a4652 small to medium sized changes
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 5
diff changeset
   959
\medskip
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   960
7
4ef2f77a4652 small to medium sized changes
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 5
diff changeset
   961
((argument continues roughly as follows: up to homotopy, there is only one way to define $e_X$
4ef2f77a4652 small to medium sized changes
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 5
diff changeset
   962
on compatible $x\otimes y \in CD_*(X)\otimes \bc_*(X)$.
4ef2f77a4652 small to medium sized changes
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 5
diff changeset
   963
This is because $x$ is the gluing of $x'$ and $x''$, where $x'$ has degree zero and is defined on
4ef2f77a4652 small to medium sized changes
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 5
diff changeset
   964
the complement of the $D_i$'s, and $x''$ is defined on the $D_i$'s.
4ef2f77a4652 small to medium sized changes
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 5
diff changeset
   965
We have no choice on $x'$, since we already know the map on 0-parameter families of diffeomorphisms.
4ef2f77a4652 small to medium sized changes
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 5
diff changeset
   966
We have no choice, up to homotopy, on $x''$, since the target chain complex is contractible.))
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   967
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   968
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   969
\section{Families of Diffeomorphisms}  \label{fam_diff_sect}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   970
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   971
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   972
Lo, the proof of Lemma (\ref{extension_lemma}):
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   973
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   974
\nn{should this be an appendix instead?}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   975
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   976
\nn{for pedagogical reasons, should do $k=1,2$ cases first; probably do this in
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   977
later draft}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   978
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   979
\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
   980
about boundary later}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   981
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   982
Recall that we are given
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   983
an open cover $\cU = \{U_\alpha\}$ and an
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   984
$x \in CD_k(X)$ such that $\bd x$ is adapted to $\cU$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   985
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
   986
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   987
Let $\{r_\alpha : X \to [0,1]\}$ be a partition of unity for $\cU$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   988
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   989
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
   990
with a single singular cell
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   991
\eq{
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   992
    f: P \times X \to X .
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   993
}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   994
Also, we'll ignore for now issues around $\bd P$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   995
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   996
Our homotopy will have the form
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   997
\eqar{
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   998
    F: I \times P \times X &\to& X \\
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   999
    (t, p, x) &\mapsto& f(u(t, p, x), x)
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1000
}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1001
for some function
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1002
\eq{
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
  1003
    u : I \times P \times X \to P .
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1004
}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1005
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
  1006
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1007
For each cover index $\alpha$ choose a cell decomposition $K_\alpha$ of $P$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1008
The various $K_\alpha$ should be in general position with respect to each other.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1009
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
  1010
to insure that $F$ above is a homotopy through diffeomorphisms of $X$ and not
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1011
merely a homotopy through maps $X\to X$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1012
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1013
Let $L$ be the union of all the $K_\alpha$'s.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1014
$L$ is itself a cell decomposition of $P$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1015
\nn{next two sentences not needed?}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1016
To each cell $a$ of $L$ we associate the tuple $(c_\alpha)$,
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1017
where $c_\alpha$ is the codimension of the cell of $K_\alpha$ which contains $c$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1018
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
  1019
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1020
Let $J$ denote the handle decomposition of $P$ corresponding to $L$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1021
Each $i$-handle $C$ of $J$ has an $i$-dimensional tangential coordinate and,
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1022
more importantly, a $k{-}i$-dimensional normal coordinate.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1023
7
4ef2f77a4652 small to medium sized changes
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 5
diff changeset
  1024
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
  1025
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
  1026
$k$-cell of $L$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1027
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
  1028
which contain $d$, and also the corresponding tuple $(p_{c_\alpha})$ of points in $P$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1029
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1030
For $p \in D$ we define
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1031
\eq{
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
  1032
    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
  1033
}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1034
(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
  1035
makes sense.)
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1036
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1037
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
  1038
For handles of $J$ of index less than $k$, we will define $u$ to
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1039
interpolate between the values on $k$-handles defined above.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1040
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
  1041
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
  1042
of $E$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1043
In particular, $\eta$ is equal to 0 or 1 only at the intersection of $E$
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1044
with a $k$-handle.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1045
Let $\beta$ be the index of the $K_\beta$ containing the $k{-}1$-cell
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1046
corresponding to $E$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1047
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
  1048
adjacent to the $k{-}1$-cell corresponding to $E$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1049
For $p \in E$, define
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1050
\eq{
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
  1051
    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
  1052
            + r_\beta(x) (\eta(p) q_1 + (1-\eta(p)) q_0) \right) .
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1053
}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1054
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1055
In general, for $E$ a $k{-}j$-handle, there is a normal coordinate
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1056
$\eta: E \to R$, where $R$ is some $j$-dimensional polyhedron.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1057
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
  1058
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
  1059
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
  1060
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
  1061
the $k{-}j$-cell corresponding to $E$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1062
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
  1063
Now define, for $p \in E$,
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1064
\eq{
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
  1065
    u(t, p, x) = (1-t)p + t \left(
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
  1066
            \sum_{\alpha \notin \cN} r_\alpha(x) p_{c_\alpha}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
  1067
                + \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
  1068
             \right) .
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1069
}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1070
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
  1071
mentioned above.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1072
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1073
This completes the definition of $u: I \times P \times X \to P$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1074
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1075
\medskip
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1076
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1077
Next we verify that $u$ has the desired properties.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1078
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1079
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
  1080
Therefore $F$ is a homotopy from $f$ to something.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1081
7
4ef2f77a4652 small to medium sized changes
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 5
diff changeset
  1082
Next we show that if the $K_\alpha$'s are sufficiently fine cell decompositions,
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1083
then $F$ is a homotopy through diffeomorphisms.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1084
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
  1085
We have
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1086
\eq{
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
  1087
%   \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
  1088
    \pd{F}{x} = \pd{f}{x} + \pd{f}{p} \pd{u}{x} .
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1089
}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1090
Since $f$ is a family of diffeomorphisms, $\pd{f}{x}$ is non-singular and
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1091
\nn{bounded away from zero, or something like that}.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1092
(Recall that $X$ and $P$ are compact.)
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1093
Also, $\pd{f}{p}$ is bounded.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1094
So if we can insure that $\pd{u}{x}$ is sufficiently small, we are done.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1095
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
  1096
(which is bounded)
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1097
and the differences amongst the various $p_{c_\alpha}$'s and $q_{\beta i}$'s.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1098
These differences are small if the cell decompositions $K_\alpha$ are sufficiently fine.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1099
This completes the proof that $F$ is a homotopy through diffeomorphisms.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1100
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1101
\medskip
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1102
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1103
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
  1104
is a singular cell adapted to $\cU$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1105
This will complete the proof of the lemma.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1106
\nn{except for boundary issues and the `$P$ is a cell' assumption}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1107
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
  1108
Let $j$ be the codimension of $D$.
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1109
(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
  1110
between handle and corresponding cell.)
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1111
Then $j = j_1 + \cdots + j_m$, $0 \le m \le k$,
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1112
where the $j_i$'s are the codimensions of the $K_\alpha$
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1113
cells of codimension greater than 0 which intersect to form $D$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1114
We will show that
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1115
if the relevant $U_\alpha$'s are disjoint, then
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1116
$F(1, \cdot, \cdot) : D\times X \to X$
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1117
is a product of singular cells of dimensions $j_1, \ldots, j_m$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1118
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
  1119
cells whose dimensions correspond to a partition of the $j_i$'s.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1120
We will consider some simple special cases first, then do the general case.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1121
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1122
First consider the case $j=0$ (and $m=0$).
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1123
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
  1124
is independent of $p \in P$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1125
So the corresponding map $D \to \Diff(X)$ is constant.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1126
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1127
Next consider the case $j = 1$ (and $m=1$, $j_1=1$).
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1128
Now Equation yyyy applies.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1129
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
  1130
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
  1131
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
  1132
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
  1133
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1134
Next case: $j=2$, $m=1$, $j_1 = 2$.
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
  1135
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
  1136
1-dimensional.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1137
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
  1138
and a 2-cell with support $U_\beta$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1139
7
4ef2f77a4652 small to medium sized changes
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 5
diff changeset
  1140
Next case: $j=2$, $m=2$, $j_1 = j_2 = 1$.
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1141
In this case the codimension 2 cell $D$ is the intersection of two
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1142
codimension 1 cells, from $K_\beta$ and $K_\gamma$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1143
We can write $D = D' \times I \times I$, where the normal coordinates are constant
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1144
on $D'$, and the two $I$ factors correspond to $\beta$ and $\gamma$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1145
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
  1146
two 1-cells, supported on $U_\beta$ and $U_\gamma$ respectively.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1147
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
  1148
a 2-cell supported on $U_\beta \cup U_\gamma$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1149
\nn{need to check that this is true}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1150
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1151
\nn{finally, general case...}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1152
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1153
\nn{this completes proof}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1154
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1155
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1156
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1157
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1158
\section{$A_\infty$ action on the boundary}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1159
7
4ef2f77a4652 small to medium sized changes
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 5
diff changeset
  1160
Let $Y$ be an $n{-}1$-manifold.
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
  1161
The collection of complexes $\{\bc_*(Y\times I; a, b)\}$, where $a, b \in \cC(Y)$ are boundary
7
4ef2f77a4652 small to medium sized changes
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 5
diff changeset
  1162
conditions on $\bd(Y\times I) = Y\times \{0\} \cup Y\times\{1\}$, has the structure
4ef2f77a4652 small to medium sized changes
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 5
diff changeset
  1163
of an $A_\infty$ category.
4ef2f77a4652 small to medium sized changes
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 5
diff changeset
  1164
4ef2f77a4652 small to medium sized changes
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 5
diff changeset
  1165
Composition of morphisms (multiplication) depends of a choice of homeomorphism
4ef2f77a4652 small to medium sized changes
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 5
diff changeset
  1166
$I\cup I \cong I$.  Given this choice, gluing gives a map
4ef2f77a4652 small to medium sized changes
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 5
diff changeset
  1167
\eq{
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
  1168
    \bc_*(Y\times I; a, b) \otimes \bc_*(Y\times I; b, c) \to \bc_*(Y\times (I\cup I); a, c)
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
  1169
            \cong \bc_*(Y\times I; a, c)
7
4ef2f77a4652 small to medium sized changes
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 5
diff changeset
  1170
}
4ef2f77a4652 small to medium sized changes
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 5
diff changeset
  1171
Using (\ref{CDprop}) and the inclusion $\Diff(I) \sub \Diff(Y\times I)$ gives the various
4ef2f77a4652 small to medium sized changes
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 5
diff changeset
  1172
higher associators of the $A_\infty$ structure, more or less canonically.
4ef2f77a4652 small to medium sized changes
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 5
diff changeset
  1173
4ef2f77a4652 small to medium sized changes
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 5
diff changeset
  1174
\nn{is this obvious?  does more need to be said?}
4ef2f77a4652 small to medium sized changes
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 5
diff changeset
  1175
4ef2f77a4652 small to medium sized changes
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 5
diff changeset
  1176
Let $\cA(Y)$ denote the $A_\infty$ category $\bc_*(Y\times I; \cdot, \cdot)$.
4ef2f77a4652 small to medium sized changes
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 5
diff changeset
  1177
4ef2f77a4652 small to medium sized changes
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 5
diff changeset
  1178
Similarly, if $Y \sub \bd X$, a choice of collaring homeomorphism
4ef2f77a4652 small to medium sized changes
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 5
diff changeset
  1179
$(Y\times I) \cup_Y X \cong X$ gives the collection of complexes $\bc_*(X; r, a)$
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
  1180
(variable $a \in \cC(Y)$; fixed $r \in \cC(\bd X \setmin Y)$) the structure of a representation of the
7
4ef2f77a4652 small to medium sized changes
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 5
diff changeset
  1181
$A_\infty$ category $\{\bc_*(Y\times I; \cdot, \cdot)\}$.
4ef2f77a4652 small to medium sized changes
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 5
diff changeset
  1182
Again the higher associators come from the action of $\Diff(I)$ on a collar neighborhood
4ef2f77a4652 small to medium sized changes
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 5
diff changeset
  1183
of $Y$ in $X$.
4ef2f77a4652 small to medium sized changes
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 5
diff changeset
  1184
4ef2f77a4652 small to medium sized changes
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 5
diff changeset
  1185
In the next section we use the above $A_\infty$ actions to state and prove
4ef2f77a4652 small to medium sized changes
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 5
diff changeset
  1186
a gluing theorem for the blob complexes of $n$-manifolds.
4ef2f77a4652 small to medium sized changes
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 5
diff changeset
  1187
4ef2f77a4652 small to medium sized changes
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 5
diff changeset
  1188
4ef2f77a4652 small to medium sized changes
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 5
diff changeset
  1189
4ef2f77a4652 small to medium sized changes
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 5
diff changeset
  1190
4ef2f77a4652 small to medium sized changes
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 5
diff changeset
  1191
4ef2f77a4652 small to medium sized changes
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 5
diff changeset
  1192
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1193
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1194
\section{Gluing}  \label{gluesect}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1195
7
4ef2f77a4652 small to medium sized changes
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 5
diff changeset
  1196
Let $Y$ be an $n{-}1$-manifold and let $X$ be an $n$-manifold with a copy
4ef2f77a4652 small to medium sized changes
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 5
diff changeset
  1197
of $Y \du -Y$ contained in its boundary.
4ef2f77a4652 small to medium sized changes
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 5
diff changeset
  1198
Gluing the two copies of $Y$ together we obtain a new $n$-manifold $X\sgl$.
4ef2f77a4652 small to medium sized changes
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 5
diff changeset
  1199
We wish to describe the blob complex of $X\sgl$ in terms of the blob complex
4ef2f77a4652 small to medium sized changes
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 5
diff changeset
  1200
of $X$.
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
  1201
More precisely, we want to describe $\bc_*(X\sgl; c\sgl)$,
7
4ef2f77a4652 small to medium sized changes
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 5
diff changeset
  1202
where $c\sgl \in \cC(\bd X\sgl)$,
4ef2f77a4652 small to medium sized changes
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 5
diff changeset
  1203
in terms of the collection $\{\bc_*(X; c, \cdot, \cdot)\}$, thought of as a representation
4ef2f77a4652 small to medium sized changes
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 5
diff changeset
  1204
of the $A_\infty$ category $\cA(Y\du-Y) \cong \cA(Y)\times \cA(Y)\op$.
4ef2f77a4652 small to medium sized changes
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 5
diff changeset
  1205
4ef2f77a4652 small to medium sized changes
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 5
diff changeset
  1206
\begin{thm}
4ef2f77a4652 small to medium sized changes
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 5
diff changeset
  1207
$\bc_*(X\sgl; c\sgl)$ is quasi-isomorphic to the the self tensor product
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
  1208
of $\{\bc_*(X; c, \cdot, \cdot)\}$ over $\cA(Y)$.
7
4ef2f77a4652 small to medium sized changes
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 5
diff changeset
  1209
\end{thm}
4ef2f77a4652 small to medium sized changes
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 5
diff changeset
  1210
4ef2f77a4652 small to medium sized changes
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 5
diff changeset
  1211
The proof will occupy the remainder of this section.
4ef2f77a4652 small to medium sized changes
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 5
diff changeset
  1212
4ef2f77a4652 small to medium sized changes
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 5
diff changeset
  1213
\nn{...}
4ef2f77a4652 small to medium sized changes
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 5
diff changeset
  1214
4ef2f77a4652 small to medium sized changes
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 5
diff changeset
  1215
\bigskip
4ef2f77a4652 small to medium sized changes
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 5
diff changeset
  1216
4ef2f77a4652 small to medium sized changes
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 5
diff changeset
  1217
\nn{need to define/recall def of (self) tensor product over an $A_\infty$ category}
4ef2f77a4652 small to medium sized changes
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 5
diff changeset
  1218
4ef2f77a4652 small to medium sized changes
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 5
diff changeset
  1219
4ef2f77a4652 small to medium sized changes
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 5
diff changeset
  1220
4ef2f77a4652 small to medium sized changes
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 5
diff changeset
  1221
4ef2f77a4652 small to medium sized changes
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 5
diff changeset
  1222
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1223
\section{Extension to ...}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1224
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
  1225
\nn{Need to let the input $n$-category $C$ be a graded thing
7
4ef2f77a4652 small to medium sized changes
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 5
diff changeset
  1226
(e.g.~DGA or $A_\infty$ $n$-category).}
4ef2f77a4652 small to medium sized changes
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 5
diff changeset
  1227
4ef2f77a4652 small to medium sized changes
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 5
diff changeset
  1228
\nn{maybe this should be done earlier in the exposition?
4ef2f77a4652 small to medium sized changes
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 5
diff changeset
  1229
if we can plausibly claim that the various proofs work almost
4ef2f77a4652 small to medium sized changes
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 5
diff changeset
  1230
the same with the extended def, then maybe it's better to extend late (here)}
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1231
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1232
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1233
\section{What else?...}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1234
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1235
\begin{itemize}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1236
\item Derive Hochschild standard results from blob point of view?
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1237
\item $n=2$ examples
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1238
\item Kh
7
4ef2f77a4652 small to medium sized changes
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 5
diff changeset
  1239
\item dimension $n+1$ (generalized Deligne conjecture?)
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1240
\item should be clear about PL vs Diff; probably PL is better
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1241
(or maybe not)
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1242
\item say what we mean by $n$-category, $A_\infty$ or $E_\infty$ $n$-category
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1243
\item something about higher derived coend things (derived 2-coend, e.g.)
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1244
\end{itemize}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1245
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1246
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1247
7
4ef2f77a4652 small to medium sized changes
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 5
diff changeset
  1248
4ef2f77a4652 small to medium sized changes
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 5
diff changeset
  1249
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1250
\end{document}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1251
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1252
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1253
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1254
%Recall that for $n$-category picture fields there is an evaluation map
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1255
%$m: \bc_0(B^n; c, c') \to \mor(c, c')$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1256
%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
  1257
%map $m: \bc_*(B^n; c, c') \to \mor(c, c')$.