blob1.tex
author kevin@6e1638ff-ae45-0410-89bd-df963105f760
Fri, 05 Jun 2009 16:10:37 +0000
changeset 70 5ab0e6f0d89e
parent 69 d363611b1f59
child 71 6006f6b8f24f
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
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
     7
58
267edc250b5d more detailed outline for intro
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 55
diff changeset
     8
%%%%% excerpts from KW's include file of standard macros
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
     9
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    10
\def\z{\mathbb{Z}}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    11
\def\r{\mathbb{R}}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    12
\def\c{\mathbb{C}}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    13
\def\t{\mathbb{T}}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    14
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    15
\def\du{\sqcup}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    16
\def\bd{\partial}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    17
\def\sub{\subset}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    18
\def\sup{\supset}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    19
%\def\setmin{\smallsetminus}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    20
\def\setmin{\setminus}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    21
\def\ep{\epsilon}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    22
\def\sgl{_\mathrm{gl}}
7
4ef2f77a4652 small to medium sized changes
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 5
diff changeset
    23
\def\op{^\mathrm{op}}
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    24
\def\deq{\stackrel{\mathrm{def}}{=}}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    25
\def\pd#1#2{\frac{\partial #1}{\partial #2}}
62
fdb1cd651fd2 various small edits
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 61
diff changeset
    26
\def\lf{\overline{\cC}}
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    27
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    28
\def\nn#1{{{\it \small [#1]}}}
69
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 67
diff changeset
    29
\long\def\noop#1{}
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    30
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    31
% equations
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    32
\newcommand{\eq}[1]{\begin{displaymath}#1\end{displaymath}}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    33
\newcommand{\eqar}[1]{\begin{eqnarray*}#1\end{eqnarray*}}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    34
\newcommand{\eqspl}[1]{\begin{displaymath}\begin{split}#1\end{split}\end{displaymath}}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    35
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    36
% tricky way to iterate macros over a list
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    37
\def\semicolon{;}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    38
\def\applytolist#1{
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
    39
    \expandafter\def\csname multi#1\endcsname##1{
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
    40
        \def\multiack{##1}\ifx\multiack\semicolon
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
    41
            \def\next{\relax}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
    42
        \else
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
    43
            \csname #1\endcsname{##1}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
    44
            \def\next{\csname multi#1\endcsname}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
    45
        \fi
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
    46
        \next}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
    47
    \csname multi#1\endcsname}
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    48
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    49
% \def\cA{{\cal A}} for A..Z
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
    50
\def\calc#1{\expandafter\def\csname c#1\endcsname{{\mathcal #1}}}
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    51
\applytolist{calc}QWERTYUIOPLKJHGFDSAZXCVBNM;
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    52
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    53
% \DeclareMathOperator{\pr}{pr} etc.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    54
\def\declaremathop#1{\expandafter\DeclareMathOperator\csname #1\endcsname{#1}}
65
15a79fb469e1 edits for "basic properties" section
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 63
diff changeset
    55
\applytolist{declaremathop}{pr}{im}{gl}{ev}{coinv}{tr}{rot}{Eq}{obj}{mor}{ob}{Rep}{Tet}{cat}{Maps}{Diff}{sign}{supp};
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    56
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    57
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    58
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    59
%%%%%% end excerpt
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    60
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    61
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    62
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    63
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    64
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    65
\title{Blob Homology}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    66
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    67
\begin{document}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    68
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    69
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    70
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    71
\makeatletter
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    72
\@addtoreset{equation}{section}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    73
\gdef\theequation{\thesection.\arabic{equation}}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    74
\makeatother
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    75
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    76
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    77
\maketitle
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    78
22
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
    79
\textbf{Draft version, do not distribute.}
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
    80
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
    81
\versioninfo
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
    82
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
    83
\section*{Todo}
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
    84
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
    85
\subsection*{What else?...}
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
    86
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
    87
\begin{itemize}
45
0047a1211c3b revise to-do list
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 44
diff changeset
    88
\item higher priority
0047a1211c3b revise to-do list
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 44
diff changeset
    89
\begin{itemize}
0047a1211c3b revise to-do list
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 44
diff changeset
    90
\item K\&S: learn the state of the art in A-inf categories
0047a1211c3b revise to-do list
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 44
diff changeset
    91
(tensor products, Kadeishvili result, ...)
0047a1211c3b revise to-do list
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 44
diff changeset
    92
\item K: so-called evaluation map stuff
0047a1211c3b revise to-do list
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 44
diff changeset
    93
\item K: topological fields
0047a1211c3b revise to-do list
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 44
diff changeset
    94
\item section describing intended applications
0047a1211c3b revise to-do list
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 44
diff changeset
    95
\item say something about starting with semisimple n-cat (trivial?? not trivial?)
0047a1211c3b revise to-do list
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 44
diff changeset
    96
\item T.O.C.
0047a1211c3b revise to-do list
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 44
diff changeset
    97
\end{itemize}
0047a1211c3b revise to-do list
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 44
diff changeset
    98
\item medium priority
0047a1211c3b revise to-do list
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 44
diff changeset
    99
\begin{itemize}
22
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   100
\item $n=2$ examples
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   101
\item dimension $n+1$ (generalized Deligne conjecture?)
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   102
\item should be clear about PL vs Diff; probably PL is better
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   103
(or maybe not)
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   104
\item say what we mean by $n$-category, $A_\infty$ or $E_\infty$ $n$-category
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   105
\item something about higher derived coend things (derived 2-coend, e.g.)
41
ef01b18b42ea added stuff to to do list
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 40
diff changeset
   106
\item shuffle product vs gluing product (?)
45
0047a1211c3b revise to-do list
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 44
diff changeset
   107
\item commutative algebra results
0047a1211c3b revise to-do list
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 44
diff changeset
   108
\item $A_\infty$ blob complex
0047a1211c3b revise to-do list
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 44
diff changeset
   109
\item connection between $A_\infty$ operad and topological $A_\infty$ cat defs
41
ef01b18b42ea added stuff to to do list
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 40
diff changeset
   110
\end{itemize}
45
0047a1211c3b revise to-do list
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 44
diff changeset
   111
\item lower priority
41
ef01b18b42ea added stuff to to do list
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 40
diff changeset
   112
\begin{itemize}
45
0047a1211c3b revise to-do list
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 44
diff changeset
   113
\item Derive Hochschild standard results from blob point of view?
0047a1211c3b revise to-do list
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 44
diff changeset
   114
\item Kh
67
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 65
diff changeset
   115
\item Mention somewhere \cite{MR1624157} ``Skein homology''; it's not directly related, but has similar motivations.
45
0047a1211c3b revise to-do list
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 44
diff changeset
   116
\end{itemize}
22
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   117
\end{itemize}
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   118
21
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 20
diff changeset
   119
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   120
\section{Introduction}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   121
58
267edc250b5d more detailed outline for intro
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 55
diff changeset
   122
[Outline for intro]
267edc250b5d more detailed outline for intro
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 55
diff changeset
   123
\begin{itemize}
267edc250b5d more detailed outline for intro
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 55
diff changeset
   124
\item Starting point: TQFTs via fields and local relations.
267edc250b5d more detailed outline for intro
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 55
diff changeset
   125
This gives a satisfactory treatment for semisimple TQFTs
62
fdb1cd651fd2 various small edits
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 61
diff changeset
   126
(i.e.\ TQFTs for which the cylinder 1-category associated to an
58
267edc250b5d more detailed outline for intro
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 55
diff changeset
   127
$n{-}1$-manifold $Y$ is semisimple for all $Y$).
267edc250b5d more detailed outline for intro
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 55
diff changeset
   128
\item For non-semiemple TQFTs, this approach is less satisfactory.
267edc250b5d more detailed outline for intro
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 55
diff changeset
   129
Our main motivating example (though we will not develop it in this paper)
267edc250b5d more detailed outline for intro
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 55
diff changeset
   130
is the $4{+}1$-dimensional TQFT associated to Khovanov homology.
267edc250b5d more detailed outline for intro
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 55
diff changeset
   131
It associates a bigraded vector space $A_{Kh}(W^4, L)$ to a 4-manifold $W$ together
267edc250b5d more detailed outline for intro
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 55
diff changeset
   132
with a link $L \subset \bd W$.
267edc250b5d more detailed outline for intro
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 55
diff changeset
   133
The original Khovanov homology of a link in $S^3$ is recovered as $A_{Kh}(B^4, L)$.
267edc250b5d more detailed outline for intro
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 55
diff changeset
   134
\item How would we go about computing $A_{Kh}(W^4, L)$?
267edc250b5d more detailed outline for intro
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 55
diff changeset
   135
For $A_{Kh}(B^4, L)$, the main tool is the exact triangle (long exact sequence)
267edc250b5d more detailed outline for intro
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 55
diff changeset
   136
\nn{... $L_1, L_2, L_3$}.
267edc250b5d more detailed outline for intro
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 55
diff changeset
   137
Unfortunately, the exactness breaks if we glue $B^4$ to itself and attempt
267edc250b5d more detailed outline for intro
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 55
diff changeset
   138
to compute $A_{Kh}(S^1\times B^3, L)$.
267edc250b5d more detailed outline for intro
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 55
diff changeset
   139
According to the gluing theorem for TQFTs-via-fields, gluing along $B^3 \subset \bd B^4$
267edc250b5d more detailed outline for intro
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 55
diff changeset
   140
corresponds to taking a coend (self tensor product) over the cylinder category
267edc250b5d more detailed outline for intro
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 55
diff changeset
   141
associated to $B^3$ (with appropriate boundary conditions).
267edc250b5d more detailed outline for intro
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 55
diff changeset
   142
The coend is not an exact functor, so the exactness of the triangle breaks.
267edc250b5d more detailed outline for intro
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 55
diff changeset
   143
\item The obvious solution to this problem is to replace the coend with its derived counterpart.
267edc250b5d more detailed outline for intro
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 55
diff changeset
   144
This presumably works fine for $S^1\times B^3$ (the answer being to Hochschild homology
267edc250b5d more detailed outline for intro
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 55
diff changeset
   145
of an appropriate bimodule), but for more complicated 4-manifolds this leaves much to be desired.
267edc250b5d more detailed outline for intro
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 55
diff changeset
   146
If we build our manifold up via a handle decomposition, the computation
267edc250b5d more detailed outline for intro
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 55
diff changeset
   147
would be a sequence of derived coends.
267edc250b5d more detailed outline for intro
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 55
diff changeset
   148
A different handle decomposition of the same manifold would yield a different
267edc250b5d more detailed outline for intro
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 55
diff changeset
   149
sequence of derived coends.
267edc250b5d more detailed outline for intro
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 55
diff changeset
   150
To show that our definition in terms of derived coends is well-defined, we
267edc250b5d more detailed outline for intro
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 55
diff changeset
   151
would need to show that the above two sequences of derived coends yield the same answer.
267edc250b5d more detailed outline for intro
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 55
diff changeset
   152
This is probably not easy to do.
267edc250b5d more detailed outline for intro
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 55
diff changeset
   153
\item Instead, we would prefer a definition for a derived version of $A_{Kh}(W^4, L)$
267edc250b5d more detailed outline for intro
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 55
diff changeset
   154
which is manifestly invariant.
267edc250b5d more detailed outline for intro
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 55
diff changeset
   155
(That is, a definition that does not
267edc250b5d more detailed outline for intro
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 55
diff changeset
   156
involve choosing a decomposition of $W$.
267edc250b5d more detailed outline for intro
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 55
diff changeset
   157
After all, one of the virtues of our starting point --- TQFTs via field and local relations ---
267edc250b5d more detailed outline for intro
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 55
diff changeset
   158
is that it has just this sort of manifest invariance.)
267edc250b5d more detailed outline for intro
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 55
diff changeset
   159
\item The solution is to replace $A_{Kh}(W^4, L)$, which is a quotient
267edc250b5d more detailed outline for intro
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 55
diff changeset
   160
\[
267edc250b5d more detailed outline for intro
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 55
diff changeset
   161
 \text{linear combinations of fields} \;\big/\; \text{local relations} ,
267edc250b5d more detailed outline for intro
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 55
diff changeset
   162
\]
267edc250b5d more detailed outline for intro
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 55
diff changeset
   163
with an appropriately free resolution (the ``blob complex")
267edc250b5d more detailed outline for intro
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 55
diff changeset
   164
\[
267edc250b5d more detailed outline for intro
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 55
diff changeset
   165
	\cdots\to \bc_2(W, L) \to \bc_1(W, L) \to \bc_0(W, L) .
267edc250b5d more detailed outline for intro
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 55
diff changeset
   166
\]
267edc250b5d more detailed outline for intro
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 55
diff changeset
   167
Here $\bc_0$ is linear combinations of fields on $W$,
267edc250b5d more detailed outline for intro
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 55
diff changeset
   168
$\bc_1$ is linear combinations of local relations on $W$,
62
fdb1cd651fd2 various small edits
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 61
diff changeset
   169
$\bc_2$ is linear combinations of relations amongst relations on $W$,
58
267edc250b5d more detailed outline for intro
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 55
diff changeset
   170
and so on.
267edc250b5d more detailed outline for intro
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 55
diff changeset
   171
\item None of the above ideas depend on the details of the Khovanov homology example,
267edc250b5d more detailed outline for intro
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 55
diff changeset
   172
so we develop the general theory in the paper and postpone specific applications
267edc250b5d more detailed outline for intro
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 55
diff changeset
   173
to later papers.
267edc250b5d more detailed outline for intro
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 55
diff changeset
   174
\item The blob complex enjoys the following nice properties \nn{...}
267edc250b5d more detailed outline for intro
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 55
diff changeset
   175
\end{itemize}
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   176
58
267edc250b5d more detailed outline for intro
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 55
diff changeset
   177
\bigskip
267edc250b5d more detailed outline for intro
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 55
diff changeset
   178
\hrule
267edc250b5d more detailed outline for intro
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 55
diff changeset
   179
\bigskip
22
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   180
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   181
We then show that blob homology enjoys the following
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   182
\ref{property:gluing} properties.
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   183
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   184
\begin{property}[Functoriality]
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   185
\label{property:functoriality}%
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   186
Blob homology is functorial with respect to diffeomorphisms. That is, fixing an $n$-dimensional system of fields $\cF$ and local relations $\cU$, the association
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   187
\begin{equation*}
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   188
X \mapsto \bc_*^{\cF,\cU}(X)
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   189
\end{equation*}
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   190
is a functor from $n$-manifolds and diffeomorphisms between them to chain complexes and isomorphisms between them.
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   191
\end{property}
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   192
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   193
\begin{property}[Disjoint union]
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   194
\label{property:disjoint-union}
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   195
The blob complex of a disjoint union is naturally the tensor product of the blob complexes.
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   196
\begin{equation*}
59
ac5c74fa38d7 most of fields def; still missing last two items;
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 58
diff changeset
   197
\bc_*(X_1 \du X_2) \iso \bc_*(X_1) \tensor \bc_*(X_2)
22
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   198
\end{equation*}
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   199
\end{property}
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   200
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   201
\begin{property}[A map for gluing]
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   202
\label{property:gluing-map}%
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   203
If $X_1$ and $X_2$ are $n$-manifolds, with $Y$ a codimension $0$-submanifold of $\bdy X_1$, and $Y^{\text{op}}$ a codimension $0$-submanifold of $\bdy X_2$,
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   204
there is a chain map
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   205
\begin{equation*}
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   206
\gl_Y: \bc_*(X_1) \tensor \bc_*(X_2) \to \bc_*(X_1 \cup_Y X_2).
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   207
\end{equation*}
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   208
\end{property}
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   209
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   210
\begin{property}[Contractibility]
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   211
\label{property:contractibility}%
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   212
\todo{Err, requires a splitting?}
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   213
The blob complex for an $n$-category on an $n$-ball is quasi-isomorphic to its $0$-th homology.
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   214
\begin{equation}
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   215
\xymatrix{\bc_*^{\cC}(B^n) \ar[r]^{\iso}_{\text{qi}} & H_0(\bc_*^{\cC}(B^n))}
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   216
\end{equation}
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   217
\todo{Say that this is just the original $n$-category?}
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   218
\end{property}
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   219
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   220
\begin{property}[Skein modules]
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   221
\label{property:skein-modules}%
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   222
The $0$-th blob homology of $X$ is the usual skein module associated to $X$. (See \S \ref{sec:local-relations}.)
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   223
\begin{equation*}
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   224
H_0(\bc_*^{\cF,\cU}(X)) \iso A^{\cF,\cU}(X)
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   225
\end{equation*}
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   226
\end{property}
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   227
22
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   228
\begin{property}[Hochschild homology when $X=S^1$]
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   229
\label{property:hochschild}%
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   230
The blob complex for a $1$-category $\cC$ on the circle is
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   231
quasi-isomorphic to the Hochschild complex.
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   232
\begin{equation*}
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   233
\xymatrix{\bc_*^{\cC}(S^1) \ar[r]^{\iso}_{\text{qi}} & HC_*(\cC)}
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   234
\end{equation*}
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   235
\end{property}
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   236
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   237
\begin{property}[Evaluation map]
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   238
\label{property:evaluation}%
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   239
There is an `evaluation' chain map
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   240
\begin{equation*}
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   241
\ev_X: \CD{X} \tensor \bc_*(X) \to \bc_*(X).
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   242
\end{equation*}
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   243
(Here $\CD{X}$ is the singular chain complex of the space of diffeomorphisms of $X$, fixed on $\bdy X$.)
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   244
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   245
Restricted to $C_0(\Diff(X))$ this is just the action of diffeomorphisms described in Property \ref{property:functoriality}. Further, for
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   246
any codimension $1$-submanifold $Y \subset X$ dividing $X$ into $X_1 \cup_Y X_2$, the following diagram
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   247
(using the gluing maps described in Property \ref{property:gluing-map}) commutes.
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   248
\begin{equation*}
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   249
\xymatrix{
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   250
     \CD{X} \otimes \bc_*(X) \ar[r]^{\ev_X}    & \bc_*(X) \\
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   251
     \CD{X_1} \otimes \CD{X_2} \otimes \bc_*(X_1) \otimes \bc_*(X_2)
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   252
        \ar@/_4ex/[r]_{\ev_{X_1} \otimes \ev_{X_2}}  \ar[u]^{\gl^{\Diff}_Y \otimes \gl_Y}  &
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   253
            \bc_*(X_1) \otimes \bc_*(X_2) \ar[u]_{\gl_Y}
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   254
}
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   255
\end{equation*}
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   256
\end{property}
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   257
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   258
\begin{property}[Gluing formula]
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   259
\label{property:gluing}%
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   260
\mbox{}% <-- gets the indenting right
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   261
\begin{itemize}
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   262
\item For any $(n-1)$-manifold $Y$, the blob homology of $Y \times I$ is
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   263
naturally an $A_\infty$ category. % We'll write $\bc_*(Y)$ for $\bc_*(Y \times I)$ below.
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   264
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   265
\item For any $n$-manifold $X$, with $Y$ a codimension $0$-submanifold of its boundary, the blob homology of $X$ is naturally an
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   266
$A_\infty$ module for $\bc_*(Y \times I)$.
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   267
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   268
\item For any $n$-manifold $X$, with $Y \cup Y^{\text{op}}$ a codimension
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   269
$0$-submanifold of its boundary, the blob homology of $X'$, obtained from
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   270
$X$ by gluing along $Y$, is the $A_\infty$ self-tensor product of
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   271
$\bc_*(X)$ as an $\bc_*(Y \times I)$-bimodule.
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   272
\begin{equation*}
54
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 52
diff changeset
   273
\bc_*(X') \iso \bc_*(X) \Tensor^{A_\infty}_{\mathclap{\bc_*(Y \times I)}} \!\!\!\!\!\!\xymatrix{ \ar@(ru,rd)@<-1ex>[]}
22
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   274
\end{equation*}
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   275
\end{itemize}
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   276
\end{property}
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   277
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   278
Properties \ref{property:functoriality}, \ref{property:gluing-map} and \ref{property:skein-modules} will be immediate from the definition given in
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   279
\S \ref{sec:blob-definition}, and we'll recall them at the appropriate points there. \todo{Make sure this gets done.}
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   280
Properties \ref{property:disjoint-union} and \ref{property:contractibility} are established in \S \ref{sec:basic-properties}.
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   281
Property \ref{property:hochschild} is established in \S \ref{sec:hochschild}, Property \ref{property:evaluation} in \S \ref{sec:evaluation},
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   282
and Property \ref{property:gluing} in \S \ref{sec:gluing}.
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   283
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   284
\section{Definitions}
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   285
\label{sec:definitions}
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   286
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   287
\subsection{Systems of fields}
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   288
\label{sec:fields}
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   289
59
ac5c74fa38d7 most of fields def; still missing last two items;
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 58
diff changeset
   290
Let $\cM_k$ denote the category (groupoid, in fact) with objects 
ac5c74fa38d7 most of fields def; still missing last two items;
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 58
diff changeset
   291
oriented PL manifolds of dimension
ac5c74fa38d7 most of fields def; still missing last two items;
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 58
diff changeset
   292
$k$ and morphisms homeomorphisms.
ac5c74fa38d7 most of fields def; still missing last two items;
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 58
diff changeset
   293
(We could equally well work with a different category of manifolds ---
ac5c74fa38d7 most of fields def; still missing last two items;
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 58
diff changeset
   294
unoriented, topological, smooth, spin, etc. --- but for definiteness we
ac5c74fa38d7 most of fields def; still missing last two items;
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 58
diff changeset
   295
will stick with oriented PL.)
ac5c74fa38d7 most of fields def; still missing last two items;
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 58
diff changeset
   296
67
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 65
diff changeset
   297
Fix a top dimension $n$, and a symmetric monoidal category $\cS$ whose objects are sets. While reading the definition, you should just think about the case $\cS = \Set$ with cartesian product, until you reach the discussion of a \emph{linear system of fields} later in this section, where $\cS = \Vect$, and \S \ref{sec:homological-fields}, where $\cS = \Kom$.
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   298
67
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 65
diff changeset
   299
A $n$-dimensional {\it system of fields} in $\cS$
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 65
diff changeset
   300
is a collection of functors $\cC_k : \cM_k \to \Set$ for $0 \leq k \leq n$
59
ac5c74fa38d7 most of fields def; still missing last two items;
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 58
diff changeset
   301
together with some additional data and satisfying some additional conditions, all specified below.
ac5c74fa38d7 most of fields def; still missing last two items;
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 58
diff changeset
   302
ac5c74fa38d7 most of fields def; still missing last two items;
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 58
diff changeset
   303
\nn{refer somewhere to my TQFT notes \cite{kw:tqft}, and possibly also to paper with Chris}
ac5c74fa38d7 most of fields def; still missing last two items;
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 58
diff changeset
   304
ac5c74fa38d7 most of fields def; still missing last two items;
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 58
diff changeset
   305
Before finishing the definition of fields, we give two motivating examples
ac5c74fa38d7 most of fields def; still missing last two items;
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 58
diff changeset
   306
(actually, families of examples) of systems of fields.
ac5c74fa38d7 most of fields def; still missing last two items;
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 58
diff changeset
   307
ac5c74fa38d7 most of fields def; still missing last two items;
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 58
diff changeset
   308
The first examples: Fix a target space $B$, and let $\cC(X)$ be the set of continuous maps
ac5c74fa38d7 most of fields def; still missing last two items;
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 58
diff changeset
   309
from X to $B$.
ac5c74fa38d7 most of fields def; still missing last two items;
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 58
diff changeset
   310
ac5c74fa38d7 most of fields def; still missing last two items;
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 58
diff changeset
   311
The second examples: Fix an $n$-category $C$, and let $\cC(X)$ be 
ac5c74fa38d7 most of fields def; still missing last two items;
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 58
diff changeset
   312
the set of sub-cell-complexes of $X$ with codimension-$j$ cells labeled by
ac5c74fa38d7 most of fields def; still missing last two items;
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 58
diff changeset
   313
$j$-morphisms of $C$.
ac5c74fa38d7 most of fields def; still missing last two items;
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 58
diff changeset
   314
One can think of such sub-cell-complexes as dual to pasting diagrams for $C$.
ac5c74fa38d7 most of fields def; still missing last two items;
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 58
diff changeset
   315
This is described in more detail below.
ac5c74fa38d7 most of fields def; still missing last two items;
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 58
diff changeset
   316
ac5c74fa38d7 most of fields def; still missing last two items;
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 58
diff changeset
   317
Now for the rest of the definition of system of fields.
ac5c74fa38d7 most of fields def; still missing last two items;
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 58
diff changeset
   318
\begin{enumerate}
ac5c74fa38d7 most of fields def; still missing last two items;
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 58
diff changeset
   319
\item There are boundary restriction maps $\cC_k(X) \to \cC_{k-1}(\bd X)$, 
ac5c74fa38d7 most of fields def; still missing last two items;
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 58
diff changeset
   320
and these maps are a natural
ac5c74fa38d7 most of fields def; still missing last two items;
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 58
diff changeset
   321
transformation between the functors $\cC_k$ and $\cC_{k-1}\circ\bd$.
60
46b5c4f3e83c finished draft of fields definition; begin to work on local relations definition
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 59
diff changeset
   322
For $c \in \cC_{k-1}(\bd X)$, we will denote by $\cC_k(X; c)$ the subset of 
46b5c4f3e83c finished draft of fields definition; begin to work on local relations definition
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 59
diff changeset
   323
$\cC(X)$ which restricts to $c$.
46b5c4f3e83c finished draft of fields definition; begin to work on local relations definition
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 59
diff changeset
   324
In this context, we will call $c$ a boundary condition.
67
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 65
diff changeset
   325
\item The subset $\cC_n(X;c)$ of top fields with a given boundary condition is an object in our symmetric monoidal category $\cS$. (This condition is of course trivial when $\cS = \Set$.) If the objects are sets with extra structure (e.g. $\cS = \Vect$ or $\Kom$), then this extra structure is considered part of the definition of $\cC_n$. Any maps mentioned below between top level fields must be morphisms in $\cS$.
59
ac5c74fa38d7 most of fields def; still missing last two items;
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 58
diff changeset
   326
\item There are orientation reversal maps $\cC_k(X) \to \cC_k(-X)$, and these maps
ac5c74fa38d7 most of fields def; still missing last two items;
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 58
diff changeset
   327
again comprise a natural transformation of functors.
60
46b5c4f3e83c finished draft of fields definition; begin to work on local relations definition
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 59
diff changeset
   328
In addition, the orientation reversal maps are compatible with the boundary restriction maps.
59
ac5c74fa38d7 most of fields def; still missing last two items;
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 58
diff changeset
   329
\item $\cC_k$ is compatible with the symmetric monoidal
67
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 65
diff changeset
   330
structures on $\cM_k$, $\Set$ and $\cS$: $\cC_k(X \du W) \cong \cC_k(X)\times \cC_k(W)$,
59
ac5c74fa38d7 most of fields def; still missing last two items;
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 58
diff changeset
   331
compatibly with homeomorphisms, restriction to boundary, and orientation reversal.
62
fdb1cd651fd2 various small edits
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 61
diff changeset
   332
We will call the projections $\cC(X_1 \du X_2) \to \cC(X_i)$
fdb1cd651fd2 various small edits
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 61
diff changeset
   333
restriction maps.
59
ac5c74fa38d7 most of fields def; still missing last two items;
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 58
diff changeset
   334
\item Gluing without corners.
ac5c74fa38d7 most of fields def; still missing last two items;
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 58
diff changeset
   335
Let $\bd X = Y \du -Y \du W$, where $Y$ and $W$ are closed $k{-}1$-manifolds.
ac5c74fa38d7 most of fields def; still missing last two items;
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 58
diff changeset
   336
Let $X\sgl$ denote $X$ glued to itself along $\pm Y$.
ac5c74fa38d7 most of fields def; still missing last two items;
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 58
diff changeset
   337
Using the boundary restriction, disjoint union, and (in one case) orientation reversal
ac5c74fa38d7 most of fields def; still missing last two items;
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 58
diff changeset
   338
maps, we get two maps $\cC_k(X) \to \cC(Y)$, corresponding to the two
ac5c74fa38d7 most of fields def; still missing last two items;
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 58
diff changeset
   339
copies of $Y$ in $\bd X$.
ac5c74fa38d7 most of fields def; still missing last two items;
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 58
diff changeset
   340
Let $\Eq_Y(\cC_k(X))$ denote the equalizer of these two maps.
ac5c74fa38d7 most of fields def; still missing last two items;
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 58
diff changeset
   341
Then (here's the axiom/definition part) there is an injective ``gluing" map
ac5c74fa38d7 most of fields def; still missing last two items;
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 58
diff changeset
   342
\[
ac5c74fa38d7 most of fields def; still missing last two items;
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 58
diff changeset
   343
	\Eq_Y(\cC_k(X)) \hookrightarrow \cC_k(X\sgl) ,
ac5c74fa38d7 most of fields def; still missing last two items;
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 58
diff changeset
   344
\]
ac5c74fa38d7 most of fields def; still missing last two items;
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 58
diff changeset
   345
and this gluing map is compatible with all of the above structure (actions
ac5c74fa38d7 most of fields def; still missing last two items;
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 58
diff changeset
   346
of homeomorphisms, boundary restrictions, orientation reversal, disjoint union).
ac5c74fa38d7 most of fields def; still missing last two items;
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 58
diff changeset
   347
Furthermore, up to homeomorphisms of $X\sgl$ isotopic to the identity,
ac5c74fa38d7 most of fields def; still missing last two items;
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 58
diff changeset
   348
the gluing map is surjective.
ac5c74fa38d7 most of fields def; still missing last two items;
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 58
diff changeset
   349
From the point of view of $X\sgl$ and the image $Y \subset X\sgl$ of the 
ac5c74fa38d7 most of fields def; still missing last two items;
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 58
diff changeset
   350
gluing surface, we say that fields in the image of the gluing map
ac5c74fa38d7 most of fields def; still missing last two items;
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 58
diff changeset
   351
are transverse to $Y$ or cuttable along $Y$.
60
46b5c4f3e83c finished draft of fields definition; begin to work on local relations definition
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 59
diff changeset
   352
\item Gluing with corners.
46b5c4f3e83c finished draft of fields definition; begin to work on local relations definition
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 59
diff changeset
   353
Let $\bd X = Y \cup -Y \cup W$, where $\pm Y$ and $W$ might intersect along their boundaries.
46b5c4f3e83c finished draft of fields definition; begin to work on local relations definition
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 59
diff changeset
   354
Let $X\sgl$ denote $X$ glued to itself along $\pm Y$.
46b5c4f3e83c finished draft of fields definition; begin to work on local relations definition
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 59
diff changeset
   355
Note that $\bd X\sgl = W\sgl$, where $W\sgl$ denotes $W$ glued to itself
46b5c4f3e83c finished draft of fields definition; begin to work on local relations definition
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 59
diff changeset
   356
(without corners) along two copies of $\bd Y$.
46b5c4f3e83c finished draft of fields definition; begin to work on local relations definition
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 59
diff changeset
   357
Let $c\sgl \in \cC_{k-1}(W\sgl)$ be a be a cuttable field on $W\sgl$ and let
46b5c4f3e83c finished draft of fields definition; begin to work on local relations definition
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 59
diff changeset
   358
$c \in \cC_{k-1}(W)$ be the cut open version of $c\sgl$.
46b5c4f3e83c finished draft of fields definition; begin to work on local relations definition
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 59
diff changeset
   359
Let $\cC^c_k(X)$ denote the subset of $\cC(X)$ which restricts to $c$ on $W$.
46b5c4f3e83c finished draft of fields definition; begin to work on local relations definition
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 59
diff changeset
   360
(This restriction map uses the gluing without corners map above.)
46b5c4f3e83c finished draft of fields definition; begin to work on local relations definition
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 59
diff changeset
   361
Using the boundary restriction, gluing without corners, and (in one case) orientation reversal
46b5c4f3e83c finished draft of fields definition; begin to work on local relations definition
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 59
diff changeset
   362
maps, we get two maps $\cC^c_k(X) \to \cC(Y)$, corresponding to the two
46b5c4f3e83c finished draft of fields definition; begin to work on local relations definition
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 59
diff changeset
   363
copies of $Y$ in $\bd X$.
46b5c4f3e83c finished draft of fields definition; begin to work on local relations definition
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 59
diff changeset
   364
Let $\Eq^c_Y(\cC_k(X))$ denote the equalizer of these two maps.
46b5c4f3e83c finished draft of fields definition; begin to work on local relations definition
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 59
diff changeset
   365
Then (here's the axiom/definition part) there is an injective ``gluing" map
46b5c4f3e83c finished draft of fields definition; begin to work on local relations definition
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 59
diff changeset
   366
\[
46b5c4f3e83c finished draft of fields definition; begin to work on local relations definition
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 59
diff changeset
   367
	\Eq^c_Y(\cC_k(X)) \hookrightarrow \cC_k(X\sgl, c\sgl) ,
46b5c4f3e83c finished draft of fields definition; begin to work on local relations definition
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 59
diff changeset
   368
\]
46b5c4f3e83c finished draft of fields definition; begin to work on local relations definition
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 59
diff changeset
   369
and this gluing map is compatible with all of the above structure (actions
46b5c4f3e83c finished draft of fields definition; begin to work on local relations definition
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 59
diff changeset
   370
of homeomorphisms, boundary restrictions, orientation reversal, disjoint union).
46b5c4f3e83c finished draft of fields definition; begin to work on local relations definition
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 59
diff changeset
   371
Furthermore, up to homeomorphisms of $X\sgl$ isotopic to the identity,
46b5c4f3e83c finished draft of fields definition; begin to work on local relations definition
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 59
diff changeset
   372
the gluing map is surjective.
46b5c4f3e83c finished draft of fields definition; begin to work on local relations definition
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 59
diff changeset
   373
From the point of view of $X\sgl$ and the image $Y \subset X\sgl$ of the 
46b5c4f3e83c finished draft of fields definition; begin to work on local relations definition
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 59
diff changeset
   374
gluing surface, we say that fields in the image of the gluing map
46b5c4f3e83c finished draft of fields definition; begin to work on local relations definition
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 59
diff changeset
   375
are transverse to $Y$ or cuttable along $Y$.
46b5c4f3e83c finished draft of fields definition; begin to work on local relations definition
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 59
diff changeset
   376
\item There are maps $\cC_{k-1}(Y) \to \cC_k(Y \times I)$, denoted
46b5c4f3e83c finished draft of fields definition; begin to work on local relations definition
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 59
diff changeset
   377
$c \mapsto c\times I$.
46b5c4f3e83c finished draft of fields definition; begin to work on local relations definition
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 59
diff changeset
   378
These maps comprise a natural transformation of functors, and commute appropriately
62
fdb1cd651fd2 various small edits
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 61
diff changeset
   379
with all the structure maps above (disjoint union, boundary restriction, etc.).
60
46b5c4f3e83c finished draft of fields definition; begin to work on local relations definition
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 59
diff changeset
   380
Furthermore, if $f: Y\times I \to Y\times I$ is a fiber-preserving homeomorphism
46b5c4f3e83c finished draft of fields definition; begin to work on local relations definition
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 59
diff changeset
   381
covering $\bar{f}:Y\to Y$, then $f(c\times I) = \bar{f}(c)\times I$.
59
ac5c74fa38d7 most of fields def; still missing last two items;
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 58
diff changeset
   382
\end{enumerate}
ac5c74fa38d7 most of fields def; still missing last two items;
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 58
diff changeset
   383
62
fdb1cd651fd2 various small edits
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 61
diff changeset
   384
\nn{need to introduce two notations for glued fields --- $x\bullet y$ and $x\sgl$}
fdb1cd651fd2 various small edits
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 61
diff changeset
   385
61
4093d7979c56 local relation def; extended isotopy def
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 60
diff changeset
   386
\bigskip
4093d7979c56 local relation def; extended isotopy def
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 60
diff changeset
   387
Using the functoriality and $\bullet\times I$ properties above, together
4093d7979c56 local relation def; extended isotopy def
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 60
diff changeset
   388
with boundary collar homeomorphisms of manifolds, we can define the notion of 
4093d7979c56 local relation def; extended isotopy def
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 60
diff changeset
   389
{\it extended isotopy}.
4093d7979c56 local relation def; extended isotopy def
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 60
diff changeset
   390
Let $M$ be an $n$-manifold and $Y \subset \bd M$ be a codimension zero submanifold
4093d7979c56 local relation def; extended isotopy def
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 60
diff changeset
   391
of $\bd M$.
4093d7979c56 local relation def; extended isotopy def
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 60
diff changeset
   392
Let $x \in \cC(M)$ be a field on $M$ and such that $\bd x$ is cuttable along $\bd Y$.
4093d7979c56 local relation def; extended isotopy def
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 60
diff changeset
   393
Let $c$ be $x$ restricted to $Y$.
4093d7979c56 local relation def; extended isotopy def
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 60
diff changeset
   394
Let $M \cup (Y\times I)$ denote $M$ glued to $Y\times I$ along $Y$.
62
fdb1cd651fd2 various small edits
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 61
diff changeset
   395
Then we have the glued field $x \bullet (c\times I)$ on $M \cup (Y\times I)$.
61
4093d7979c56 local relation def; extended isotopy def
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 60
diff changeset
   396
Let $f: M \cup (Y\times I) \to M$ be a collaring homeomorphism.
62
fdb1cd651fd2 various small edits
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 61
diff changeset
   397
Then we say that $x$ is {\it extended isotopic} to $f(x \bullet (c\times I))$.
61
4093d7979c56 local relation def; extended isotopy def
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 60
diff changeset
   398
More generally, we define extended isotopy to be the equivalence relation on fields
4093d7979c56 local relation def; extended isotopy def
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 60
diff changeset
   399
on $M$ generated by isotopy plus all instance of the above construction
4093d7979c56 local relation def; extended isotopy def
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 60
diff changeset
   400
(for all appropriate $Y$ and $x$).
4093d7979c56 local relation def; extended isotopy def
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 60
diff changeset
   401
4093d7979c56 local relation def; extended isotopy def
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 60
diff changeset
   402
\nn{should also say something about pseudo-isotopy}
59
ac5c74fa38d7 most of fields def; still missing last two items;
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 58
diff changeset
   403
67
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 65
diff changeset
   404
%\bigskip
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 65
diff changeset
   405
%\hrule
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 65
diff changeset
   406
%\bigskip
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 65
diff changeset
   407
%
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 65
diff changeset
   408
%\input{text/fields.tex}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 65
diff changeset
   409
%
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 65
diff changeset
   410
%
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 65
diff changeset
   411
%\bigskip
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 65
diff changeset
   412
%\hrule
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 65
diff changeset
   413
%\bigskip
60
46b5c4f3e83c finished draft of fields definition; begin to work on local relations definition
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 59
diff changeset
   414
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   415
\nn{note: probably will suppress from notation the distinction
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   416
between fields and their (orientation-reversal) duals}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   417
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   418
\nn{remark that if top dimensional fields are not already linear
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   419
then we will soon linearize them(?)}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   420
60
46b5c4f3e83c finished draft of fields definition; begin to work on local relations definition
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 59
diff changeset
   421
We now describe in more detail systems of fields coming from sub-cell-complexes labeled
46b5c4f3e83c finished draft of fields definition; begin to work on local relations definition
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 59
diff changeset
   422
by $n$-category morphisms.
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   423
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   424
Given an $n$-category $C$ with the right sort of duality
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   425
(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
   426
we can construct a system of fields as follows.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   427
Roughly speaking, $\cC(X)$ will the set of all embedded cell complexes in $X$
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   428
with codimension $i$ cells labeled by $i$-morphisms of $C$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   429
We'll spell this out for $n=1,2$ and then describe the general case.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   430
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   431
If $X$ has boundary, we require that the cell decompositions are in general
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   432
position with respect to the boundary --- the boundary intersects each cell
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   433
transversely, so cells meeting the boundary are mere half-cells.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   434
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   435
Put another way, the cell decompositions we consider are dual to standard cell
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   436
decompositions of $X$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   437
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   438
We will always assume that our $n$-categories have linear $n$-morphisms.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   439
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   440
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
   441
an object (0-morphism) of the 1-category $C$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   442
A field on a 1-manifold $S$ consists of
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   443
\begin{itemize}
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   444
    \item A cell decomposition of $S$ (equivalently, a finite collection
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   445
of points in the interior of $S$);
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   446
    \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
   447
by an object (0-morphism) of $C$;
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   448
    \item a transverse orientation of each 0-cell, thought of as a choice of
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   449
``domain" and ``range" for the two adjacent 1-cells; and
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   450
    \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
   451
domain and range determined by the transverse orientation and the labelings of the 1-cells.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   452
\end{itemize}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   453
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   454
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
   455
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
   456
interior of $S$, each transversely oriented and each labeled by an element (1-morphism)
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   457
of the algebra.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   458
4
8599e156a169 misc. edit, nothing major
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 3
diff changeset
   459
\medskip
8599e156a169 misc. edit, nothing major
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 3
diff changeset
   460
8599e156a169 misc. edit, nothing major
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 3
diff changeset
   461
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
   462
that are common in the literature.
8599e156a169 misc. edit, nothing major
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 3
diff changeset
   463
We describe these carefully here.
8599e156a169 misc. edit, nothing major
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 3
diff changeset
   464
8599e156a169 misc. edit, nothing major
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 3
diff changeset
   465
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
   466
an object of the 2-category $C$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   467
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
   468
A field on a 2-manifold $Y$ consists of
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   469
\begin{itemize}
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   470
    \item A cell decomposition of $Y$ (equivalently, a graph embedded in $Y$ such
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   471
that each component of the complement is homeomorphic to a disk);
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   472
    \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
   473
by a 0-morphism of $C$;
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   474
    \item a transverse orientation of each 1-cell, thought of as a choice of
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   475
``domain" and ``range" for the two adjacent 2-cells;
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   476
    \item a labeling of each 1-cell by a 1-morphism of $C$, with
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   477
domain and range determined by the transverse orientation of the 1-cell
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   478
and the labelings of the 2-cells;
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   479
    \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
   480
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
   481
to $\pm 1 \in S^1$; and
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   482
    \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
   483
determined by the labelings of the 1-cells and the parameterizations of the previous
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   484
bullet.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   485
\end{itemize}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   486
\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
   487
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   488
For general $n$, a field on a $k$-manifold $X^k$ consists of
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   489
\begin{itemize}
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   490
    \item A cell decomposition of $X$;
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   491
    \item an explicit general position homeomorphism from the link of each $j$-cell
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   492
to the boundary of the standard $(k-j)$-dimensional bihedron; and
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   493
    \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
   494
domain and range determined by the labelings of the link of $j$-cell.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   495
\end{itemize}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   496
4
8599e156a169 misc. edit, nothing major
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 3
diff changeset
   497
%\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
   498
%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
   499
%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
   500
8599e156a169 misc. edit, nothing major
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 3
diff changeset
   501
\medskip
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   502
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   503
For top dimensional ($n$-dimensional) manifolds, we're actually interested
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   504
in the linearized space of fields.
62
fdb1cd651fd2 various small edits
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 61
diff changeset
   505
By default, define $\lf(X) = \c[\cC(X)]$; that is, $\lf(X)$ is
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   506
the vector space of finite
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   507
linear combinations of fields on $X$.
62
fdb1cd651fd2 various small edits
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 61
diff changeset
   508
If $X$ has boundary, we of course fix a boundary condition: $\lf(X; a) = \c[\cC(X; a)]$.
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   509
Thus the restriction (to boundary) maps are well defined because we never
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   510
take linear combinations of fields with differing boundary conditions.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   511
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   512
In some cases we don't linearize the default way; instead we take the
62
fdb1cd651fd2 various small edits
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 61
diff changeset
   513
spaces $\lf(X; a)$ to be part of the data for the system of fields.
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   514
In particular, for fields based on linear $n$-category pictures we linearize as follows.
62
fdb1cd651fd2 various small edits
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 61
diff changeset
   515
Define $\lf(X; a) = \c[\cC(X; a)]/K$, where $K$ is the space generated by
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   516
obvious relations on 0-cell labels.
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   517
More specifically, let $L$ be a cell decomposition of $X$
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   518
and let $p$ be a 0-cell of $L$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   519
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
   520
$\alpha_c$ labels $p$ by $c$ and $\alpha_d$ labels $p$ by $d$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   521
Then the subspace $K$ is generated by things of the form
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   522
$\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
   523
to infer the meaning of $\alpha_{\lambda c + d}$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   524
Note that we are still assuming that $n$-categories have linear spaces of $n$-morphisms.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   525
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   526
\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
   527
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
   528
space we do something like this; ? say something about tensor
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   529
product of all the linear label spaces?  Yes:}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   530
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   531
For top dimensional ($n$-dimensional) manifolds, we linearize as follows.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   532
Define an ``almost-field" to be a field without labels on the 0-cells.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   533
(Recall that 0-cells are labeled by $n$-morphisms.)
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   534
To each unlabeled 0-cell in an almost field there corresponds a (linear) $n$-morphism
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   535
space determined by the labeling of the link of the 0-cell.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   536
(If the 0-cell were labeled, the label would live in this space.)
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   537
We associate to each almost-labeling the tensor product of these spaces (one for each 0-cell).
62
fdb1cd651fd2 various small edits
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 61
diff changeset
   538
We now define $\lf(X; a)$ to be the direct sum over all almost labelings of the
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   539
above tensor products.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   540
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   541
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   542
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   543
\subsection{Local relations}
22
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   544
\label{sec:local-relations}
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   545
60
46b5c4f3e83c finished draft of fields definition; begin to work on local relations definition
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 59
diff changeset
   546
62
fdb1cd651fd2 various small edits
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 61
diff changeset
   547
A {\it local relation} is a collection subspaces $U(B; c) \sub \lf(B; c)$,
fdb1cd651fd2 various small edits
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 61
diff changeset
   548
for all $n$-manifolds $B$ which are
fdb1cd651fd2 various small edits
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 61
diff changeset
   549
homeomorphic to the standard $n$-ball and all $c \in \cC(\bd B)$, 
fdb1cd651fd2 various small edits
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 61
diff changeset
   550
satisfying the following properties.
60
46b5c4f3e83c finished draft of fields definition; begin to work on local relations definition
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 59
diff changeset
   551
\begin{enumerate}
61
4093d7979c56 local relation def; extended isotopy def
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 60
diff changeset
   552
\item functoriality: 
4093d7979c56 local relation def; extended isotopy def
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 60
diff changeset
   553
$f(U(B; c)) = U(B', f(c))$ for all homeomorphisms $f: B \to B'$
4093d7979c56 local relation def; extended isotopy def
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 60
diff changeset
   554
\item local relations imply extended isotopy: 
4093d7979c56 local relation def; extended isotopy def
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 60
diff changeset
   555
if $x, y \in \cC(B; c)$ and $x$ is extended isotopic 
4093d7979c56 local relation def; extended isotopy def
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 60
diff changeset
   556
to $y$, then $x-y \in U(B; c)$.
4093d7979c56 local relation def; extended isotopy def
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 60
diff changeset
   557
\item ideal with respect to gluing:
62
fdb1cd651fd2 various small edits
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 61
diff changeset
   558
if $B = B' \cup B''$, $x\in U(B')$, and $c\in \cC(B'')$, then $x\bullet r \in U(B)$
60
46b5c4f3e83c finished draft of fields definition; begin to work on local relations definition
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 59
diff changeset
   559
\end{enumerate}
46b5c4f3e83c finished draft of fields definition; begin to work on local relations definition
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 59
diff changeset
   560
See \cite{kw:tqft} for details.
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   561
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   562
62
fdb1cd651fd2 various small edits
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 61
diff changeset
   563
For maps into spaces, $U(B; c)$ is generated by things of the form $a-b \in \lf(B; c)$,
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   564
where $a$ and $b$ are maps (fields) which are homotopic rel boundary.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   565
61
4093d7979c56 local relation def; extended isotopy def
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 60
diff changeset
   566
For $n$-category pictures, $U(B; c)$ is equal to the kernel of the evaluation map
62
fdb1cd651fd2 various small edits
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 61
diff changeset
   567
$\lf(B; c) \to \mor(c', c'')$, where $(c', c'')$ is some (any) division of $c$ into
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   568
domain and range.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   569
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   570
\nn{maybe examples of local relations before general def?}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   571
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   572
Given a system of fields and local relations, we define the skein space
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   573
$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
   574
the $n$-manifold $Y$ modulo local relations.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   575
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
   576
is defined to be the dual of $A(Y; c)$.
23
7b0a43bdd3c4 writing definitions of topological a_\infty categories, modules, etc.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 22
diff changeset
   577
(See \cite{kw:tqft} or xxxx for details.)
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   578
62
fdb1cd651fd2 various small edits
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 61
diff changeset
   579
\nn{should expand above paragraph}
fdb1cd651fd2 various small edits
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 61
diff changeset
   580
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   581
The blob complex is in some sense the derived version of $A(Y; c)$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   582
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   583
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   584
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   585
\subsection{The blob complex}
22
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   586
\label{sec:blob-definition}
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   587
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   588
Let $X$ be an $n$-manifold.
63
71b4e45f47f6 reworked blob complex definition
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 62
diff changeset
   589
Assume a fixed system of fields and local relations.
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   590
In this section we will usually suppress boundary conditions on $X$ from the notation
62
fdb1cd651fd2 various small edits
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 61
diff changeset
   591
(e.g. write $\lf(X)$ instead of $\lf(X; c)$).
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   592
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   593
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
   594
submanifold of $X$, then $X \setmin Y$ implicitly means the closure
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   595
$\overline{X \setmin Y}$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   596
63
71b4e45f47f6 reworked blob complex definition
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 62
diff changeset
   597
We will define $\bc_0(X)$, $\bc_1(X)$ and $\bc_2(X)$, then give the general case $\bc_k(X)$.
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   598
62
fdb1cd651fd2 various small edits
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 61
diff changeset
   599
Define $\bc_0(X) = \lf(X)$.
fdb1cd651fd2 various small edits
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 61
diff changeset
   600
(If $X$ has nonempty boundary, instead define $\bc_0(X; c) = \lf(X; c)$.
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   601
We'll omit this sort of detail in the rest of this section.)
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   602
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
   603
63
71b4e45f47f6 reworked blob complex definition
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 62
diff changeset
   604
$\bc_1(X)$ is, roughly, the space of all local relations that can be imposed on $\bc_0(X)$.
71b4e45f47f6 reworked blob complex definition
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 62
diff changeset
   605
Less roughly (but still not the official definition), $\bc_1(X)$ is finite linear
71b4e45f47f6 reworked blob complex definition
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 62
diff changeset
   606
combinations of 1-blob diagrams, where a 1-blob diagram to consists of
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   607
\begin{itemize}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   608
\item An embedded closed ball (``blob") $B \sub X$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   609
\item A field $r \in \cC(X \setmin B; c)$
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   610
(for some $c \in \cC(\bd B) = \cC(\bd(X \setmin B))$).
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   611
\item A local relation field $u \in U(B; c)$
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   612
(same $c$ as previous bullet).
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   613
\end{itemize}
63
71b4e45f47f6 reworked blob complex definition
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 62
diff changeset
   614
In order to get the linear structure correct, we (officially) define
71b4e45f47f6 reworked blob complex definition
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 62
diff changeset
   615
\[
71b4e45f47f6 reworked blob complex definition
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 62
diff changeset
   616
	\bc_1(X) \deq \bigoplus_B \bigoplus_c U(B; c) \otimes \lf(X \setmin B; c) .
71b4e45f47f6 reworked blob complex definition
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 62
diff changeset
   617
\]
71b4e45f47f6 reworked blob complex definition
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 62
diff changeset
   618
The first direct sum is indexed by all blobs $B\subset X$, and the second
71b4e45f47f6 reworked blob complex definition
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 62
diff changeset
   619
by all boundary conditions $c \in \cC(\bd B)$.
71b4e45f47f6 reworked blob complex definition
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 62
diff changeset
   620
Note that $\bc_1(X)$ is spanned by 1-blob diagrams $(B, u, r)$.
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   621
63
71b4e45f47f6 reworked blob complex definition
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 62
diff changeset
   622
Define the boundary map $\bd : \bc_1(X) \to \bc_0(X)$ by 
71b4e45f47f6 reworked blob complex definition
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 62
diff changeset
   623
\[ 
71b4e45f47f6 reworked blob complex definition
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 62
diff changeset
   624
	(B, u, r) \mapsto u\bullet r, 
71b4e45f47f6 reworked blob complex definition
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 62
diff changeset
   625
\]
71b4e45f47f6 reworked blob complex definition
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 62
diff changeset
   626
where $u\bullet r$ denotes the linear
71b4e45f47f6 reworked blob complex definition
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 62
diff changeset
   627
combination of fields on $X$ obtained by gluing $u$ to $r$.
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   628
In other words $\bd : \bc_1(X) \to \bc_0(X)$ is given by
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   629
just erasing the blob from the picture
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   630
(but keeping the blob label $u$).
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   631
4
8599e156a169 misc. edit, nothing major
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 3
diff changeset
   632
Note that the skein space $A(X)$
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   633
is naturally isomorphic to $\bc_0(X)/\bd(\bc_1(X))) = H_0(\bc_*(X))$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   634
63
71b4e45f47f6 reworked blob complex definition
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 62
diff changeset
   635
$\bc_2(X)$ is, roughly, the space of all relations (redundancies) among the 
71b4e45f47f6 reworked blob complex definition
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 62
diff changeset
   636
local relations encoded in $\bc_1(X)$.
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   637
More specifically, $\bc_2(X)$ is the space of all finite linear combinations of
63
71b4e45f47f6 reworked blob complex definition
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 62
diff changeset
   638
2-blob diagrams, of which there are two types, disjoint and nested.
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   639
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   640
A disjoint 2-blob diagram consists of
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   641
\begin{itemize}
63
71b4e45f47f6 reworked blob complex definition
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 62
diff changeset
   642
\item A pair of closed balls (blobs) $B_0, B_1 \sub X$ with disjoint interiors.
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   643
\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
   644
(where $c_i \in \cC(\bd B_i)$).
63
71b4e45f47f6 reworked blob complex definition
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 62
diff changeset
   645
\item Local relation fields $u_i \in U(B_i; c_i)$, $i=1,2$.
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   646
\end{itemize}
63
71b4e45f47f6 reworked blob complex definition
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 62
diff changeset
   647
We also identify $(B_0, B_1, u_0, u_1, r)$ with $-(B_1, B_0, u_1, u_0, r)$;
71b4e45f47f6 reworked blob complex definition
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 62
diff changeset
   648
reversing the order of the blobs changes the sign.
71b4e45f47f6 reworked blob complex definition
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 62
diff changeset
   649
Define $\bd(B_0, B_1, u_0, u_1, r) = 
71b4e45f47f6 reworked blob complex definition
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 62
diff changeset
   650
(B_1, u_1, u_0\bullet r) - (B_0, u_0, u_1\bullet r) \in \bc_1(X)$.
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   651
In other words, the boundary of a disjoint 2-blob diagram
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   652
is the sum (with alternating signs)
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   653
of the two ways of erasing one of the blobs.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   654
It's easy to check that $\bd^2 = 0$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   655
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   656
A nested 2-blob diagram consists of
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   657
\begin{itemize}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   658
\item A pair of nested balls (blobs) $B_0 \sub B_1 \sub X$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   659
\item A field $r \in \cC(X \setmin B_0; c_0)$
63
71b4e45f47f6 reworked blob complex definition
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 62
diff changeset
   660
(for some $c_0 \in \cC(\bd B_0)$), which is cuttable along $\bd B_1$.
71b4e45f47f6 reworked blob complex definition
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 62
diff changeset
   661
\item A local relation field $u_0 \in U(B_0; c_0)$.
71b4e45f47f6 reworked blob complex definition
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 62
diff changeset
   662
\end{itemize}
62
fdb1cd651fd2 various small edits
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 61
diff changeset
   663
Let $r = r_1 \bullet r'$, where $r_1 \in \cC(B_1 \setmin B_0; c_0, c_1)$
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   664
(for some $c_1 \in \cC(B_1)$) and
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   665
$r' \in \cC(X \setmin B_1; c_1)$.
63
71b4e45f47f6 reworked blob complex definition
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 62
diff changeset
   666
Define $\bd(B_0, B_1, u_0, r) = (B_1, u_0\bullet r_1, r') - (B_0, u_0, r)$.
71b4e45f47f6 reworked blob complex definition
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 62
diff changeset
   667
Note that the requirement that
71b4e45f47f6 reworked blob complex definition
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 62
diff changeset
   668
local relations are an ideal with respect to gluing guarantees that $u_0\bullet r_1 \in U(B_1)$.
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   669
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
   670
sum of the two ways of erasing one of the blobs.
63
71b4e45f47f6 reworked blob complex definition
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 62
diff changeset
   671
If we erase the inner blob, the outer blob inherits the label $u_0\bullet r_1$.
71b4e45f47f6 reworked blob complex definition
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 62
diff changeset
   672
It is again easy to check that $\bd^2 = 0$.
71b4e45f47f6 reworked blob complex definition
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 62
diff changeset
   673
71b4e45f47f6 reworked blob complex definition
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 62
diff changeset
   674
\nn{should draw figures for 1, 2 and $k$-blob diagrams}
71b4e45f47f6 reworked blob complex definition
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 62
diff changeset
   675
71b4e45f47f6 reworked blob complex definition
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 62
diff changeset
   676
As with the 1-blob diagrams, in order to get the linear structure correct it is better to define
71b4e45f47f6 reworked blob complex definition
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 62
diff changeset
   677
(officially)
71b4e45f47f6 reworked blob complex definition
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 62
diff changeset
   678
\begin{eqnarray*}
71b4e45f47f6 reworked blob complex definition
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 62
diff changeset
   679
	\bc_2(X) & \deq &
71b4e45f47f6 reworked blob complex definition
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 62
diff changeset
   680
	\left( 
71b4e45f47f6 reworked blob complex definition
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 62
diff changeset
   681
		\bigoplus_{B_0, B_1 \text{disjoint}} \bigoplus_{c_0, c_1}
71b4e45f47f6 reworked blob complex definition
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 62
diff changeset
   682
			U(B_0; c_0) \otimes U(B_1; c_1) \otimes \lf(X\setmin (B_0\cup B_1); c_0, c_1)
71b4e45f47f6 reworked blob complex definition
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 62
diff changeset
   683
	\right) \\
71b4e45f47f6 reworked blob complex definition
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 62
diff changeset
   684
	&& \bigoplus \left( 
71b4e45f47f6 reworked blob complex definition
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 62
diff changeset
   685
		\bigoplus_{B_0 \subset B_1} \bigoplus_{c_0}
71b4e45f47f6 reworked blob complex definition
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 62
diff changeset
   686
			U(B_0; c_0) \otimes \lf(X\setmin B_0; c_0)
71b4e45f47f6 reworked blob complex definition
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 62
diff changeset
   687
	\right) .
71b4e45f47f6 reworked blob complex definition
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 62
diff changeset
   688
\end{eqnarray*}
71b4e45f47f6 reworked blob complex definition
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 62
diff changeset
   689
The final $\lf(X\setmin B_0; c_0)$ above really means fields cuttable along $\bd B_1$,
71b4e45f47f6 reworked blob complex definition
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 62
diff changeset
   690
but we didn't feel like introducing a notation for that.
71b4e45f47f6 reworked blob complex definition
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 62
diff changeset
   691
For the disjoint blobs, reversing the ordering of $B_0$ and $B_1$ introduces a minus sign
71b4e45f47f6 reworked blob complex definition
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 62
diff changeset
   692
(rather than a new, linearly independent 2-blob diagram).
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   693
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   694
Now for the general case.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   695
A $k$-blob diagram consists of
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   696
\begin{itemize}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   697
\item A collection of blobs $B_i \sub X$, $i = 0, \ldots, k-1$.
63
71b4e45f47f6 reworked blob complex definition
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 62
diff changeset
   698
For each $i$ and $j$, we require that either $B_i$ and $B_j$have disjoint interiors or
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   699
$B_i \sub B_j$ or $B_j \sub B_i$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   700
(The case $B_i = B_j$ is allowed.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   701
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
   702
If a blob has no other blobs strictly contained in it, we call it a twig blob.
63
71b4e45f47f6 reworked blob complex definition
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 62
diff changeset
   703
\item Fields (boundary conditions) $c_i \in \cC(\bd B_i)$.
71b4e45f47f6 reworked blob complex definition
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 62
diff changeset
   704
(These are implied by the data in the next bullets, so we usually
71b4e45f47f6 reworked blob complex definition
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 62
diff changeset
   705
suppress them from the notation.)
71b4e45f47f6 reworked blob complex definition
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 62
diff changeset
   706
$c_i$ and $c_j$ must have identical restrictions to $\bd B_i \cap \bd B_j$
71b4e45f47f6 reworked blob complex definition
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 62
diff changeset
   707
if the latter space is not empty.
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   708
\item A field $r \in \cC(X \setmin B^t; c^t)$,
63
71b4e45f47f6 reworked blob complex definition
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 62
diff changeset
   709
where $B^t$ is the union of all the twig blobs and $c^t \in \cC(\bd B^t)$
71b4e45f47f6 reworked blob complex definition
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 62
diff changeset
   710
is determined by the $c_i$'s.
71b4e45f47f6 reworked blob complex definition
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 62
diff changeset
   711
$r$ is required to be cuttable along the boundaries of all blobs, twigs or not.
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   712
\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
   713
where $c_j$ is the restriction of $c^t$ to $\bd B_j$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   714
If $B_i = B_j$ then $u_i = u_j$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   715
\end{itemize}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   716
63
71b4e45f47f6 reworked blob complex definition
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 62
diff changeset
   717
If two blob diagrams $D_1$ and $D_2$ 
71b4e45f47f6 reworked blob complex definition
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 62
diff changeset
   718
differ only by a reordering of the blobs, then we identify
71b4e45f47f6 reworked blob complex definition
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 62
diff changeset
   719
$D_1 = \pm D_2$, where the sign is the sign of the permutation relating $D_1$ and $D_2$.
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   720
63
71b4e45f47f6 reworked blob complex definition
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 62
diff changeset
   721
$\bc_k(X)$ is, roughly, all finite linear combinations of $k$-blob diagrams.
71b4e45f47f6 reworked blob complex definition
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 62
diff changeset
   722
As before, the official definition is in terms of direct sums
71b4e45f47f6 reworked blob complex definition
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 62
diff changeset
   723
of tensor products:
71b4e45f47f6 reworked blob complex definition
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 62
diff changeset
   724
\[
71b4e45f47f6 reworked blob complex definition
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 62
diff changeset
   725
	\bc_k(X) \deq \bigoplus_{\overline{B}} \bigoplus_{\overline{c}}
71b4e45f47f6 reworked blob complex definition
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 62
diff changeset
   726
		\left( \otimes_j U(B_j; c_j)\right) \otimes \lf(X \setmin B^t; c^t) .
71b4e45f47f6 reworked blob complex definition
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 62
diff changeset
   727
\]
71b4e45f47f6 reworked blob complex definition
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 62
diff changeset
   728
Here $\overline{B}$ runs over all configurations of blobs, satisfying the conditions above.
71b4e45f47f6 reworked blob complex definition
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 62
diff changeset
   729
$\overline{c}$ runs over all boundary conditions, again as described above.
67
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 65
diff changeset
   730
$j$ runs over all indices of twig blobs. The final $\lf(X \setmin B^t; c^t)$ must be interpreted as fields which are cuttable along all of the blobs in $\overline{B}$.
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   731
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   732
The boundary map $\bd : \bc_k(X) \to \bc_{k-1}(X)$ is defined as follows.
63
71b4e45f47f6 reworked blob complex definition
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 62
diff changeset
   733
Let $b = (\{B_i\}, \{u_j\}, r)$ be a $k$-blob diagram.
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   734
Let $E_j(b)$ denote the result of erasing the $j$-th blob.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   735
If $B_j$ is not a twig blob, this involves only decrementing
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   736
the indices of blobs $B_{j+1},\ldots,B_{k-1}$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   737
If $B_j$ is a twig blob, we have to assign new local relation labels
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   738
if removing $B_j$ creates new twig blobs.
63
71b4e45f47f6 reworked blob complex definition
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 62
diff changeset
   739
If $B_l$ becomes a twig after removing $B_j$, then set $u_l = u_j\bullet r_l$,
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   740
where $r_l$ is the restriction of $r$ to $B_l \setmin B_j$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   741
Finally, define
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   742
\eq{
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   743
    \bd(b) = \sum_{j=0}^{k-1} (-1)^j E_j(b).
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   744
}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   745
The $(-1)^j$ factors imply that the terms of $\bd^2(b)$ all cancel.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   746
Thus we have a chain complex.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   747
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   748
\nn{?? say something about the ``shape" of tree? (incl = cone, disj = product)}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   749
63
71b4e45f47f6 reworked blob complex definition
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 62
diff changeset
   750
\nn{?? remark about dendroidal sets}
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   751
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   752
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   753
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   754
\section{Basic properties of the blob complex}
22
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   755
\label{sec:basic-properties}
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   756
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   757
\begin{prop} \label{disjunion}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   758
There is a natural isomorphism $\bc_*(X \du Y) \cong \bc_*(X) \otimes \bc_*(Y)$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   759
\end{prop}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   760
\begin{proof}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   761
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
   762
(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
   763
blob diagram $(b_1, b_2)$ on $X \du Y$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   764
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
   765
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
   766
to one that puts $X$ blobs before $Y$ blobs in the ordering, and so determines
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   767
a pair of blob diagrams on $X$ and $Y$.
65
15a79fb469e1 edits for "basic properties" section
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 63
diff changeset
   768
These two maps are compatible with our sign conventions.
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   769
The two maps are inverses of each other.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   770
\nn{should probably say something about sign conventions for the differential
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   771
in a tensor product of chain complexes; ask Scott}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   772
\end{proof}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   773
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   774
For the next proposition we will temporarily restore $n$-manifold boundary
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   775
conditions to the notation.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   776
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   777
Suppose that for all $c \in \cC(\bd B^n)$
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   778
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
   779
of the quotient map
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   780
$p: \bc_0(B^n; c) \to H_0(\bc_*(B^n, c))$.
65
15a79fb469e1 edits for "basic properties" section
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 63
diff changeset
   781
For example, this is always the case if you coefficient ring is a field.
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   782
Then
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   783
\begin{prop} \label{bcontract}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   784
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
   785
is a chain homotopy equivalence
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   786
with inverse $s: H_0(\bc_*(B^n, c)) \to \bc_*(B^n; c)$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   787
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
   788
\end{prop}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   789
\begin{proof}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   790
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
   791
$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
   792
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
   793
an $(i{+}1)$-st blob equal to all of $B^n$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   794
In other words, add a new outermost blob which encloses all of the others.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   795
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
   796
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
   797
\end{proof}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   798
65
15a79fb469e1 edits for "basic properties" section
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 63
diff changeset
   799
Note that if there is no splitting $s$, we can let $h_0 = 0$ and get a homotopy
15a79fb469e1 edits for "basic properties" section
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 63
diff changeset
   800
equivalence to the 2-step complex $U(B^n; c) \to \cC(B^n; c)$.
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   801
65
15a79fb469e1 edits for "basic properties" section
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 63
diff changeset
   802
For fields based on $n$-categories, $H_0(\bc_*(B^n; c)) \cong \mor(c', c'')$,
15a79fb469e1 edits for "basic properties" section
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 63
diff changeset
   803
where $(c', c'')$ is some (any) splitting of $c$ into domain and range.
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   804
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   805
\medskip
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   806
65
15a79fb469e1 edits for "basic properties" section
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 63
diff changeset
   807
\nn{Maybe there is no longer a need to repeat the next couple of props here, since we also state them in the introduction.
15a79fb469e1 edits for "basic properties" section
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 63
diff changeset
   808
But I think it's worth saying that the Diff actions will be enhanced later.
15a79fb469e1 edits for "basic properties" section
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 63
diff changeset
   809
Maybe put that in the intro too.}
15a79fb469e1 edits for "basic properties" section
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 63
diff changeset
   810
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   811
As we noted above,
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   812
\begin{prop}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   813
There is a natural isomorphism $H_0(\bc_*(X)) \cong A(X)$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   814
\qed
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   815
\end{prop}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   816
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   817
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   818
\begin{prop}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   819
For fixed fields ($n$-cat), $\bc_*$ is a functor from the category
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   820
of $n$-manifolds and diffeomorphisms to the category of chain complexes and
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   821
(chain map) isomorphisms.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   822
\qed
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   823
\end{prop}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   824
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   825
In particular,
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   826
\begin{prop}  \label{diff0prop}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   827
There is an action of $\Diff(X)$ on $\bc_*(X)$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   828
\qed
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   829
\end{prop}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   830
22
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   831
The above will be greatly strengthened in Section \ref{sec:evaluation}.
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   832
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   833
\medskip
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   834
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   835
For the next proposition we will temporarily restore $n$-manifold boundary
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   836
conditions to the notation.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   837
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   838
Let $X$ be an $n$-manifold, $\bd X = Y \cup (-Y) \cup Z$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   839
Gluing the two copies of $Y$ together yields an $n$-manifold $X\sgl$
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   840
with boundary $Z\sgl$.
65
15a79fb469e1 edits for "basic properties" section
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 63
diff changeset
   841
Given compatible fields (boundary conditions) $a$, $b$ and $c$ on $Y$, $-Y$ and $Z$,
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   842
we have the blob complex $\bc_*(X; a, b, c)$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   843
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
   844
$X$ to get blob diagrams on $X\sgl$:
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   845
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   846
\begin{prop}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   847
There is a natural chain map
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   848
\eq{
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   849
    \gl: \bigoplus_a \bc_*(X; a, -a, c) \to \bc_*(X\sgl; c\sgl).
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   850
}
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   851
The sum is over all fields $a$ on $Y$ compatible at their
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   852
($n{-}2$-dimensional) boundaries with $c$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   853
`Natural' means natural with respect to the actions of diffeomorphisms.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   854
\qed
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   855
\end{prop}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   856
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   857
The above map is very far from being an isomorphism, even on homology.
22
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   858
This will be fixed in Section \ref{sec:gluing} below.
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   859
65
15a79fb469e1 edits for "basic properties" section
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 63
diff changeset
   860
\nn{Next para not need, since we already use bullet = gluing notation above(?)}
15a79fb469e1 edits for "basic properties" section
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 63
diff changeset
   861
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   862
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
   863
and $X\sgl = X_1 \cup_Y X_2$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   864
(Typically one of $X_1$ or $X_2$ is a disjoint union of balls.)
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   865
For $x_i \in \bc_*(X_i)$, we introduce the notation
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   866
\eq{
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
   867
    x_1 \bullet x_2 \deq \gl(x_1 \otimes x_2) .
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   868
}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   869
Note that we have resumed our habit of omitting boundary labels from the notation.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   870
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   871
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   872
65
15a79fb469e1 edits for "basic properties" section
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 63
diff changeset
   873
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
   874
15
7340ab80db25 rearranging the Hochschild section. Splitting things up into lemmas, and explaining why those lemmas are what we need.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 13
diff changeset
   875
\section{Hochschild homology when $n=1$}
7340ab80db25 rearranging the Hochschild section. Splitting things up into lemmas, and explaining why those lemmas are what we need.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 13
diff changeset
   876
\label{sec:hochschild}
7340ab80db25 rearranging the Hochschild section. Splitting things up into lemmas, and explaining why those lemmas are what we need.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 13
diff changeset
   877
\input{text/hochschild}
7
4ef2f77a4652 small to medium sized changes
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 5
diff changeset
   878
70
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 69
diff changeset
   879
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 69
diff changeset
   880
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 69
diff changeset
   881
22
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   882
\section{Action of $\CD{X}$}
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
   883
\label{sec:evaluation}
70
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 69
diff changeset
   884
\input{text/evmap}
69
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 67
diff changeset
   885
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 67
diff changeset
   886
70
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 69
diff changeset
   887
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 69
diff changeset
   888
18
aac9fd8d6bc6 finished with evaluation map stuff for now.
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 17
diff changeset
   889
55
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 54
diff changeset
   890
\input{text/A-infty.tex}
34
f46e6ff9f951 a little more
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 33
diff changeset
   891
55
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 54
diff changeset
   892
\input{text/gluing.tex}
51
195a0a91e062 continuing to write up commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 50
diff changeset
   893
195a0a91e062 continuing to write up commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 50
diff changeset
   894
195a0a91e062 continuing to write up commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 50
diff changeset
   895
47
939a4a5b1d80 increased line width; start to write commutative algebra results
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 45
diff changeset
   896
\section{Commutative algebras as $n$-categories}
939a4a5b1d80 increased line width; start to write commutative algebra results
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 45
diff changeset
   897
939a4a5b1d80 increased line width; start to write commutative algebra results
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 45
diff changeset
   898
\nn{this should probably not be a section by itself.  i'm just trying to write down the outline 
939a4a5b1d80 increased line width; start to write commutative algebra results
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 45
diff changeset
   899
while it's still fresh in my mind.}
939a4a5b1d80 increased line width; start to write commutative algebra results
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 45
diff changeset
   900
939a4a5b1d80 increased line width; start to write commutative algebra results
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 45
diff changeset
   901
If $C$ is a commutative algebra it
48
b7ade62bea27 more commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 47
diff changeset
   902
can (and will) also be thought of as an $n$-category whose $j$-morphisms are trivial for
b7ade62bea27 more commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 47
diff changeset
   903
$j<n$ and whose $n$-morphisms are $C$. 
47
939a4a5b1d80 increased line width; start to write commutative algebra results
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 45
diff changeset
   904
The goal of this \nn{subsection?} is to compute
939a4a5b1d80 increased line width; start to write commutative algebra results
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 45
diff changeset
   905
$\bc_*(M^n, C)$ for various commutative algebras $C$.
939a4a5b1d80 increased line width; start to write commutative algebra results
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 45
diff changeset
   906
939a4a5b1d80 increased line width; start to write commutative algebra results
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 45
diff changeset
   907
Let $k[t]$ denote the ring of polynomials in $t$ with coefficients in $k$.
939a4a5b1d80 increased line width; start to write commutative algebra results
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 45
diff changeset
   908
939a4a5b1d80 increased line width; start to write commutative algebra results
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 45
diff changeset
   909
Let $\Sigma^i(M)$ denote the $i$-th symmetric power of $M$, the configuration space of $i$
939a4a5b1d80 increased line width; start to write commutative algebra results
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 45
diff changeset
   910
unlabeled points in $M$.
48
b7ade62bea27 more commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 47
diff changeset
   911
Note that $\Sigma^0(M)$ is a point.
47
939a4a5b1d80 increased line width; start to write commutative algebra results
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 45
diff changeset
   912
Let $\Sigma^\infty(M) = \coprod_{i=0}^\infty \Sigma^i(M)$.
939a4a5b1d80 increased line width; start to write commutative algebra results
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 45
diff changeset
   913
49
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 48
diff changeset
   914
Let $C_*(X, k)$ denote the singular chain complex of the space $X$ with coefficients in $k$.
47
939a4a5b1d80 increased line width; start to write commutative algebra results
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 45
diff changeset
   915
51
195a0a91e062 continuing to write up commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 50
diff changeset
   916
\begin{prop} \label{sympowerprop}
52
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 51
diff changeset
   917
$\bc_*(M, k[t])$ is homotopy equivalent to $C_*(\Sigma^\infty(M), k)$.
47
939a4a5b1d80 increased line width; start to write commutative algebra results
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 45
diff changeset
   918
\end{prop}
939a4a5b1d80 increased line width; start to write commutative algebra results
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 45
diff changeset
   919
939a4a5b1d80 increased line width; start to write commutative algebra results
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 45
diff changeset
   920
\begin{proof}
939a4a5b1d80 increased line width; start to write commutative algebra results
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 45
diff changeset
   921
To define the chain maps between the two complexes we will use the following lemma:
939a4a5b1d80 increased line width; start to write commutative algebra results
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 45
diff changeset
   922
939a4a5b1d80 increased line width; start to write commutative algebra results
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 45
diff changeset
   923
\begin{lemma}
939a4a5b1d80 increased line width; start to write commutative algebra results
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 45
diff changeset
   924
Let $A_*$ and $B_*$ be chain complexes, and assume $A_*$ is equipped with
939a4a5b1d80 increased line width; start to write commutative algebra results
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 45
diff changeset
   925
a basis (e.g.\ blob diagrams or singular simplices).
939a4a5b1d80 increased line width; start to write commutative algebra results
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 45
diff changeset
   926
For each basis element $c \in A_*$ assume given a contractible subcomplex $R(c)_* \sub B_*$
48
b7ade62bea27 more commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 47
diff changeset
   927
such that $R(c')_* \sub R(c)_*$ whenever $c'$ is a basis element which is part of $\bd c$.
47
939a4a5b1d80 increased line width; start to write commutative algebra results
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 45
diff changeset
   928
Then the complex of chain maps (and (iterated) homotopies) $f:A_*\to B_*$ such that
939a4a5b1d80 increased line width; start to write commutative algebra results
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 45
diff changeset
   929
$f(c) \in R(c)_*$ for all $c$ is contractible (and in particular non-empty).
939a4a5b1d80 increased line width; start to write commutative algebra results
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 45
diff changeset
   930
\end{lemma}
939a4a5b1d80 increased line width; start to write commutative algebra results
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 45
diff changeset
   931
939a4a5b1d80 increased line width; start to write commutative algebra results
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 45
diff changeset
   932
\begin{proof}
939a4a5b1d80 increased line width; start to write commutative algebra results
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 45
diff changeset
   933
\nn{easy, but should probably write the details eventually}
939a4a5b1d80 increased line width; start to write commutative algebra results
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 45
diff changeset
   934
\end{proof}
939a4a5b1d80 increased line width; start to write commutative algebra results
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 45
diff changeset
   935
48
b7ade62bea27 more commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 47
diff changeset
   936
Our first task: For each blob diagram $b$ define a subcomplex $R(b)_* \sub C_*(\Sigma^\infty(M))$
b7ade62bea27 more commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 47
diff changeset
   937
satisfying the conditions of the above lemma.
b7ade62bea27 more commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 47
diff changeset
   938
If $b$ is a 0-blob diagram, then it is just a $k[t]$ field on $M$, which is a 
b7ade62bea27 more commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 47
diff changeset
   939
finite unordered collection of points of $M$ with multiplicities, which is
b7ade62bea27 more commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 47
diff changeset
   940
a point in $\Sigma^\infty(M)$.
b7ade62bea27 more commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 47
diff changeset
   941
Define $R(b)_*$ to be the singular chain complex of this point.
b7ade62bea27 more commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 47
diff changeset
   942
If $(B, u, r)$ is an $i$-blob diagram, let $D\sub M$ be its support (the union of the blobs).
b7ade62bea27 more commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 47
diff changeset
   943
The path components of $\Sigma^\infty(D)$ are contractible, and these components are indexed 
b7ade62bea27 more commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 47
diff changeset
   944
by the numbers of points in each component of $D$.
b7ade62bea27 more commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 47
diff changeset
   945
We may assume that the blob labels $u$ have homogeneous $t$ degree in $k[t]$, and so
b7ade62bea27 more commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 47
diff changeset
   946
$u$ picks out a component $X \sub \Sigma^\infty(D)$.
b7ade62bea27 more commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 47
diff changeset
   947
The field $r$ on $M\setminus D$ can be thought of as a point in $\Sigma^\infty(M\setminus D)$,
b7ade62bea27 more commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 47
diff changeset
   948
and using this point we can embed $X$ in $\Sigma^\infty(M)$.
b7ade62bea27 more commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 47
diff changeset
   949
Define $R(B, u, r)_*$ to be the singular chain complex of $X$, thought of as a 
b7ade62bea27 more commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 47
diff changeset
   950
subspace of $\Sigma^\infty(M)$.
b7ade62bea27 more commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 47
diff changeset
   951
It is easy to see that $R(\cdot)_*$ satisfies the condition on boundaries from the above lemma.
b7ade62bea27 more commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 47
diff changeset
   952
Thus we have defined (up to homotopy) a map from 
b7ade62bea27 more commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 47
diff changeset
   953
$\bc_*(M^n, k[t])$ to $C_*(\Sigma^\infty(M))$.
47
939a4a5b1d80 increased line width; start to write commutative algebra results
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 45
diff changeset
   954
48
b7ade62bea27 more commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 47
diff changeset
   955
Next we define, for each simplex $c$ of $C_*(\Sigma^\infty(M))$, a contractible subspace
b7ade62bea27 more commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 47
diff changeset
   956
$R(c)_* \sub \bc_*(M^n, k[t])$.
b7ade62bea27 more commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 47
diff changeset
   957
If $c$ is a 0-simplex we use the identification of the fields $\cC(M)$ and 
b7ade62bea27 more commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 47
diff changeset
   958
$\Sigma^\infty(M)$ described above.
b7ade62bea27 more commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 47
diff changeset
   959
Now let $c$ be an $i$-simplex of $\Sigma^j(M)$.
b7ade62bea27 more commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 47
diff changeset
   960
Choose a metric on $M$, which induces a metric on $\Sigma^j(M)$.
b7ade62bea27 more commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 47
diff changeset
   961
We may assume that the diameter of $c$ is small --- that is, $C_*(\Sigma^j(M))$
b7ade62bea27 more commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 47
diff changeset
   962
is homotopy equivalent to the subcomplex of small simplices.
b7ade62bea27 more commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 47
diff changeset
   963
How small?  $(2r)/3j$, where $r$ is the radius of injectivity of the metric.
b7ade62bea27 more commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 47
diff changeset
   964
Let $T\sub M$ be the ``track" of $c$ in $M$.
b7ade62bea27 more commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 47
diff changeset
   965
\nn{do we need to define this precisely?}
b7ade62bea27 more commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 47
diff changeset
   966
Choose a neighborhood $D$ of $T$ which is a disjoint union of balls of small diameter.
b7ade62bea27 more commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 47
diff changeset
   967
\nn{need to say more precisely how small}
b7ade62bea27 more commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 47
diff changeset
   968
Define $R(c)_*$ to be $\bc_*(D, k[t]) \sub \bc_*(M^n, k[t])$.
b7ade62bea27 more commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 47
diff changeset
   969
This is contractible by \ref{bcontract}.
b7ade62bea27 more commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 47
diff changeset
   970
We can arrange that the boundary/inclusion condition is satisfied if we start with
b7ade62bea27 more commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 47
diff changeset
   971
low-dimensional simplices and work our way up.
b7ade62bea27 more commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 47
diff changeset
   972
\nn{need to be more precise}
b7ade62bea27 more commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 47
diff changeset
   973
b7ade62bea27 more commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 47
diff changeset
   974
\nn{still to do: show indep of choice of metric; show compositions are homotopic to the identity
b7ade62bea27 more commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 47
diff changeset
   975
(for this, might need a lemma that says we can assume that blob diameters are small)}
47
939a4a5b1d80 increased line width; start to write commutative algebra results
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 45
diff changeset
   976
\end{proof}
939a4a5b1d80 increased line width; start to write commutative algebra results
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 45
diff changeset
   977
939a4a5b1d80 increased line width; start to write commutative algebra results
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 45
diff changeset
   978
50
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 49
diff changeset
   979
\begin{prop} \label{ktcdprop}
49
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 48
diff changeset
   980
The above maps are compatible with the evaluation map actions of $C_*(\Diff(M))$.
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 48
diff changeset
   981
\end{prop}
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 48
diff changeset
   982
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 48
diff changeset
   983
\begin{proof}
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 48
diff changeset
   984
The actions agree in degree 0, and both are compatible with gluing.
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 48
diff changeset
   985
(cf. uniqueness statement in \ref{CDprop}.)
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 48
diff changeset
   986
\end{proof}
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 48
diff changeset
   987
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 48
diff changeset
   988
\medskip
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 48
diff changeset
   989
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 48
diff changeset
   990
In view of \ref{hochthm}, we have proved that $HH_*(k[t]) \cong C_*(\Sigma^\infty(S^1), k)$,
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 48
diff changeset
   991
and that the cyclic homology of $k[t]$ is related to the action of rotations
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 48
diff changeset
   992
on $C_*(\Sigma^\infty(S^1), k)$.
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 48
diff changeset
   993
\nn{probably should put a more precise statement about cyclic homology and $S^1$ actions in the Hochschild section}
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 48
diff changeset
   994
Let us check this directly.
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 48
diff changeset
   995
50
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 49
diff changeset
   996
According to \nn{Loday, 3.2.2}, $HH_i(k[t]) \cong k[t]$ for $i=0,1$ and is zero for $i\ge 2$.
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 49
diff changeset
   997
\nn{say something about $t$-degree?  is this in [Loday]?}
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 49
diff changeset
   998
49
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 48
diff changeset
   999
We can define a flow on $\Sigma^j(S^1)$ by having the points repel each other.
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 48
diff changeset
  1000
The fixed points of this flow are the equally spaced configurations.
50
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 49
diff changeset
  1001
This defines a map from $\Sigma^j(S^1)$ to $S^1/j$ ($S^1$ modulo a $2\pi/j$ rotation).
49
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 48
diff changeset
  1002
The fiber of this map is $\Delta^{j-1}$, the $(j-1)$-simplex, 
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 48
diff changeset
  1003
and the holonomy of the $\Delta^{j-1}$ bundle
50
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 49
diff changeset
  1004
over $S^1/j$ is induced by the cyclic permutation of its $j$ vertices.
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 49
diff changeset
  1005
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 49
diff changeset
  1006
In particular, $\Sigma^j(S^1)$ is homotopy equivalent to a circle for $j>0$, and
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 49
diff changeset
  1007
of course $\Sigma^0(S^1)$ is a point.
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 49
diff changeset
  1008
Thus the singular homology $H_i(\Sigma^\infty(S^1))$ has infinitely many generators for $i=0,1$
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 49
diff changeset
  1009
and is zero for $i\ge 2$.
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 49
diff changeset
  1010
\nn{say something about $t$-degrees also matching up?}
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 49
diff changeset
  1011
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 49
diff changeset
  1012
By xxxx and \ref{ktcdprop}, 
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 49
diff changeset
  1013
the cyclic homology of $k[t]$ is the $S^1$-equivariant homology of $\Sigma^\infty(S^1)$.
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 49
diff changeset
  1014
Up to homotopy, $S^1$ acts by $j$-fold rotation on $\Sigma^j(S^1) \simeq S^1/j$.
51
195a0a91e062 continuing to write up commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 50
diff changeset
  1015
If $k = \z$, $\Sigma^j(S^1)$ contributes the homology of an infinite lens space: $\z$ in degree
195a0a91e062 continuing to write up commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 50
diff changeset
  1016
0, $\z/j \z$ in odd degrees, and 0 in positive even degrees.
195a0a91e062 continuing to write up commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 50
diff changeset
  1017
The point $\Sigma^0(S^1)$ contributes the homology of $BS^1$ which is $\z$ in even 
195a0a91e062 continuing to write up commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 50
diff changeset
  1018
degrees and 0 in odd degrees.
195a0a91e062 continuing to write up commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 50
diff changeset
  1019
This agrees with the calculation in \nn{Loday, 3.1.7}.
195a0a91e062 continuing to write up commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 50
diff changeset
  1020
195a0a91e062 continuing to write up commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 50
diff changeset
  1021
\medskip
195a0a91e062 continuing to write up commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 50
diff changeset
  1022
195a0a91e062 continuing to write up commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 50
diff changeset
  1023
Next we consider the case $C = k[t_1, \ldots, t_m]$, commutative polynomials in $m$ variables.
195a0a91e062 continuing to write up commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 50
diff changeset
  1024
Let $\Sigma_m^\infty(M)$ be the $m$-colored infinite symmetric power of $M$, that is, configurations
195a0a91e062 continuing to write up commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 50
diff changeset
  1025
of points on $M$ which can have any of $m$ distinct colors but are otherwise indistinguishable.
195a0a91e062 continuing to write up commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 50
diff changeset
  1026
The components of $\Sigma_m^\infty(M)$ are indexed by $m$-tuples of natural numbers
195a0a91e062 continuing to write up commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 50
diff changeset
  1027
corresponding to the number of points of each color of a configuration.
195a0a91e062 continuing to write up commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 50
diff changeset
  1028
A proof similar to that of \ref{sympowerprop} shows that
195a0a91e062 continuing to write up commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 50
diff changeset
  1029
195a0a91e062 continuing to write up commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 50
diff changeset
  1030
\begin{prop}
52
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 51
diff changeset
  1031
$\bc_*(M, k[t_1, \ldots, t_m])$ is homotopy equivalent to $C_*(\Sigma_m^\infty(M), k)$.
51
195a0a91e062 continuing to write up commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 50
diff changeset
  1032
\end{prop}
195a0a91e062 continuing to write up commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 50
diff changeset
  1033
195a0a91e062 continuing to write up commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 50
diff changeset
  1034
According to \nn{Loday, 3.2.2},
195a0a91e062 continuing to write up commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 50
diff changeset
  1035
\[
195a0a91e062 continuing to write up commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 50
diff changeset
  1036
	HH_n(k[t_1, \ldots, t_m]) \cong \Lambda^n(k^m) \otimes k[t_1, \ldots, t_m] .
195a0a91e062 continuing to write up commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 50
diff changeset
  1037
\]
195a0a91e062 continuing to write up commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 50
diff changeset
  1038
Let us check that this is also the singular homology of $\Sigma_m^\infty(S^1)$.
195a0a91e062 continuing to write up commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 50
diff changeset
  1039
We will content ourselves with the case $k = \z$.
195a0a91e062 continuing to write up commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 50
diff changeset
  1040
One can define a flow on $\Sigma_m^\infty(S^1)$ where points of the same color repel each other and points of different colors do not interact.
195a0a91e062 continuing to write up commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 50
diff changeset
  1041
This shows that a component $X$ of $\Sigma_m^\infty(S^1)$ is homotopy equivalent
195a0a91e062 continuing to write up commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 50
diff changeset
  1042
to the torus $(S^1)^l$, where $l$ is the number of non-zero entries in the $m$-tuple
195a0a91e062 continuing to write up commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 50
diff changeset
  1043
corresponding to $X$.
195a0a91e062 continuing to write up commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 50
diff changeset
  1044
The homology calculation we desire follows easily from this.
195a0a91e062 continuing to write up commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 50
diff changeset
  1045
195a0a91e062 continuing to write up commutative algebra stuff
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 50
diff changeset
  1046
\nn{say something about cyclic homology in this case?  probably not necessary.}
49
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 48
diff changeset
  1047
52
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 51
diff changeset
  1048
\medskip
49
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 48
diff changeset
  1049
52
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 51
diff changeset
  1050
Next we consider the case $C = k[t]/t^l$ --- polynomials in $t$ with $t^l = 0$.
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 51
diff changeset
  1051
Define $\Delta_l \sub \Sigma^\infty(M)$ to be those configurations of points with $l$ or
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 51
diff changeset
  1052
more points coinciding.
49
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 48
diff changeset
  1053
52
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 51
diff changeset
  1054
\begin{prop}
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 51
diff changeset
  1055
$\bc_*(M, k[t]/t^l)$ is homotopy equivalent to $C_*(\Sigma^\infty(M), \Delta_l, k)$
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 51
diff changeset
  1056
(relative singular chains with coefficients in $k$).
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 51
diff changeset
  1057
\end{prop}
49
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 48
diff changeset
  1058
52
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 51
diff changeset
  1059
\begin{proof}
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 51
diff changeset
  1060
\nn{...}
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 51
diff changeset
  1061
\end{proof}
49
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 48
diff changeset
  1062
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 48
diff changeset
  1063
\nn{...}
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 48
diff changeset
  1064
47
939a4a5b1d80 increased line width; start to write commutative algebra results
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 45
diff changeset
  1065
939a4a5b1d80 increased line width; start to write commutative algebra results
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 45
diff changeset
  1066
22
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
  1067
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
  1068
\appendix
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
  1069
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
  1070
\section{Families of Diffeomorphisms}  \label{sec:localising}
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1071
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1072
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1073
Lo, the proof of Lemma (\ref{extension_lemma}):
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1074
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1075
\nn{should this be an appendix instead?}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1076
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1077
\nn{for pedagogical reasons, should do $k=1,2$ cases first; probably do this in
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1078
later draft}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1079
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1080
\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
  1081
about boundary later}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1082
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
  1083
Recall that we are given
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1084
an open cover $\cU = \{U_\alpha\}$ and an
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1085
$x \in CD_k(X)$ such that $\bd x$ is adapted to $\cU$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1086
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
  1087
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1088
Let $\{r_\alpha : X \to [0,1]\}$ be a partition of unity for $\cU$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1089
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1090
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
  1091
with a single singular cell
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1092
\eq{
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
  1093
    f: P \times X \to X .
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1094
}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1095
Also, we'll ignore for now issues around $\bd P$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1096
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1097
Our homotopy will have the form
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1098
\eqar{
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
  1099
    F: I \times P \times X &\to& X \\
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
  1100
    (t, p, x) &\mapsto& f(u(t, p, x), x)
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1101
}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1102
for some function
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1103
\eq{
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
  1104
    u : I \times P \times X \to P .
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1105
}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1106
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
  1107
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1108
For each cover index $\alpha$ choose a cell decomposition $K_\alpha$ of $P$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1109
The various $K_\alpha$ should be in general position with respect to each other.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1110
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
  1111
to insure that $F$ above is a homotopy through diffeomorphisms of $X$ and not
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1112
merely a homotopy through maps $X\to X$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1113
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1114
Let $L$ be the union of all the $K_\alpha$'s.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1115
$L$ is itself a cell decomposition of $P$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1116
\nn{next two sentences not needed?}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1117
To each cell $a$ of $L$ we associate the tuple $(c_\alpha)$,
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1118
where $c_\alpha$ is the codimension of the cell of $K_\alpha$ which contains $c$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1119
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
  1120
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1121
Let $J$ denote the handle decomposition of $P$ corresponding to $L$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1122
Each $i$-handle $C$ of $J$ has an $i$-dimensional tangential coordinate and,
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1123
more importantly, a $k{-}i$-dimensional normal coordinate.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1124
7
4ef2f77a4652 small to medium sized changes
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 5
diff changeset
  1125
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
  1126
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
  1127
$k$-cell of $L$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1128
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
  1129
which contain $d$, and also the corresponding tuple $(p_{c_\alpha})$ of points in $P$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1130
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1131
For $p \in D$ we define
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1132
\eq{
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
  1133
    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
  1134
}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1135
(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
  1136
makes sense.)
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1137
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1138
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
  1139
For handles of $J$ of index less than $k$, we will define $u$ to
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1140
interpolate between the values on $k$-handles defined above.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1141
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
  1142
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
  1143
of $E$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1144
In particular, $\eta$ is equal to 0 or 1 only at the intersection of $E$
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1145
with a $k$-handle.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1146
Let $\beta$ be the index of the $K_\beta$ containing the $k{-}1$-cell
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1147
corresponding to $E$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1148
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
  1149
adjacent to the $k{-}1$-cell corresponding to $E$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1150
For $p \in E$, define
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1151
\eq{
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
  1152
    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
  1153
            + r_\beta(x) (\eta(p) q_1 + (1-\eta(p)) q_0) \right) .
0
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
In general, for $E$ a $k{-}j$-handle, there is a normal coordinate
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1157
$\eta: E \to R$, where $R$ is some $j$-dimensional polyhedron.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1158
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
  1159
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
  1160
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
  1161
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
  1162
the $k{-}j$-cell corresponding to $E$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1163
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
  1164
Now define, for $p \in E$,
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1165
\eq{
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
  1166
    u(t, p, x) = (1-t)p + t \left(
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
  1167
            \sum_{\alpha \notin \cN} r_\alpha(x) p_{c_\alpha}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
  1168
                + \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
  1169
             \right) .
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1170
}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1171
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
  1172
mentioned above.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1173
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1174
This completes the definition of $u: I \times P \times X \to P$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1175
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1176
\medskip
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1177
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1178
Next we verify that $u$ has the desired properties.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1179
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1180
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
  1181
Therefore $F$ is a homotopy from $f$ to something.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1182
7
4ef2f77a4652 small to medium sized changes
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 5
diff changeset
  1183
Next we show that if the $K_\alpha$'s are sufficiently fine cell decompositions,
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1184
then $F$ is a homotopy through diffeomorphisms.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1185
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
  1186
We have
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1187
\eq{
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
  1188
%   \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
  1189
    \pd{F}{x} = \pd{f}{x} + \pd{f}{p} \pd{u}{x} .
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1190
}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1191
Since $f$ is a family of diffeomorphisms, $\pd{f}{x}$ is non-singular and
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1192
\nn{bounded away from zero, or something like that}.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1193
(Recall that $X$ and $P$ are compact.)
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1194
Also, $\pd{f}{p}$ is bounded.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1195
So if we can insure that $\pd{u}{x}$ is sufficiently small, we are done.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1196
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
  1197
(which is bounded)
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1198
and the differences amongst the various $p_{c_\alpha}$'s and $q_{\beta i}$'s.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1199
These differences are small if the cell decompositions $K_\alpha$ are sufficiently fine.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1200
This completes the proof that $F$ is a homotopy through diffeomorphisms.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1201
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1202
\medskip
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1203
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1204
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
  1205
is a singular cell adapted to $\cU$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1206
This will complete the proof of the lemma.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1207
\nn{except for boundary issues and the `$P$ is a cell' assumption}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1208
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
  1209
Let $j$ be the codimension of $D$.
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1210
(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
  1211
between handle and corresponding cell.)
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1212
Then $j = j_1 + \cdots + j_m$, $0 \le m \le k$,
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1213
where the $j_i$'s are the codimensions of the $K_\alpha$
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1214
cells of codimension greater than 0 which intersect to form $D$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1215
We will show that
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1216
if the relevant $U_\alpha$'s are disjoint, then
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1217
$F(1, \cdot, \cdot) : D\times X \to X$
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1218
is a product of singular cells of dimensions $j_1, \ldots, j_m$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1219
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
  1220
cells whose dimensions correspond to a partition of the $j_i$'s.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1221
We will consider some simple special cases first, then do the general case.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1222
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1223
First consider the case $j=0$ (and $m=0$).
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1224
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
  1225
is independent of $p \in P$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1226
So the corresponding map $D \to \Diff(X)$ is constant.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1227
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1228
Next consider the case $j = 1$ (and $m=1$, $j_1=1$).
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1229
Now Equation yyyy applies.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1230
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
  1231
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
  1232
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
  1233
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
  1234
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1235
Next case: $j=2$, $m=1$, $j_1 = 2$.
8
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 7
diff changeset
  1236
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
  1237
1-dimensional.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1238
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
  1239
and a 2-cell with support $U_\beta$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1240
7
4ef2f77a4652 small to medium sized changes
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 5
diff changeset
  1241
Next case: $j=2$, $m=2$, $j_1 = j_2 = 1$.
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1242
In this case the codimension 2 cell $D$ is the intersection of two
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1243
codimension 1 cells, from $K_\beta$ and $K_\gamma$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1244
We can write $D = D' \times I \times I$, where the normal coordinates are constant
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1245
on $D'$, and the two $I$ factors correspond to $\beta$ and $\gamma$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1246
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
  1247
two 1-cells, supported on $U_\beta$ and $U_\gamma$ respectively.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1248
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
  1249
a 2-cell supported on $U_\beta \cup U_\gamma$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1250
\nn{need to check that this is true}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1251
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1252
\nn{finally, general case...}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1253
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1254
\nn{this completes proof}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1255
13
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 11
diff changeset
  1256
\input{text/explicit.tex}
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1257
55
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 54
diff changeset
  1258
\input{text/obsolete.tex}
47
939a4a5b1d80 increased line width; start to write commutative algebra results
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 45
diff changeset
  1259
22
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
  1260
% ----------------------------------------------------------------
23
7b0a43bdd3c4 writing definitions of topological a_\infty categories, modules, etc.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 22
diff changeset
  1261
%\newcommand{\urlprefix}{}
7b0a43bdd3c4 writing definitions of topological a_\infty categories, modules, etc.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 22
diff changeset
  1262
\bibliographystyle{plain}
22
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
  1263
%Included for winedt:
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
  1264
%input "bibliography/bibliography.bib"
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
  1265
\bibliography{bibliography/bibliography}
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
  1266
% ----------------------------------------------------------------
7
4ef2f77a4652 small to medium sized changes
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 5
diff changeset
  1267
22
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
  1268
This paper is available online at \arxiv{?????}, and at
47
939a4a5b1d80 increased line width; start to write commutative algebra results
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 45
diff changeset
  1269
\url{http://tqft.net/blobs},
939a4a5b1d80 increased line width; start to write commutative algebra results
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 45
diff changeset
  1270
and at \url{http://canyon23.net/math/}.
7
4ef2f77a4652 small to medium sized changes
kevin@6e1638ff-ae45-0410-89bd-df963105f760
parents: 5
diff changeset
  1271
22
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
  1272
% A GTART necessity:
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
  1273
% \Addresses
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
  1274
% ----------------------------------------------------------------
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
  1275
\end{document}
ada83e7228eb rearranging; stating all the "properties" up front
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents: 21
diff changeset
  1276
% ----------------------------------------------------------------
0
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1277
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1278
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1279
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1280
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1281
%Recall that for $n$-category picture fields there is an evaluation map
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1282
%$m: \bc_0(B^n; c, c') \to \mor(c, c')$.
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
  1283
%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
  1284
%map $m: \bc_*(B^n; c, c') \to \mor(c, c')$.