pnas/pnas.tex
author Scott Morrison <scott@tqft.net>
Tue, 26 Oct 2010 23:47:07 -0700
changeset 575 4e6f00784bd3
parent 574 e5ab1b074d88
child 577 9a60488cd2fc
permissions -rw-r--r--
writing on the plane to kyoto: the blob complex as homotopy colimit and explicitly (but not why these are the same), and copy and paste of statements of axioms
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
566
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
     1
%% PNAStmpl.tex
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
     2
%% Template file to use for PNAS articles prepared in LaTeX
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
     3
%% Version: Apr 14, 2008
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
     4
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
     5
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
     6
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
     7
%% BASIC CLASS FILE 
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
     8
%% PNAStwo for two column articles is called by default.
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
     9
%% Uncomment PNASone for single column articles. One column class
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
    10
%% and style files are available upon request from pnas@nas.edu.
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
    11
%% (uncomment means get rid of the '%' in front of the command)
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
    12
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
    13
%\documentclass{pnasone}
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
    14
\documentclass{pnastwo}
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
    15
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
    16
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
    17
%% Changing position of text on physical page:
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
    18
%% Since not all printers position
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
    19
%% the printed page in the same place on the physical page,
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
    20
%% you can change the position yourself here, if you need to:
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
    21
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
    22
% \advance\voffset -.5in % Minus dimension will raise the printed page on the 
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
    23
                         %  physical page; positive dimension will lower it.
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
    24
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
    25
%% You may set the dimension to the size that you need.
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
    26
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
    27
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
    28
%% OPTIONAL GRAPHICS STYLE FILE
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
    29
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
    30
%% Requires graphics style file (graphicx.sty), used for inserting
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
    31
%% .eps files into LaTeX articles.
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
    32
%% Note that inclusion of .eps files is for your reference only;
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
    33
%% when submitting to PNAS please submit figures separately.
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
    34
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
    35
%% Type into the square brackets the name of the driver program 
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
    36
%% that you are using. If you don't know, try dvips, which is the
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
    37
%% most common PC driver, or textures for the Mac. These are the options:
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
    38
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
    39
% [dvips], [xdvi], [dvipdf], [dvipdfm], [dvipdfmx], [pdftex], [dvipsone],
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
    40
% [dviwindo], [emtex], [dviwin], [pctexps], [pctexwin], [pctexhp], [pctex32],
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
    41
% [truetex], [tcidvi], [vtex], [oztex], [textures], [xetex]
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
    42
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
    43
%\usepackage[dvips]{graphicx}
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
    44
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
    45
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
    46
%% OPTIONAL POSTSCRIPT FONT FILES
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
    47
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
    48
%% PostScript font files: You may need to edit the PNASoneF.sty
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
    49
%% or PNAStwoF.sty file to make the font names match those on your system. 
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
    50
%% Alternatively, you can leave the font style file commands commented out
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
    51
%% and typeset your article using the default Computer Modern 
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
    52
%% fonts (recommended). If accepted, your article will be typeset
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
    53
%% at PNAS using PostScript fonts.
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
    54
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
    55
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
    56
% Choose PNASoneF for one column; PNAStwoF for two column:
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
    57
%\usepackage{PNASoneF}
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
    58
%\usepackage{PNAStwoF}
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
    59
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
    60
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
    61
%% ADDITIONAL OPTIONAL STYLE FILES
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
    62
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
    63
%% The AMS math files are commonly used to gain access to useful features
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
    64
%% like extended math fonts and math commands.
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
    65
571
f958e0ea62f8 compilable PNAS file\! The blob intro typesets (poorly) onto 3 2-column pages
Scott Morrison <scott@tqft.net>
parents: 566
diff changeset
    66
\usepackage{amssymb,amsfonts,amsmath,amsthm}
566
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
    67
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
    68
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
    69
%% OPTIONAL MACRO FILES
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
    70
%% Insert self-defined macros here.
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
    71
%% \newcommand definitions are recommended; \def definitions are supported
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
    72
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
    73
%\newcommand{\mfrac}[2]{\frac{\displaystyle #1}{\displaystyle #2}}
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
    74
%\def\s{\sigma}
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
    75
571
f958e0ea62f8 compilable PNAS file\! The blob intro typesets (poorly) onto 3 2-column pages
Scott Morrison <scott@tqft.net>
parents: 566
diff changeset
    76
\input{preamble}
f958e0ea62f8 compilable PNAS file\! The blob intro typesets (poorly) onto 3 2-column pages
Scott Morrison <scott@tqft.net>
parents: 566
diff changeset
    77
\input{../text/kw_macros}
566
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
    78
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
    79
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
    80
%% Don't type in anything in the following section:
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
    81
%%%%%%%%%%%%
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
    82
%% For PNAS Only:
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
    83
\contributor{Submitted to Proceedings
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
    84
of the National Academy of Sciences of the United States of America}
571
f958e0ea62f8 compilable PNAS file\! The blob intro typesets (poorly) onto 3 2-column pages
Scott Morrison <scott@tqft.net>
parents: 566
diff changeset
    85
%\url{www.pnas.org/cgi/doi/10.1073/pnas.0709640104}
566
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
    86
\copyrightyear{2008}
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
    87
\issuedate{Issue Date}
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
    88
\volume{Volume}
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
    89
\issuenumber{Issue Number}
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
    90
%%%%%%%%%%%%
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
    91
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
    92
\begin{document}
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
    93
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
    94
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
    95
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
    96
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
    97
%% For titles, only capitalize the first letter
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
    98
%% \title{Almost sharp fronts for the surface quasi-geostrophic equation}
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
    99
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
   100
\title{The blob complex}
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
   101
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
   102
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
   103
%% Enter authors via the \author command.  
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
   104
%% Use \affil to define affiliations.
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
   105
%% (Leave no spaces between author name and \affil command)
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
   106
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
   107
%% Note that the \thanks{} command has been disabled in favor of
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
   108
%% a generic, reserved space for PNAS publication footnotes.
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
   109
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
   110
%% \author{<author name>
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
   111
%% \affil{<number>}{<Institution>}} One number for each institution.
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
   112
%% The same number should be used for authors that
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
   113
%% are affiliated with the same institution, after the first time
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
   114
%% only the number is needed, ie, \affil{number}{text}, \affil{number}{}
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
   115
%% Then, before last author ...
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
   116
%% \and
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
   117
%% \author{<author name>
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
   118
%% \affil{<number>}{}}
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
   119
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
   120
%% For example, assuming Garcia and Sonnery are both affiliated with
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
   121
%% Universidad de Murcia:
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
   122
%% \author{Roberta Graff\affil{1}{University of Cambridge, Cambridge,
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
   123
%% United Kingdom},
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
   124
%% Javier de Ruiz Garcia\affil{2}{Universidad de Murcia, Bioquimica y Biologia
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
   125
%% Molecular, Murcia, Spain}, \and Franklin Sonnery\affil{2}{}}
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
   126
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
   127
\author{Scott Morrison\affil{1}{Miller Institute for Basic Research, UC Berkeley, CA 94704, USA} \and Kevin Walker\affil{2}{Microsoft Station Q, 2243 CNSI Building, UC Santa Barbara, CA 93106, USA}}
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
   128
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
   129
\contributor{Submitted to Proceedings of the National Academy of Sciences
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
   130
of the United States of America}
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
   131
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
   132
%% The \maketitle command is necessary to build the title page.
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
   133
\maketitle
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
   134
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
   135
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
   136
\begin{article}
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
   137
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
   138
\begin{abstract} -- enter abstract text here -- \end{abstract}
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
   139
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
   140
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
   141
%% When adding keywords, separate each term with a straight line: |
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
   142
\keywords{term | term | term}
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
   143
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
   144
%% Optional for entering abbreviations, separate the abbreviation from
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
   145
%% its definition with a comma, separate each pair with a semicolon:
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
   146
%% for example:
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
   147
%% \abbreviations{SAM, self-assembled monolayer; OTS,
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
   148
%% octadecyltrichlorosilane}
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
   149
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
   150
% \abbreviations{}
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
   151
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
   152
%% The first letter of the article should be drop cap: \dropcap{}
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
   153
%\dropcap{I}n this article we study the evolution of ''almost-sharp'' fronts
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
   154
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
   155
%% Enter the text of your article beginning here and ending before
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
   156
%% \begin{acknowledgements}
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
   157
%% Section head commands for your reference:
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
   158
%% \section{}
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
   159
%% \subsection{}
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
   160
%% \subsubsection{}
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
   161
575
4e6f00784bd3 writing on the plane to kyoto: the blob complex as homotopy colimit and explicitly (but not why these are the same), and copy and paste of statements of axioms
Scott Morrison <scott@tqft.net>
parents: 574
diff changeset
   162
\todo{Check font size in an actual PNAS article: this looks a little big}
572
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   163
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   164
\nn{
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   165
background: TQFTs are important, historically, semisimple categories well-understood.
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   166
Many new examples arising recently which do not fit this framework, e.g. SW and OS theory.
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   167
These have more complicated gluing formulas (\cite{1003.0598,1005.1248}, etc); 
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   168
it would be nice to give generalized TQFT axioms that encompass these.
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   169
Triangulated categories are important; often calculations are via exact sequences,
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   170
and the standard TQFT constructions are quotients, which destroy exactness.
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   171
A first attempt to deal with this might be to replace all the tensor products in gluing formulas
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   172
with derived tensor products (cite Kh?).
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   173
However, in this approach it's probably difficult to prove invariance of constructions,
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   174
because they depend on explicit presentations of the manifold.
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   175
We'll give a manifestly invariant construction,
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   176
and deduce gluing formulas based on derived (actually, $A_\infty$) tensor products.}
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   177
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   178
\section{Definitions}
575
4e6f00784bd3 writing on the plane to kyoto: the blob complex as homotopy colimit and explicitly (but not why these are the same), and copy and paste of statements of axioms
Scott Morrison <scott@tqft.net>
parents: 574
diff changeset
   179
\subsection{$n$-categories} \mbox{}
4e6f00784bd3 writing on the plane to kyoto: the blob complex as homotopy colimit and explicitly (but not why these are the same), and copy and paste of statements of axioms
Scott Morrison <scott@tqft.net>
parents: 574
diff changeset
   180
4e6f00784bd3 writing on the plane to kyoto: the blob complex as homotopy colimit and explicitly (but not why these are the same), and copy and paste of statements of axioms
Scott Morrison <scott@tqft.net>
parents: 574
diff changeset
   181
\todo{This is just a copy and paste of the statements of the axioms. We need to rewrite this into something that's both compact and comprehensible! The first few at least aren't that terrifying, but we definitely don't want to derail the reader with the actual product axiom, for example.}
4e6f00784bd3 writing on the plane to kyoto: the blob complex as homotopy colimit and explicitly (but not why these are the same), and copy and paste of statements of axioms
Scott Morrison <scott@tqft.net>
parents: 574
diff changeset
   182
4e6f00784bd3 writing on the plane to kyoto: the blob complex as homotopy colimit and explicitly (but not why these are the same), and copy and paste of statements of axioms
Scott Morrison <scott@tqft.net>
parents: 574
diff changeset
   183
\begin{axiom}[Morphisms]
4e6f00784bd3 writing on the plane to kyoto: the blob complex as homotopy colimit and explicitly (but not why these are the same), and copy and paste of statements of axioms
Scott Morrison <scott@tqft.net>
parents: 574
diff changeset
   184
\label{axiom:morphisms}
4e6f00784bd3 writing on the plane to kyoto: the blob complex as homotopy colimit and explicitly (but not why these are the same), and copy and paste of statements of axioms
Scott Morrison <scott@tqft.net>
parents: 574
diff changeset
   185
For each $0 \le k \le n$, we have a functor $\cC_k$ from 
4e6f00784bd3 writing on the plane to kyoto: the blob complex as homotopy colimit and explicitly (but not why these are the same), and copy and paste of statements of axioms
Scott Morrison <scott@tqft.net>
parents: 574
diff changeset
   186
the category of $k$-balls and 
4e6f00784bd3 writing on the plane to kyoto: the blob complex as homotopy colimit and explicitly (but not why these are the same), and copy and paste of statements of axioms
Scott Morrison <scott@tqft.net>
parents: 574
diff changeset
   187
homeomorphisms to the category of sets and bijections.
4e6f00784bd3 writing on the plane to kyoto: the blob complex as homotopy colimit and explicitly (but not why these are the same), and copy and paste of statements of axioms
Scott Morrison <scott@tqft.net>
parents: 574
diff changeset
   188
\end{axiom}
4e6f00784bd3 writing on the plane to kyoto: the blob complex as homotopy colimit and explicitly (but not why these are the same), and copy and paste of statements of axioms
Scott Morrison <scott@tqft.net>
parents: 574
diff changeset
   189
\begin{lem}
4e6f00784bd3 writing on the plane to kyoto: the blob complex as homotopy colimit and explicitly (but not why these are the same), and copy and paste of statements of axioms
Scott Morrison <scott@tqft.net>
parents: 574
diff changeset
   190
\label{lem:spheres}
4e6f00784bd3 writing on the plane to kyoto: the blob complex as homotopy colimit and explicitly (but not why these are the same), and copy and paste of statements of axioms
Scott Morrison <scott@tqft.net>
parents: 574
diff changeset
   191
For each $1 \le k \le n$, we have a functor $\cl{\cC}_{k-1}$ from 
4e6f00784bd3 writing on the plane to kyoto: the blob complex as homotopy colimit and explicitly (but not why these are the same), and copy and paste of statements of axioms
Scott Morrison <scott@tqft.net>
parents: 574
diff changeset
   192
the category of $k{-}1$-spheres and 
4e6f00784bd3 writing on the plane to kyoto: the blob complex as homotopy colimit and explicitly (but not why these are the same), and copy and paste of statements of axioms
Scott Morrison <scott@tqft.net>
parents: 574
diff changeset
   193
homeomorphisms to the category of sets and bijections.
4e6f00784bd3 writing on the plane to kyoto: the blob complex as homotopy colimit and explicitly (but not why these are the same), and copy and paste of statements of axioms
Scott Morrison <scott@tqft.net>
parents: 574
diff changeset
   194
\end{lem}
4e6f00784bd3 writing on the plane to kyoto: the blob complex as homotopy colimit and explicitly (but not why these are the same), and copy and paste of statements of axioms
Scott Morrison <scott@tqft.net>
parents: 574
diff changeset
   195
\begin{axiom}[Boundaries]\label{nca-boundary}
4e6f00784bd3 writing on the plane to kyoto: the blob complex as homotopy colimit and explicitly (but not why these are the same), and copy and paste of statements of axioms
Scott Morrison <scott@tqft.net>
parents: 574
diff changeset
   196
For each $k$-ball $X$, we have a map of sets $\bd: \cC_k(X)\to \cl{\cC}_{k-1}(\bd X)$.
4e6f00784bd3 writing on the plane to kyoto: the blob complex as homotopy colimit and explicitly (but not why these are the same), and copy and paste of statements of axioms
Scott Morrison <scott@tqft.net>
parents: 574
diff changeset
   197
These maps, for various $X$, comprise a natural transformation of functors.
4e6f00784bd3 writing on the plane to kyoto: the blob complex as homotopy colimit and explicitly (but not why these are the same), and copy and paste of statements of axioms
Scott Morrison <scott@tqft.net>
parents: 574
diff changeset
   198
\end{axiom}
4e6f00784bd3 writing on the plane to kyoto: the blob complex as homotopy colimit and explicitly (but not why these are the same), and copy and paste of statements of axioms
Scott Morrison <scott@tqft.net>
parents: 574
diff changeset
   199
\begin{lem}[Boundary from domain and range]
4e6f00784bd3 writing on the plane to kyoto: the blob complex as homotopy colimit and explicitly (but not why these are the same), and copy and paste of statements of axioms
Scott Morrison <scott@tqft.net>
parents: 574
diff changeset
   200
\label{lem:domain-and-range}
4e6f00784bd3 writing on the plane to kyoto: the blob complex as homotopy colimit and explicitly (but not why these are the same), and copy and paste of statements of axioms
Scott Morrison <scott@tqft.net>
parents: 574
diff changeset
   201
Let $S = B_1 \cup_E B_2$, where $S$ is a $k{-}1$-sphere $(1\le k\le n)$,
4e6f00784bd3 writing on the plane to kyoto: the blob complex as homotopy colimit and explicitly (but not why these are the same), and copy and paste of statements of axioms
Scott Morrison <scott@tqft.net>
parents: 574
diff changeset
   202
$B_i$ is a $k{-}1$-ball, and $E = B_1\cap B_2$ is a $k{-}2$-sphere (Figure \ref{blah3}).
4e6f00784bd3 writing on the plane to kyoto: the blob complex as homotopy colimit and explicitly (but not why these are the same), and copy and paste of statements of axioms
Scott Morrison <scott@tqft.net>
parents: 574
diff changeset
   203
Let $\cC(B_1) \times_{\cl{\cC}(E)} \cC(B_2)$ denote the fibered product of the 
4e6f00784bd3 writing on the plane to kyoto: the blob complex as homotopy colimit and explicitly (but not why these are the same), and copy and paste of statements of axioms
Scott Morrison <scott@tqft.net>
parents: 574
diff changeset
   204
two maps $\bd: \cC(B_i)\to \cl{\cC}(E)$.
4e6f00784bd3 writing on the plane to kyoto: the blob complex as homotopy colimit and explicitly (but not why these are the same), and copy and paste of statements of axioms
Scott Morrison <scott@tqft.net>
parents: 574
diff changeset
   205
Then we have an injective map
4e6f00784bd3 writing on the plane to kyoto: the blob complex as homotopy colimit and explicitly (but not why these are the same), and copy and paste of statements of axioms
Scott Morrison <scott@tqft.net>
parents: 574
diff changeset
   206
\[
4e6f00784bd3 writing on the plane to kyoto: the blob complex as homotopy colimit and explicitly (but not why these are the same), and copy and paste of statements of axioms
Scott Morrison <scott@tqft.net>
parents: 574
diff changeset
   207
	\gl_E : \cC(B_1) \times_{\cl{\cC}(E)} \cC(B_2) \into \cl{\cC}(S)
4e6f00784bd3 writing on the plane to kyoto: the blob complex as homotopy colimit and explicitly (but not why these are the same), and copy and paste of statements of axioms
Scott Morrison <scott@tqft.net>
parents: 574
diff changeset
   208
\]
4e6f00784bd3 writing on the plane to kyoto: the blob complex as homotopy colimit and explicitly (but not why these are the same), and copy and paste of statements of axioms
Scott Morrison <scott@tqft.net>
parents: 574
diff changeset
   209
which is natural with respect to the actions of homeomorphisms.
4e6f00784bd3 writing on the plane to kyoto: the blob complex as homotopy colimit and explicitly (but not why these are the same), and copy and paste of statements of axioms
Scott Morrison <scott@tqft.net>
parents: 574
diff changeset
   210
(When $k=1$ we stipulate that $\cl{\cC}(E)$ is a point, so that the above fibered product
4e6f00784bd3 writing on the plane to kyoto: the blob complex as homotopy colimit and explicitly (but not why these are the same), and copy and paste of statements of axioms
Scott Morrison <scott@tqft.net>
parents: 574
diff changeset
   211
becomes a normal product.)
4e6f00784bd3 writing on the plane to kyoto: the blob complex as homotopy colimit and explicitly (but not why these are the same), and copy and paste of statements of axioms
Scott Morrison <scott@tqft.net>
parents: 574
diff changeset
   212
\end{lem}
4e6f00784bd3 writing on the plane to kyoto: the blob complex as homotopy colimit and explicitly (but not why these are the same), and copy and paste of statements of axioms
Scott Morrison <scott@tqft.net>
parents: 574
diff changeset
   213
\begin{axiom}[Composition]
4e6f00784bd3 writing on the plane to kyoto: the blob complex as homotopy colimit and explicitly (but not why these are the same), and copy and paste of statements of axioms
Scott Morrison <scott@tqft.net>
parents: 574
diff changeset
   214
\label{axiom:composition}
4e6f00784bd3 writing on the plane to kyoto: the blob complex as homotopy colimit and explicitly (but not why these are the same), and copy and paste of statements of axioms
Scott Morrison <scott@tqft.net>
parents: 574
diff changeset
   215
Let $B = B_1 \cup_Y B_2$, where $B$, $B_1$ and $B_2$ are $k$-balls ($0\le k\le n$)
4e6f00784bd3 writing on the plane to kyoto: the blob complex as homotopy colimit and explicitly (but not why these are the same), and copy and paste of statements of axioms
Scott Morrison <scott@tqft.net>
parents: 574
diff changeset
   216
and $Y = B_1\cap B_2$ is a $k{-}1$-ball (Figure \ref{blah5}).
4e6f00784bd3 writing on the plane to kyoto: the blob complex as homotopy colimit and explicitly (but not why these are the same), and copy and paste of statements of axioms
Scott Morrison <scott@tqft.net>
parents: 574
diff changeset
   217
Let $E = \bd Y$, which is a $k{-}2$-sphere.
4e6f00784bd3 writing on the plane to kyoto: the blob complex as homotopy colimit and explicitly (but not why these are the same), and copy and paste of statements of axioms
Scott Morrison <scott@tqft.net>
parents: 574
diff changeset
   218
Note that each of $B$, $B_1$ and $B_2$ has its boundary split into two $k{-}1$-balls by $E$.
4e6f00784bd3 writing on the plane to kyoto: the blob complex as homotopy colimit and explicitly (but not why these are the same), and copy and paste of statements of axioms
Scott Morrison <scott@tqft.net>
parents: 574
diff changeset
   219
We have restriction (domain or range) maps $\cC(B_i)_E \to \cC(Y)$.
4e6f00784bd3 writing on the plane to kyoto: the blob complex as homotopy colimit and explicitly (but not why these are the same), and copy and paste of statements of axioms
Scott Morrison <scott@tqft.net>
parents: 574
diff changeset
   220
Let $\cC(B_1)_E \times_{\cC(Y)} \cC(B_2)_E$ denote the fibered product of these two maps. 
4e6f00784bd3 writing on the plane to kyoto: the blob complex as homotopy colimit and explicitly (but not why these are the same), and copy and paste of statements of axioms
Scott Morrison <scott@tqft.net>
parents: 574
diff changeset
   221
We have a map
4e6f00784bd3 writing on the plane to kyoto: the blob complex as homotopy colimit and explicitly (but not why these are the same), and copy and paste of statements of axioms
Scott Morrison <scott@tqft.net>
parents: 574
diff changeset
   222
\[
4e6f00784bd3 writing on the plane to kyoto: the blob complex as homotopy colimit and explicitly (but not why these are the same), and copy and paste of statements of axioms
Scott Morrison <scott@tqft.net>
parents: 574
diff changeset
   223
	\gl_Y : \cC(B_1)_E \times_{\cC(Y)} \cC(B_2)_E \to \cC(B)_E
4e6f00784bd3 writing on the plane to kyoto: the blob complex as homotopy colimit and explicitly (but not why these are the same), and copy and paste of statements of axioms
Scott Morrison <scott@tqft.net>
parents: 574
diff changeset
   224
\]
4e6f00784bd3 writing on the plane to kyoto: the blob complex as homotopy colimit and explicitly (but not why these are the same), and copy and paste of statements of axioms
Scott Morrison <scott@tqft.net>
parents: 574
diff changeset
   225
which is natural with respect to the actions of homeomorphisms, and also compatible with restrictions
4e6f00784bd3 writing on the plane to kyoto: the blob complex as homotopy colimit and explicitly (but not why these are the same), and copy and paste of statements of axioms
Scott Morrison <scott@tqft.net>
parents: 574
diff changeset
   226
to the intersection of the boundaries of $B$ and $B_i$.
4e6f00784bd3 writing on the plane to kyoto: the blob complex as homotopy colimit and explicitly (but not why these are the same), and copy and paste of statements of axioms
Scott Morrison <scott@tqft.net>
parents: 574
diff changeset
   227
If $k < n$,
4e6f00784bd3 writing on the plane to kyoto: the blob complex as homotopy colimit and explicitly (but not why these are the same), and copy and paste of statements of axioms
Scott Morrison <scott@tqft.net>
parents: 574
diff changeset
   228
or if $k=n$ and we are in the $A_\infty$ case, 
4e6f00784bd3 writing on the plane to kyoto: the blob complex as homotopy colimit and explicitly (but not why these are the same), and copy and paste of statements of axioms
Scott Morrison <scott@tqft.net>
parents: 574
diff changeset
   229
we require that $\gl_Y$ is injective.
4e6f00784bd3 writing on the plane to kyoto: the blob complex as homotopy colimit and explicitly (but not why these are the same), and copy and paste of statements of axioms
Scott Morrison <scott@tqft.net>
parents: 574
diff changeset
   230
(For $k=n$ in the plain (non-$A_\infty$) case, see below.)
4e6f00784bd3 writing on the plane to kyoto: the blob complex as homotopy colimit and explicitly (but not why these are the same), and copy and paste of statements of axioms
Scott Morrison <scott@tqft.net>
parents: 574
diff changeset
   231
\end{axiom}
4e6f00784bd3 writing on the plane to kyoto: the blob complex as homotopy colimit and explicitly (but not why these are the same), and copy and paste of statements of axioms
Scott Morrison <scott@tqft.net>
parents: 574
diff changeset
   232
\begin{axiom}[Strict associativity] \label{nca-assoc}
4e6f00784bd3 writing on the plane to kyoto: the blob complex as homotopy colimit and explicitly (but not why these are the same), and copy and paste of statements of axioms
Scott Morrison <scott@tqft.net>
parents: 574
diff changeset
   233
The composition (gluing) maps above are strictly associative.
4e6f00784bd3 writing on the plane to kyoto: the blob complex as homotopy colimit and explicitly (but not why these are the same), and copy and paste of statements of axioms
Scott Morrison <scott@tqft.net>
parents: 574
diff changeset
   234
Given any splitting of a ball $B$ into smaller balls
4e6f00784bd3 writing on the plane to kyoto: the blob complex as homotopy colimit and explicitly (but not why these are the same), and copy and paste of statements of axioms
Scott Morrison <scott@tqft.net>
parents: 574
diff changeset
   235
$$\bigsqcup B_i \to B,$$ 
4e6f00784bd3 writing on the plane to kyoto: the blob complex as homotopy colimit and explicitly (but not why these are the same), and copy and paste of statements of axioms
Scott Morrison <scott@tqft.net>
parents: 574
diff changeset
   236
any sequence of gluings (in the sense of Definition \ref{defn:gluing-decomposition}, where all the intermediate steps are also disjoint unions of balls) yields the same result.
4e6f00784bd3 writing on the plane to kyoto: the blob complex as homotopy colimit and explicitly (but not why these are the same), and copy and paste of statements of axioms
Scott Morrison <scott@tqft.net>
parents: 574
diff changeset
   237
\end{axiom}
4e6f00784bd3 writing on the plane to kyoto: the blob complex as homotopy colimit and explicitly (but not why these are the same), and copy and paste of statements of axioms
Scott Morrison <scott@tqft.net>
parents: 574
diff changeset
   238
\begin{axiom}[Product (identity) morphisms]
4e6f00784bd3 writing on the plane to kyoto: the blob complex as homotopy colimit and explicitly (but not why these are the same), and copy and paste of statements of axioms
Scott Morrison <scott@tqft.net>
parents: 574
diff changeset
   239
\label{axiom:product}
4e6f00784bd3 writing on the plane to kyoto: the blob complex as homotopy colimit and explicitly (but not why these are the same), and copy and paste of statements of axioms
Scott Morrison <scott@tqft.net>
parents: 574
diff changeset
   240
For each pinched product $\pi:E\to X$, with $X$ a $k$-ball and $E$ a $k{+}m$-ball ($m\ge 1$),
4e6f00784bd3 writing on the plane to kyoto: the blob complex as homotopy colimit and explicitly (but not why these are the same), and copy and paste of statements of axioms
Scott Morrison <scott@tqft.net>
parents: 574
diff changeset
   241
there is a map $\pi^*:\cC(X)\to \cC(E)$.
4e6f00784bd3 writing on the plane to kyoto: the blob complex as homotopy colimit and explicitly (but not why these are the same), and copy and paste of statements of axioms
Scott Morrison <scott@tqft.net>
parents: 574
diff changeset
   242
These maps must satisfy the following conditions.
4e6f00784bd3 writing on the plane to kyoto: the blob complex as homotopy colimit and explicitly (but not why these are the same), and copy and paste of statements of axioms
Scott Morrison <scott@tqft.net>
parents: 574
diff changeset
   243
\begin{enumerate}
4e6f00784bd3 writing on the plane to kyoto: the blob complex as homotopy colimit and explicitly (but not why these are the same), and copy and paste of statements of axioms
Scott Morrison <scott@tqft.net>
parents: 574
diff changeset
   244
\item
4e6f00784bd3 writing on the plane to kyoto: the blob complex as homotopy colimit and explicitly (but not why these are the same), and copy and paste of statements of axioms
Scott Morrison <scott@tqft.net>
parents: 574
diff changeset
   245
If $\pi:E\to X$ and $\pi':E'\to X'$ are pinched products, and
4e6f00784bd3 writing on the plane to kyoto: the blob complex as homotopy colimit and explicitly (but not why these are the same), and copy and paste of statements of axioms
Scott Morrison <scott@tqft.net>
parents: 574
diff changeset
   246
if $f:X\to X'$ and $\tilde{f}:E \to E'$ are maps such that the diagram
4e6f00784bd3 writing on the plane to kyoto: the blob complex as homotopy colimit and explicitly (but not why these are the same), and copy and paste of statements of axioms
Scott Morrison <scott@tqft.net>
parents: 574
diff changeset
   247
\[ \xymatrix{
4e6f00784bd3 writing on the plane to kyoto: the blob complex as homotopy colimit and explicitly (but not why these are the same), and copy and paste of statements of axioms
Scott Morrison <scott@tqft.net>
parents: 574
diff changeset
   248
	E \ar[r]^{\tilde{f}} \ar[d]_{\pi} & E' \ar[d]^{\pi'} \\
4e6f00784bd3 writing on the plane to kyoto: the blob complex as homotopy colimit and explicitly (but not why these are the same), and copy and paste of statements of axioms
Scott Morrison <scott@tqft.net>
parents: 574
diff changeset
   249
	X \ar[r]^{f} & X'
4e6f00784bd3 writing on the plane to kyoto: the blob complex as homotopy colimit and explicitly (but not why these are the same), and copy and paste of statements of axioms
Scott Morrison <scott@tqft.net>
parents: 574
diff changeset
   250
} \]
4e6f00784bd3 writing on the plane to kyoto: the blob complex as homotopy colimit and explicitly (but not why these are the same), and copy and paste of statements of axioms
Scott Morrison <scott@tqft.net>
parents: 574
diff changeset
   251
commutes, then we have 
4e6f00784bd3 writing on the plane to kyoto: the blob complex as homotopy colimit and explicitly (but not why these are the same), and copy and paste of statements of axioms
Scott Morrison <scott@tqft.net>
parents: 574
diff changeset
   252
\[
4e6f00784bd3 writing on the plane to kyoto: the blob complex as homotopy colimit and explicitly (but not why these are the same), and copy and paste of statements of axioms
Scott Morrison <scott@tqft.net>
parents: 574
diff changeset
   253
	\pi'^*\circ f = \tilde{f}\circ \pi^*.
4e6f00784bd3 writing on the plane to kyoto: the blob complex as homotopy colimit and explicitly (but not why these are the same), and copy and paste of statements of axioms
Scott Morrison <scott@tqft.net>
parents: 574
diff changeset
   254
\]
4e6f00784bd3 writing on the plane to kyoto: the blob complex as homotopy colimit and explicitly (but not why these are the same), and copy and paste of statements of axioms
Scott Morrison <scott@tqft.net>
parents: 574
diff changeset
   255
\item
4e6f00784bd3 writing on the plane to kyoto: the blob complex as homotopy colimit and explicitly (but not why these are the same), and copy and paste of statements of axioms
Scott Morrison <scott@tqft.net>
parents: 574
diff changeset
   256
Product morphisms are compatible with gluing (composition).
4e6f00784bd3 writing on the plane to kyoto: the blob complex as homotopy colimit and explicitly (but not why these are the same), and copy and paste of statements of axioms
Scott Morrison <scott@tqft.net>
parents: 574
diff changeset
   257
Let $\pi:E\to X$, $\pi_1:E_1\to X_1$, and $\pi_2:E_2\to X_2$ 
4e6f00784bd3 writing on the plane to kyoto: the blob complex as homotopy colimit and explicitly (but not why these are the same), and copy and paste of statements of axioms
Scott Morrison <scott@tqft.net>
parents: 574
diff changeset
   258
be pinched products with $E = E_1\cup E_2$.
4e6f00784bd3 writing on the plane to kyoto: the blob complex as homotopy colimit and explicitly (but not why these are the same), and copy and paste of statements of axioms
Scott Morrison <scott@tqft.net>
parents: 574
diff changeset
   259
Let $a\in \cC(X)$, and let $a_i$ denote the restriction of $a$ to $X_i\sub X$.
4e6f00784bd3 writing on the plane to kyoto: the blob complex as homotopy colimit and explicitly (but not why these are the same), and copy and paste of statements of axioms
Scott Morrison <scott@tqft.net>
parents: 574
diff changeset
   260
Then 
4e6f00784bd3 writing on the plane to kyoto: the blob complex as homotopy colimit and explicitly (but not why these are the same), and copy and paste of statements of axioms
Scott Morrison <scott@tqft.net>
parents: 574
diff changeset
   261
\[
4e6f00784bd3 writing on the plane to kyoto: the blob complex as homotopy colimit and explicitly (but not why these are the same), and copy and paste of statements of axioms
Scott Morrison <scott@tqft.net>
parents: 574
diff changeset
   262
	\pi^*(a) = \pi_1^*(a_1)\bullet \pi_2^*(a_2) .
4e6f00784bd3 writing on the plane to kyoto: the blob complex as homotopy colimit and explicitly (but not why these are the same), and copy and paste of statements of axioms
Scott Morrison <scott@tqft.net>
parents: 574
diff changeset
   263
\]
4e6f00784bd3 writing on the plane to kyoto: the blob complex as homotopy colimit and explicitly (but not why these are the same), and copy and paste of statements of axioms
Scott Morrison <scott@tqft.net>
parents: 574
diff changeset
   264
\item
4e6f00784bd3 writing on the plane to kyoto: the blob complex as homotopy colimit and explicitly (but not why these are the same), and copy and paste of statements of axioms
Scott Morrison <scott@tqft.net>
parents: 574
diff changeset
   265
Product morphisms are associative.
4e6f00784bd3 writing on the plane to kyoto: the blob complex as homotopy colimit and explicitly (but not why these are the same), and copy and paste of statements of axioms
Scott Morrison <scott@tqft.net>
parents: 574
diff changeset
   266
If $\pi:E\to X$ and $\rho:D\to E$ are pinched products then
4e6f00784bd3 writing on the plane to kyoto: the blob complex as homotopy colimit and explicitly (but not why these are the same), and copy and paste of statements of axioms
Scott Morrison <scott@tqft.net>
parents: 574
diff changeset
   267
\[
4e6f00784bd3 writing on the plane to kyoto: the blob complex as homotopy colimit and explicitly (but not why these are the same), and copy and paste of statements of axioms
Scott Morrison <scott@tqft.net>
parents: 574
diff changeset
   268
	\rho^*\circ\pi^* = (\pi\circ\rho)^* .
4e6f00784bd3 writing on the plane to kyoto: the blob complex as homotopy colimit and explicitly (but not why these are the same), and copy and paste of statements of axioms
Scott Morrison <scott@tqft.net>
parents: 574
diff changeset
   269
\]
4e6f00784bd3 writing on the plane to kyoto: the blob complex as homotopy colimit and explicitly (but not why these are the same), and copy and paste of statements of axioms
Scott Morrison <scott@tqft.net>
parents: 574
diff changeset
   270
\item
4e6f00784bd3 writing on the plane to kyoto: the blob complex as homotopy colimit and explicitly (but not why these are the same), and copy and paste of statements of axioms
Scott Morrison <scott@tqft.net>
parents: 574
diff changeset
   271
Product morphisms are compatible with restriction.
4e6f00784bd3 writing on the plane to kyoto: the blob complex as homotopy colimit and explicitly (but not why these are the same), and copy and paste of statements of axioms
Scott Morrison <scott@tqft.net>
parents: 574
diff changeset
   272
If we have a commutative diagram
4e6f00784bd3 writing on the plane to kyoto: the blob complex as homotopy colimit and explicitly (but not why these are the same), and copy and paste of statements of axioms
Scott Morrison <scott@tqft.net>
parents: 574
diff changeset
   273
\[ \xymatrix{
4e6f00784bd3 writing on the plane to kyoto: the blob complex as homotopy colimit and explicitly (but not why these are the same), and copy and paste of statements of axioms
Scott Morrison <scott@tqft.net>
parents: 574
diff changeset
   274
	D \ar@{^(->}[r] \ar[d]_{\rho} & E \ar[d]^{\pi} \\
4e6f00784bd3 writing on the plane to kyoto: the blob complex as homotopy colimit and explicitly (but not why these are the same), and copy and paste of statements of axioms
Scott Morrison <scott@tqft.net>
parents: 574
diff changeset
   275
	Y \ar@{^(->}[r] & X
4e6f00784bd3 writing on the plane to kyoto: the blob complex as homotopy colimit and explicitly (but not why these are the same), and copy and paste of statements of axioms
Scott Morrison <scott@tqft.net>
parents: 574
diff changeset
   276
} \]
4e6f00784bd3 writing on the plane to kyoto: the blob complex as homotopy colimit and explicitly (but not why these are the same), and copy and paste of statements of axioms
Scott Morrison <scott@tqft.net>
parents: 574
diff changeset
   277
such that $\rho$ and $\pi$ are pinched products, then
4e6f00784bd3 writing on the plane to kyoto: the blob complex as homotopy colimit and explicitly (but not why these are the same), and copy and paste of statements of axioms
Scott Morrison <scott@tqft.net>
parents: 574
diff changeset
   278
\[
4e6f00784bd3 writing on the plane to kyoto: the blob complex as homotopy colimit and explicitly (but not why these are the same), and copy and paste of statements of axioms
Scott Morrison <scott@tqft.net>
parents: 574
diff changeset
   279
	\res_D\circ\pi^* = \rho^*\circ\res_Y .
4e6f00784bd3 writing on the plane to kyoto: the blob complex as homotopy colimit and explicitly (but not why these are the same), and copy and paste of statements of axioms
Scott Morrison <scott@tqft.net>
parents: 574
diff changeset
   280
\]
4e6f00784bd3 writing on the plane to kyoto: the blob complex as homotopy colimit and explicitly (but not why these are the same), and copy and paste of statements of axioms
Scott Morrison <scott@tqft.net>
parents: 574
diff changeset
   281
\end{enumerate}
4e6f00784bd3 writing on the plane to kyoto: the blob complex as homotopy colimit and explicitly (but not why these are the same), and copy and paste of statements of axioms
Scott Morrison <scott@tqft.net>
parents: 574
diff changeset
   282
\end{axiom}
4e6f00784bd3 writing on the plane to kyoto: the blob complex as homotopy colimit and explicitly (but not why these are the same), and copy and paste of statements of axioms
Scott Morrison <scott@tqft.net>
parents: 574
diff changeset
   283
\begin{axiom}[\textup{\textbf{[plain  version]}} Extended isotopy invariance in dimension $n$.]
4e6f00784bd3 writing on the plane to kyoto: the blob complex as homotopy colimit and explicitly (but not why these are the same), and copy and paste of statements of axioms
Scott Morrison <scott@tqft.net>
parents: 574
diff changeset
   284
\label{axiom:extended-isotopies}
4e6f00784bd3 writing on the plane to kyoto: the blob complex as homotopy colimit and explicitly (but not why these are the same), and copy and paste of statements of axioms
Scott Morrison <scott@tqft.net>
parents: 574
diff changeset
   285
Let $X$ be an $n$-ball and $f: X\to X$ be a homeomorphism which restricts
4e6f00784bd3 writing on the plane to kyoto: the blob complex as homotopy colimit and explicitly (but not why these are the same), and copy and paste of statements of axioms
Scott Morrison <scott@tqft.net>
parents: 574
diff changeset
   286
to the identity on $\bd X$ and isotopic (rel boundary) to the identity.
4e6f00784bd3 writing on the plane to kyoto: the blob complex as homotopy colimit and explicitly (but not why these are the same), and copy and paste of statements of axioms
Scott Morrison <scott@tqft.net>
parents: 574
diff changeset
   287
Then $f$ acts trivially on $\cC(X)$.
4e6f00784bd3 writing on the plane to kyoto: the blob complex as homotopy colimit and explicitly (but not why these are the same), and copy and paste of statements of axioms
Scott Morrison <scott@tqft.net>
parents: 574
diff changeset
   288
In addition, collar maps act trivially on $\cC(X)$.
4e6f00784bd3 writing on the plane to kyoto: the blob complex as homotopy colimit and explicitly (but not why these are the same), and copy and paste of statements of axioms
Scott Morrison <scott@tqft.net>
parents: 574
diff changeset
   289
\end{axiom}
4e6f00784bd3 writing on the plane to kyoto: the blob complex as homotopy colimit and explicitly (but not why these are the same), and copy and paste of statements of axioms
Scott Morrison <scott@tqft.net>
parents: 574
diff changeset
   290
4e6f00784bd3 writing on the plane to kyoto: the blob complex as homotopy colimit and explicitly (but not why these are the same), and copy and paste of statements of axioms
Scott Morrison <scott@tqft.net>
parents: 574
diff changeset
   291
\smallskip
4e6f00784bd3 writing on the plane to kyoto: the blob complex as homotopy colimit and explicitly (but not why these are the same), and copy and paste of statements of axioms
Scott Morrison <scott@tqft.net>
parents: 574
diff changeset
   292
4e6f00784bd3 writing on the plane to kyoto: the blob complex as homotopy colimit and explicitly (but not why these are the same), and copy and paste of statements of axioms
Scott Morrison <scott@tqft.net>
parents: 574
diff changeset
   293
For $A_\infty$ $n$-categories, we replace
4e6f00784bd3 writing on the plane to kyoto: the blob complex as homotopy colimit and explicitly (but not why these are the same), and copy and paste of statements of axioms
Scott Morrison <scott@tqft.net>
parents: 574
diff changeset
   294
isotopy invariance with the requirement that families of homeomorphisms act.
4e6f00784bd3 writing on the plane to kyoto: the blob complex as homotopy colimit and explicitly (but not why these are the same), and copy and paste of statements of axioms
Scott Morrison <scott@tqft.net>
parents: 574
diff changeset
   295
For the moment, assume that our $n$-morphisms are enriched over chain complexes.
4e6f00784bd3 writing on the plane to kyoto: the blob complex as homotopy colimit and explicitly (but not why these are the same), and copy and paste of statements of axioms
Scott Morrison <scott@tqft.net>
parents: 574
diff changeset
   296
Let $\Homeo_\bd(X)$ denote homeomorphisms of $X$ which fix $\bd X$ and
4e6f00784bd3 writing on the plane to kyoto: the blob complex as homotopy colimit and explicitly (but not why these are the same), and copy and paste of statements of axioms
Scott Morrison <scott@tqft.net>
parents: 574
diff changeset
   297
$C_*(\Homeo_\bd(X))$ denote the singular chains on this space.
4e6f00784bd3 writing on the plane to kyoto: the blob complex as homotopy colimit and explicitly (but not why these are the same), and copy and paste of statements of axioms
Scott Morrison <scott@tqft.net>
parents: 574
diff changeset
   298
4e6f00784bd3 writing on the plane to kyoto: the blob complex as homotopy colimit and explicitly (but not why these are the same), and copy and paste of statements of axioms
Scott Morrison <scott@tqft.net>
parents: 574
diff changeset
   299
4e6f00784bd3 writing on the plane to kyoto: the blob complex as homotopy colimit and explicitly (but not why these are the same), and copy and paste of statements of axioms
Scott Morrison <scott@tqft.net>
parents: 574
diff changeset
   300
\begin{axiom}[\textup{\textbf{[$A_\infty$ version]}} Families of homeomorphisms act in dimension $n$.]
4e6f00784bd3 writing on the plane to kyoto: the blob complex as homotopy colimit and explicitly (but not why these are the same), and copy and paste of statements of axioms
Scott Morrison <scott@tqft.net>
parents: 574
diff changeset
   301
\label{axiom:families}
4e6f00784bd3 writing on the plane to kyoto: the blob complex as homotopy colimit and explicitly (but not why these are the same), and copy and paste of statements of axioms
Scott Morrison <scott@tqft.net>
parents: 574
diff changeset
   302
For each $n$-ball $X$ and each $c\in \cl{\cC}(\bd X)$ we have a map of chain complexes
4e6f00784bd3 writing on the plane to kyoto: the blob complex as homotopy colimit and explicitly (but not why these are the same), and copy and paste of statements of axioms
Scott Morrison <scott@tqft.net>
parents: 574
diff changeset
   303
\[
4e6f00784bd3 writing on the plane to kyoto: the blob complex as homotopy colimit and explicitly (but not why these are the same), and copy and paste of statements of axioms
Scott Morrison <scott@tqft.net>
parents: 574
diff changeset
   304
	C_*(\Homeo_\bd(X))\ot \cC(X; c) \to \cC(X; c) .
4e6f00784bd3 writing on the plane to kyoto: the blob complex as homotopy colimit and explicitly (but not why these are the same), and copy and paste of statements of axioms
Scott Morrison <scott@tqft.net>
parents: 574
diff changeset
   305
\]
4e6f00784bd3 writing on the plane to kyoto: the blob complex as homotopy colimit and explicitly (but not why these are the same), and copy and paste of statements of axioms
Scott Morrison <scott@tqft.net>
parents: 574
diff changeset
   306
These action maps are required to be associative up to homotopy,
4e6f00784bd3 writing on the plane to kyoto: the blob complex as homotopy colimit and explicitly (but not why these are the same), and copy and paste of statements of axioms
Scott Morrison <scott@tqft.net>
parents: 574
diff changeset
   307
and also compatible with composition (gluing) in the sense that
4e6f00784bd3 writing on the plane to kyoto: the blob complex as homotopy colimit and explicitly (but not why these are the same), and copy and paste of statements of axioms
Scott Morrison <scott@tqft.net>
parents: 574
diff changeset
   308
a diagram like the one in Theorem \ref{thm:CH} commutes.
4e6f00784bd3 writing on the plane to kyoto: the blob complex as homotopy colimit and explicitly (but not why these are the same), and copy and paste of statements of axioms
Scott Morrison <scott@tqft.net>
parents: 574
diff changeset
   309
\end{axiom}
4e6f00784bd3 writing on the plane to kyoto: the blob complex as homotopy colimit and explicitly (but not why these are the same), and copy and paste of statements of axioms
Scott Morrison <scott@tqft.net>
parents: 574
diff changeset
   310
4e6f00784bd3 writing on the plane to kyoto: the blob complex as homotopy colimit and explicitly (but not why these are the same), and copy and paste of statements of axioms
Scott Morrison <scott@tqft.net>
parents: 574
diff changeset
   311
4e6f00784bd3 writing on the plane to kyoto: the blob complex as homotopy colimit and explicitly (but not why these are the same), and copy and paste of statements of axioms
Scott Morrison <scott@tqft.net>
parents: 574
diff changeset
   312
\todo{
572
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   313
Decide if we need a friendlier, skein-module version.
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   314
}
575
4e6f00784bd3 writing on the plane to kyoto: the blob complex as homotopy colimit and explicitly (but not why these are the same), and copy and paste of statements of axioms
Scott Morrison <scott@tqft.net>
parents: 574
diff changeset
   315
4e6f00784bd3 writing on the plane to kyoto: the blob complex as homotopy colimit and explicitly (but not why these are the same), and copy and paste of statements of axioms
Scott Morrison <scott@tqft.net>
parents: 574
diff changeset
   316
\subsubsection{Examples}
4e6f00784bd3 writing on the plane to kyoto: the blob complex as homotopy colimit and explicitly (but not why these are the same), and copy and paste of statements of axioms
Scott Morrison <scott@tqft.net>
parents: 574
diff changeset
   317
\todo{maps to a space, string diagrams}
4e6f00784bd3 writing on the plane to kyoto: the blob complex as homotopy colimit and explicitly (but not why these are the same), and copy and paste of statements of axioms
Scott Morrison <scott@tqft.net>
parents: 574
diff changeset
   318
572
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   319
\subsection{The blob complex}
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   320
\subsubsection{Decompositions of manifolds}
573
8378e03d3c7f starting on cell decompositions
Scott Morrison <scott@tqft.net>
parents: 572
diff changeset
   321
574
e5ab1b074d88 minor edits and cleanup
Scott Morrison <scott@tqft.net>
parents: 573
diff changeset
   322
A \emph{ball decomposition} of $W$ is a 
573
8378e03d3c7f starting on cell decompositions
Scott Morrison <scott@tqft.net>
parents: 572
diff changeset
   323
sequence of gluings $M_0\to M_1\to\cdots\to M_m = W$ such that $M_0$ is a disjoint union of balls
574
e5ab1b074d88 minor edits and cleanup
Scott Morrison <scott@tqft.net>
parents: 573
diff changeset
   324
$\du_a X_a$ and each $M_i$ is a manifold.
e5ab1b074d88 minor edits and cleanup
Scott Morrison <scott@tqft.net>
parents: 573
diff changeset
   325
If $X_a$ is some component of $M_0$, its image in $W$ need not be a ball; $\bd X_a$ may have been glued to itself.
e5ab1b074d88 minor edits and cleanup
Scott Morrison <scott@tqft.net>
parents: 573
diff changeset
   326
A {\it permissible decomposition} of $W$ is a map
573
8378e03d3c7f starting on cell decompositions
Scott Morrison <scott@tqft.net>
parents: 572
diff changeset
   327
\[
8378e03d3c7f starting on cell decompositions
Scott Morrison <scott@tqft.net>
parents: 572
diff changeset
   328
	\coprod_a X_a \to W,
8378e03d3c7f starting on cell decompositions
Scott Morrison <scott@tqft.net>
parents: 572
diff changeset
   329
\]
8378e03d3c7f starting on cell decompositions
Scott Morrison <scott@tqft.net>
parents: 572
diff changeset
   330
which can be completed to a ball decomposition $\du_a X_a = M_0\to\cdots\to M_m = W$.
574
e5ab1b074d88 minor edits and cleanup
Scott Morrison <scott@tqft.net>
parents: 573
diff changeset
   331
A permissible decomposition is weaker than a ball decomposition; we forget the order in which the balls
e5ab1b074d88 minor edits and cleanup
Scott Morrison <scott@tqft.net>
parents: 573
diff changeset
   332
are glued up to yield $W$, and just require that there is some non-pathological way to do this.
573
8378e03d3c7f starting on cell decompositions
Scott Morrison <scott@tqft.net>
parents: 572
diff changeset
   333
8378e03d3c7f starting on cell decompositions
Scott Morrison <scott@tqft.net>
parents: 572
diff changeset
   334
Given permissible decompositions $x = \{X_a\}$ and $y = \{Y_b\}$ of $W$, we say that $x$ is a refinement
8378e03d3c7f starting on cell decompositions
Scott Morrison <scott@tqft.net>
parents: 572
diff changeset
   335
of $y$, or write $x \le y$, if there is a ball decomposition $\du_a X_a = M_0\to\cdots\to M_m = W$
8378e03d3c7f starting on cell decompositions
Scott Morrison <scott@tqft.net>
parents: 572
diff changeset
   336
with $\du_b Y_b = M_i$ for some $i$.
8378e03d3c7f starting on cell decompositions
Scott Morrison <scott@tqft.net>
parents: 572
diff changeset
   337
8378e03d3c7f starting on cell decompositions
Scott Morrison <scott@tqft.net>
parents: 572
diff changeset
   338
\begin{defn}
8378e03d3c7f starting on cell decompositions
Scott Morrison <scott@tqft.net>
parents: 572
diff changeset
   339
The poset $\cell(W)$ has objects the permissible decompositions of $W$, 
8378e03d3c7f starting on cell decompositions
Scott Morrison <scott@tqft.net>
parents: 572
diff changeset
   340
and a unique morphism from $x$ to $y$ if and only if $x$ is a refinement of $y$.
8378e03d3c7f starting on cell decompositions
Scott Morrison <scott@tqft.net>
parents: 572
diff changeset
   341
See Figure \ref{partofJfig} for an example.
8378e03d3c7f starting on cell decompositions
Scott Morrison <scott@tqft.net>
parents: 572
diff changeset
   342
\end{defn}
8378e03d3c7f starting on cell decompositions
Scott Morrison <scott@tqft.net>
parents: 572
diff changeset
   343
8378e03d3c7f starting on cell decompositions
Scott Morrison <scott@tqft.net>
parents: 572
diff changeset
   344
8378e03d3c7f starting on cell decompositions
Scott Morrison <scott@tqft.net>
parents: 572
diff changeset
   345
An $n$-category $\cC$ determines 
8378e03d3c7f starting on cell decompositions
Scott Morrison <scott@tqft.net>
parents: 572
diff changeset
   346
a functor $\psi_{\cC;W}$ from $\cell(W)$ to the category of sets 
8378e03d3c7f starting on cell decompositions
Scott Morrison <scott@tqft.net>
parents: 572
diff changeset
   347
(possibly with additional structure if $k=n$).
8378e03d3c7f starting on cell decompositions
Scott Morrison <scott@tqft.net>
parents: 572
diff changeset
   348
Each $k$-ball $X$ of a decomposition $y$ of $W$ has its boundary decomposed into $k{-}1$-balls,
574
e5ab1b074d88 minor edits and cleanup
Scott Morrison <scott@tqft.net>
parents: 573
diff changeset
   349
and there is a subset $\cC(X)\spl \sub \cC(X)$ of morphisms whose boundaries
573
8378e03d3c7f starting on cell decompositions
Scott Morrison <scott@tqft.net>
parents: 572
diff changeset
   350
are splittable along this decomposition.
8378e03d3c7f starting on cell decompositions
Scott Morrison <scott@tqft.net>
parents: 572
diff changeset
   351
8378e03d3c7f starting on cell decompositions
Scott Morrison <scott@tqft.net>
parents: 572
diff changeset
   352
\begin{defn}
8378e03d3c7f starting on cell decompositions
Scott Morrison <scott@tqft.net>
parents: 572
diff changeset
   353
Define the functor $\psi_{\cC;W} : \cell(W) \to \Set$ as follows.
8378e03d3c7f starting on cell decompositions
Scott Morrison <scott@tqft.net>
parents: 572
diff changeset
   354
For a decomposition $x = \bigsqcup_a X_a$ in $\cell(W)$, $\psi_{\cC;W}(x)$ is the subset
574
e5ab1b074d88 minor edits and cleanup
Scott Morrison <scott@tqft.net>
parents: 573
diff changeset
   355
\begin{equation*}
e5ab1b074d88 minor edits and cleanup
Scott Morrison <scott@tqft.net>
parents: 573
diff changeset
   356
%\label{eq:psi-C}
573
8378e03d3c7f starting on cell decompositions
Scott Morrison <scott@tqft.net>
parents: 572
diff changeset
   357
	\psi_{\cC;W}(x) \sub \prod_a \cC(X_a)\spl
574
e5ab1b074d88 minor edits and cleanup
Scott Morrison <scott@tqft.net>
parents: 573
diff changeset
   358
\end{equation*}
573
8378e03d3c7f starting on cell decompositions
Scott Morrison <scott@tqft.net>
parents: 572
diff changeset
   359
where the restrictions to the various pieces of shared boundaries amongst the cells
575
4e6f00784bd3 writing on the plane to kyoto: the blob complex as homotopy colimit and explicitly (but not why these are the same), and copy and paste of statements of axioms
Scott Morrison <scott@tqft.net>
parents: 574
diff changeset
   360
$X_a$ all agree (this is a fibered product of all the labels of $n$-cells over the labels of $n-1$-cells). When $k=n$, the `subset' and `product' in the above formula should be interpreted in the appropriate enriching category.
573
8378e03d3c7f starting on cell decompositions
Scott Morrison <scott@tqft.net>
parents: 572
diff changeset
   361
If $x$ is a refinement of $y$, the map $\psi_{\cC;W}(x) \to \psi_{\cC;W}(y)$ is given by the composition maps of $\cC$.
8378e03d3c7f starting on cell decompositions
Scott Morrison <scott@tqft.net>
parents: 572
diff changeset
   362
\end{defn}
8378e03d3c7f starting on cell decompositions
Scott Morrison <scott@tqft.net>
parents: 572
diff changeset
   363
575
4e6f00784bd3 writing on the plane to kyoto: the blob complex as homotopy colimit and explicitly (but not why these are the same), and copy and paste of statements of axioms
Scott Morrison <scott@tqft.net>
parents: 574
diff changeset
   364
We will use the term `field on $W$' to refer to \nn{a point} of this functor,
4e6f00784bd3 writing on the plane to kyoto: the blob complex as homotopy colimit and explicitly (but not why these are the same), and copy and paste of statements of axioms
Scott Morrison <scott@tqft.net>
parents: 574
diff changeset
   365
that is, a permissible decomposition $x$ of $W$ together with an element of $\psi_{\cC;W}(x)$.
573
8378e03d3c7f starting on cell decompositions
Scott Morrison <scott@tqft.net>
parents: 572
diff changeset
   366
575
4e6f00784bd3 writing on the plane to kyoto: the blob complex as homotopy colimit and explicitly (but not why these are the same), and copy and paste of statements of axioms
Scott Morrison <scott@tqft.net>
parents: 574
diff changeset
   367
\todo{Mention that the axioms for $n$-categories can be stated in terms of decompositions of balls?}
4e6f00784bd3 writing on the plane to kyoto: the blob complex as homotopy colimit and explicitly (but not why these are the same), and copy and paste of statements of axioms
Scott Morrison <scott@tqft.net>
parents: 574
diff changeset
   368
572
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   369
\subsubsection{Homotopy colimits}
575
4e6f00784bd3 writing on the plane to kyoto: the blob complex as homotopy colimit and explicitly (but not why these are the same), and copy and paste of statements of axioms
Scott Morrison <scott@tqft.net>
parents: 574
diff changeset
   370
\nn{Motivation: How can we extend an $n$-category from balls to arbitrary manifolds?}
4e6f00784bd3 writing on the plane to kyoto: the blob complex as homotopy colimit and explicitly (but not why these are the same), and copy and paste of statements of axioms
Scott Morrison <scott@tqft.net>
parents: 574
diff changeset
   371
4e6f00784bd3 writing on the plane to kyoto: the blob complex as homotopy colimit and explicitly (but not why these are the same), and copy and paste of statements of axioms
Scott Morrison <scott@tqft.net>
parents: 574
diff changeset
   372
We now define the blob complex $\bc_*(W; \cC)$ of an $n$-manifold $W$
4e6f00784bd3 writing on the plane to kyoto: the blob complex as homotopy colimit and explicitly (but not why these are the same), and copy and paste of statements of axioms
Scott Morrison <scott@tqft.net>
parents: 574
diff changeset
   373
with coefficients in the $n$-category $\cC$ to be the homotopy colimit
4e6f00784bd3 writing on the plane to kyoto: the blob complex as homotopy colimit and explicitly (but not why these are the same), and copy and paste of statements of axioms
Scott Morrison <scott@tqft.net>
parents: 574
diff changeset
   374
of the functor $\psi_{\cC; W}$ described above. 
4e6f00784bd3 writing on the plane to kyoto: the blob complex as homotopy colimit and explicitly (but not why these are the same), and copy and paste of statements of axioms
Scott Morrison <scott@tqft.net>
parents: 574
diff changeset
   375
4e6f00784bd3 writing on the plane to kyoto: the blob complex as homotopy colimit and explicitly (but not why these are the same), and copy and paste of statements of axioms
Scott Morrison <scott@tqft.net>
parents: 574
diff changeset
   376
When $\cC$ is a topological $n$-category,
4e6f00784bd3 writing on the plane to kyoto: the blob complex as homotopy colimit and explicitly (but not why these are the same), and copy and paste of statements of axioms
Scott Morrison <scott@tqft.net>
parents: 574
diff changeset
   377
the flexibility available in the construction of a homotopy colimit allows
4e6f00784bd3 writing on the plane to kyoto: the blob complex as homotopy colimit and explicitly (but not why these are the same), and copy and paste of statements of axioms
Scott Morrison <scott@tqft.net>
parents: 574
diff changeset
   378
us to give a much more explicit description of the blob complex.
4e6f00784bd3 writing on the plane to kyoto: the blob complex as homotopy colimit and explicitly (but not why these are the same), and copy and paste of statements of axioms
Scott Morrison <scott@tqft.net>
parents: 574
diff changeset
   379
4e6f00784bd3 writing on the plane to kyoto: the blob complex as homotopy colimit and explicitly (but not why these are the same), and copy and paste of statements of axioms
Scott Morrison <scott@tqft.net>
parents: 574
diff changeset
   380
We say a collection of balls $\{B_i\}$ in a manifold $W$ is \emph{permissible}
4e6f00784bd3 writing on the plane to kyoto: the blob complex as homotopy colimit and explicitly (but not why these are the same), and copy and paste of statements of axioms
Scott Morrison <scott@tqft.net>
parents: 574
diff changeset
   381
if there exists a permissible decomposition $M_0\to\cdots\to M_m = W$ such that
4e6f00784bd3 writing on the plane to kyoto: the blob complex as homotopy colimit and explicitly (but not why these are the same), and copy and paste of statements of axioms
Scott Morrison <scott@tqft.net>
parents: 574
diff changeset
   382
each $B_i$ appears as a connected component of one of the $M_j$. Note that this allows the balls to be pairwise either disjoint or nested. Such a collection of balls cuts $W$ into pieces, the connected components of $W \setminus \bigcup \bdy B_i$. These pieces need not be manifolds, but they do automatically have permissible decompositions.
572
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   383
575
4e6f00784bd3 writing on the plane to kyoto: the blob complex as homotopy colimit and explicitly (but not why these are the same), and copy and paste of statements of axioms
Scott Morrison <scott@tqft.net>
parents: 574
diff changeset
   384
The $k$-blob group $\bc_k(W; \cC)$ is generated by the $k$-blob diagrams. A $k$-blob diagram consists of
4e6f00784bd3 writing on the plane to kyoto: the blob complex as homotopy colimit and explicitly (but not why these are the same), and copy and paste of statements of axioms
Scott Morrison <scott@tqft.net>
parents: 574
diff changeset
   385
\begin{itemize}
4e6f00784bd3 writing on the plane to kyoto: the blob complex as homotopy colimit and explicitly (but not why these are the same), and copy and paste of statements of axioms
Scott Morrison <scott@tqft.net>
parents: 574
diff changeset
   386
\item a permissible collection of $k$ embedded balls (called `blobs') in $W$,
4e6f00784bd3 writing on the plane to kyoto: the blob complex as homotopy colimit and explicitly (but not why these are the same), and copy and paste of statements of axioms
Scott Morrison <scott@tqft.net>
parents: 574
diff changeset
   387
\item an ordering of the balls, and
4e6f00784bd3 writing on the plane to kyoto: the blob complex as homotopy colimit and explicitly (but not why these are the same), and copy and paste of statements of axioms
Scott Morrison <scott@tqft.net>
parents: 574
diff changeset
   388
\item for each resulting piece of $W$, a field,
4e6f00784bd3 writing on the plane to kyoto: the blob complex as homotopy colimit and explicitly (but not why these are the same), and copy and paste of statements of axioms
Scott Morrison <scott@tqft.net>
parents: 574
diff changeset
   389
\end{itemize}
4e6f00784bd3 writing on the plane to kyoto: the blob complex as homotopy colimit and explicitly (but not why these are the same), and copy and paste of statements of axioms
Scott Morrison <scott@tqft.net>
parents: 574
diff changeset
   390
such that for any innermost blob $B$, the field on $B$ goes to zero under the composition map from $\cC$.
4e6f00784bd3 writing on the plane to kyoto: the blob complex as homotopy colimit and explicitly (but not why these are the same), and copy and paste of statements of axioms
Scott Morrison <scott@tqft.net>
parents: 574
diff changeset
   391
4e6f00784bd3 writing on the plane to kyoto: the blob complex as homotopy colimit and explicitly (but not why these are the same), and copy and paste of statements of axioms
Scott Morrison <scott@tqft.net>
parents: 574
diff changeset
   392
The differential acts on a $k$-blob diagram by summing over ways to forget one of the $k$ blobs, with signs given by the ordering.
4e6f00784bd3 writing on the plane to kyoto: the blob complex as homotopy colimit and explicitly (but not why these are the same), and copy and paste of statements of axioms
Scott Morrison <scott@tqft.net>
parents: 574
diff changeset
   393
4e6f00784bd3 writing on the plane to kyoto: the blob complex as homotopy colimit and explicitly (but not why these are the same), and copy and paste of statements of axioms
Scott Morrison <scott@tqft.net>
parents: 574
diff changeset
   394
\todo{Say why this really is the homotopy colimit}
4e6f00784bd3 writing on the plane to kyoto: the blob complex as homotopy colimit and explicitly (but not why these are the same), and copy and paste of statements of axioms
Scott Morrison <scott@tqft.net>
parents: 574
diff changeset
   395
\todo{Spell out $k=0, 1, 2$}
4e6f00784bd3 writing on the plane to kyoto: the blob complex as homotopy colimit and explicitly (but not why these are the same), and copy and paste of statements of axioms
Scott Morrison <scott@tqft.net>
parents: 574
diff changeset
   396
572
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   397
\section{Properties of the blob complex}
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   398
\subsection{Formal properties}
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   399
\label{sec:properties}
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   400
The blob complex enjoys the following list of formal properties.
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   401
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   402
\begin{property}[Functoriality]
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   403
\label{property:functoriality}%
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   404
The blob complex is functorial with respect to homeomorphisms.
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   405
That is, 
574
e5ab1b074d88 minor edits and cleanup
Scott Morrison <scott@tqft.net>
parents: 573
diff changeset
   406
for a fixed $n$-category $\cC$, the association
572
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   407
\begin{equation*}
574
e5ab1b074d88 minor edits and cleanup
Scott Morrison <scott@tqft.net>
parents: 573
diff changeset
   408
X \mapsto \bc_*(X; \cC)
572
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   409
\end{equation*}
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   410
is a functor from $n$-manifolds and homeomorphisms between them to chain 
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   411
complexes and isomorphisms between them.
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   412
\end{property}
574
e5ab1b074d88 minor edits and cleanup
Scott Morrison <scott@tqft.net>
parents: 573
diff changeset
   413
As a consequence, there is an action of $\Homeo(X)$ on the chain complex $\bc_*(X; \cC)$; 
572
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   414
this action is extended to all of $C_*(\Homeo(X))$ in Theorem \ref{thm:CH} below.
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   415
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   416
\begin{property}[Disjoint union]
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   417
\label{property:disjoint-union}
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   418
The blob complex of a disjoint union is naturally isomorphic to the tensor product of the blob complexes.
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   419
\begin{equation*}
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   420
\bc_*(X_1 \du X_2) \iso \bc_*(X_1) \tensor \bc_*(X_2)
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   421
\end{equation*}
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   422
\end{property}
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   423
574
e5ab1b074d88 minor edits and cleanup
Scott Morrison <scott@tqft.net>
parents: 573
diff changeset
   424
If an $n$-manifold $X$ contains $Y \sqcup Y^\text{op}$ (we allow $Y = \eset$) as a codimension $0$ submanifold of its boundary, 
e5ab1b074d88 minor edits and cleanup
Scott Morrison <scott@tqft.net>
parents: 573
diff changeset
   425
write $X \bigcup_{Y}\selfarrow$ for the manifold obtained by gluing together $Y$ and $Y^\text{op}$.
572
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   426
\begin{property}[Gluing map]
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   427
\label{property:gluing-map}%
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   428
%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$, there is a chain map
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   429
%\begin{equation*}
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   430
%\gl_Y: \bc_*(X_1) \tensor \bc_*(X_2) \to \bc_*(X_1 \cup_Y X_2).
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   431
%\end{equation*}
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   432
Given a gluing $X \to X_\mathrm{gl}$, there is
574
e5ab1b074d88 minor edits and cleanup
Scott Morrison <scott@tqft.net>
parents: 573
diff changeset
   433
a map
572
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   434
\[
574
e5ab1b074d88 minor edits and cleanup
Scott Morrison <scott@tqft.net>
parents: 573
diff changeset
   435
	\bc_*(X) \to \bc_*(X \bigcup_{Y}\selfarrow),
572
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   436
\]
574
e5ab1b074d88 minor edits and cleanup
Scott Morrison <scott@tqft.net>
parents: 573
diff changeset
   437
natural with respect to homeomorphisms, and associative with respect to iterated gluings.
572
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   438
\end{property}
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   439
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   440
\begin{property}[Contractibility]
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   441
\label{property:contractibility}%
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   442
With field coefficients, the blob complex on an $n$-ball is contractible in the sense 
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   443
that it is homotopic to its $0$-th homology.
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   444
Moreover, the $0$-th homology of balls can be canonically identified with the vector spaces 
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   445
associated by the system of fields $\cF$ to balls.
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   446
\begin{equation*}
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   447
\xymatrix{\bc_*(B^n;\cF) \ar[r]^(0.4){\iso}_(0.4){\text{qi}} & H_0(\bc_*(B^n;\cF)) \ar[r]^(0.6)\iso & A_\cF(B^n)}
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   448
\end{equation*}
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   449
\end{property}
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   450
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   451
\nn{Properties \ref{property:functoriality} will be immediate from the definition given in
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   452
\S \ref{sec:blob-definition}, and we'll recall it at the appropriate point there.
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   453
Properties \ref{property:disjoint-union}, \ref{property:gluing-map} and 
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   454
\ref{property:contractibility} are established in \S \ref{sec:basic-properties}.}
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   455
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   456
\subsection{Specializations}
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   457
\label{sec:specializations}
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   458
574
e5ab1b074d88 minor edits and cleanup
Scott Morrison <scott@tqft.net>
parents: 573
diff changeset
   459
The blob complex has two important special cases.
572
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   460
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   461
\begin{thm}[Skein modules]
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   462
\label{thm:skein-modules}
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   463
The $0$-th blob homology of $X$ is the usual 
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   464
(dual) TQFT Hilbert space (a.k.a.\ skein module) associated to $X$
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   465
by $\cF$.
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   466
\begin{equation*}
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   467
H_0(\bc_*(X;\cF)) \iso A_{\cF}(X)
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   468
\end{equation*}
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   469
\end{thm}
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   470
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   471
\begin{thm}[Hochschild homology when $X=S^1$]
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   472
\label{thm:hochschild}
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   473
The blob complex for a $1$-category $\cC$ on the circle is
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   474
quasi-isomorphic to the Hochschild complex.
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   475
\begin{equation*}
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   476
\xymatrix{\bc_*(S^1;\cC) \ar[r]^(0.47){\iso}_(0.47){\text{qi}} & \HC_*(\cC).}
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   477
\end{equation*}
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   478
\end{thm}
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   479
574
e5ab1b074d88 minor edits and cleanup
Scott Morrison <scott@tqft.net>
parents: 573
diff changeset
   480
Theorem \ref{thm:skein-modules} is immediate from the definition, and
572
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   481
Theorem \ref{thm:hochschild} is established by extending the statement to bimodules as well as categories, then verifying that the universal properties of Hochschild homology also hold for $\bc_*(S^1; -)$.
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   482
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   483
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   484
\subsection{Structure of the blob complex}
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   485
\label{sec:structure}
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   486
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   487
In the following $\CH{X} = C_*(\Homeo(X))$ is the singular chain complex of the space of homeomorphisms of $X$, fixed on $\bdy X$.
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   488
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   489
\begin{thm}[$C_*(\Homeo(-))$ action]
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   490
\label{thm:CH}\label{thm:evaluation}
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   491
There is a chain map
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   492
\begin{equation*}
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   493
e_X: \CH{X} \tensor \bc_*(X) \to \bc_*(X).
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   494
\end{equation*}
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   495
such that
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   496
\begin{enumerate}
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   497
\item Restricted to $CH_0(X)$ this is the action of homeomorphisms described in Property \ref{property:functoriality}. 
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   498
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   499
\item For
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   500
any codimension $0$-submanifold $Y \sqcup Y^\text{op} \subset \bdy X$ the following diagram
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   501
(using the gluing maps described in Property \ref{property:gluing-map}) commutes (up to homotopy).
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   502
\begin{equation*}
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   503
\xymatrix@C+0.3cm{
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   504
     \CH{X} \otimes \bc_*(X)
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   505
        \ar[r]_{e_{X}}  \ar[d]^{\gl^{\Homeo}_Y \otimes \gl_Y}  &
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   506
            \bc_*(X) \ar[d]_{\gl_Y} \\
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   507
     \CH{X \bigcup_Y \selfarrow} \otimes \bc_*(X \bigcup_Y \selfarrow) \ar[r]_<<<<<<<{e_{(X \bigcup_Y \scalebox{0.5}{\selfarrow})}}    & \bc_*(X \bigcup_Y \selfarrow)
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   508
}
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   509
\end{equation*}
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   510
\end{enumerate}
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   511
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   512
Futher, this map is associative, in the sense that the following diagram commutes (up to homotopy).
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   513
\begin{equation*}
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   514
\xymatrix{
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   515
\CH{X} \tensor \CH{X} \tensor \bc_*(X) \ar[r]^<<<<<{\id \tensor e_X} \ar[d]^{\compose \tensor \id} & \CH{X} \tensor \bc_*(X) \ar[d]^{e_X} \\
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   516
\CH{X} \tensor \bc_*(X) \ar[r]^{e_X} & \bc_*(X)
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   517
}
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   518
\end{equation*}
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   519
\end{thm}
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   520
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   521
Since the blob complex is functorial in the manifold $X$, this is equivalent to having chain maps
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   522
$$ev_{X \to Y} : \CH{X \to Y} \tensor \bc_*(X) \to \bc_*(Y)$$
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   523
for any homeomorphic pair $X$ and $Y$, 
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   524
satisfying corresponding conditions.
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   525
575
4e6f00784bd3 writing on the plane to kyoto: the blob complex as homotopy colimit and explicitly (but not why these are the same), and copy and paste of statements of axioms
Scott Morrison <scott@tqft.net>
parents: 574
diff changeset
   526
4e6f00784bd3 writing on the plane to kyoto: the blob complex as homotopy colimit and explicitly (but not why these are the same), and copy and paste of statements of axioms
Scott Morrison <scott@tqft.net>
parents: 574
diff changeset
   527
572
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   528
\begin{thm}[Blob complexes of products with balls form an $A_\infty$ $n$-category]
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   529
\label{thm:blobs-ainfty}
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   530
Let $\cC$ be  a topological $n$-category.
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   531
Let $Y$ be an $n{-}k$-manifold. 
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   532
There is an $A_\infty$ $k$-category $\bc_*(Y;\cC)$, defined on each $m$-ball $D$, for $0 \leq m < k$, 
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   533
to be the set $$\bc_*(Y;\cC)(D) = \cC(Y \times D)$$ and on $k$-balls $D$ to be the set 
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   534
$$\bc_*(Y;\cC)(D) = \bc_*(Y \times D; \cC).$$ 
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   535
(When $m=k$ the subsets with fixed boundary conditions form a chain complex.) 
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   536
These sets have the structure of an $A_\infty$ $k$-category, with compositions coming from the gluing map in 
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   537
Property \ref{property:gluing-map} and with the action of families of homeomorphisms given in Theorem \ref{thm:evaluation}.
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   538
\end{thm}
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   539
\begin{rem}
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   540
Perhaps the most interesting case is when $Y$ is just a point; then we have a way of building an $A_\infty$ $n$-category from a topological $n$-category.
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   541
We think of this $A_\infty$ $n$-category as a free resolution.
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   542
\end{rem}
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   543
This result is described in more detail as Example 6.2.8 of \cite{1009.5025}
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   544
574
e5ab1b074d88 minor edits and cleanup
Scott Morrison <scott@tqft.net>
parents: 573
diff changeset
   545
We next describe the blob complex for product manifolds, in terms of the $A_\infty$ blob complex of the $A_\infty$ $n$-categories constructed as above.
572
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   546
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   547
\begin{thm}[Product formula]
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   548
\label{thm:product}
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   549
Let $W$ be a $k$-manifold and $Y$ be an $n-k$ manifold.
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   550
Let $\cC$ be an $n$-category.
574
e5ab1b074d88 minor edits and cleanup
Scott Morrison <scott@tqft.net>
parents: 573
diff changeset
   551
Let $\bc_*(Y;\cC)$ be the $A_\infty$ $k$-category associated to $Y$ via blob homology.
572
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   552
Then
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   553
\[
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   554
	\bc_*(Y\times W; \cC) \simeq \cl{\bc_*(Y;\cC)}(W).
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   555
\]
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   556
\end{thm}
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   557
The statement can be generalized to arbitrary fibre bundles, and indeed to arbitrary maps
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   558
(see \cite[\S7.1]{1009.5025}).
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   559
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   560
Fix a topological $n$-category $\cC$, which we'll omit from the notation.
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   561
Recall that for any $(n-1)$-manifold $Y$, the blob complex $\bc_*(Y)$ is naturally an $A_\infty$ category.
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   562
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   563
\begin{thm}[Gluing formula]
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   564
\label{thm:gluing}
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   565
\mbox{}% <-- gets the indenting right
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   566
\begin{itemize}
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   567
\item For any $n$-manifold $X$, with $Y$ a codimension $0$-submanifold of its boundary, the blob complex of $X$ is naturally an
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   568
$A_\infty$ module for $\bc_*(Y)$.
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   569
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   570
\item For any $n$-manifold $X_\text{gl} = X\bigcup_Y \selfarrow$, the blob complex $\bc_*(X_\text{gl})$ is the $A_\infty$ self-tensor product of
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   571
$\bc_*(X)$ as an $\bc_*(Y)$-bimodule:
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   572
\begin{equation*}
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   573
\bc_*(X_\text{gl}) \simeq \bc_*(X) \Tensor^{A_\infty}_{\mathclap{\bc_*(Y)}} \selfarrow
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   574
\end{equation*}
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   575
\end{itemize}
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   576
\end{thm}
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   577
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   578
\nn{Theorem \ref{thm:product} is proved in \S \ref{ss:product-formula}, and Theorem \ref{thm:gluing} in \S \ref{sec:gluing}.}
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   579
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   580
\section{Applications}
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   581
\label{sec:applications}
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   582
Finally, we give two applications of the above machinery.
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   583
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   584
\begin{thm}[Mapping spaces]
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   585
\label{thm:map-recon}
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   586
Let $\pi^\infty_{\le n}(T)$ denote the $A_\infty$ $n$-category based on maps 
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   587
$B^n \to T$.
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   588
(The case $n=1$ is the usual $A_\infty$-category of paths in $T$.)
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   589
Then 
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   590
$$\bc_*(X; \pi^\infty_{\le n}(T)) \simeq \CM{X}{T}.$$
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   591
\end{thm}
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   592
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   593
This says that we can recover (up to homotopy) the space of maps to $T$ via blob homology from local data. 
574
e5ab1b074d88 minor edits and cleanup
Scott Morrison <scott@tqft.net>
parents: 573
diff changeset
   594
Note that there is no restriction on the connectivity of $T$ as there is for the corresponding result in topological chiral homology \cite[Theorem 3.8.6]{0911.0018}.
572
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   595
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   596
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   597
\begin{thm}[Higher dimensional Deligne conjecture]
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   598
\label{thm:deligne}
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   599
The singular chains of the $n$-dimensional surgery cylinder operad act on blob cochains.
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   600
Since the little $n{+}1$-balls operad is a suboperad of the $n$-dimensional surgery cylinder operad,
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   601
this implies that the little $n{+}1$-balls operad acts on blob cochains of the $n$-ball.
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   602
\end{thm}
574
e5ab1b074d88 minor edits and cleanup
Scott Morrison <scott@tqft.net>
parents: 573
diff changeset
   603
\nn{Explain and sketch}
566
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
   604
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
   605
%% == end of paper:
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
   606
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
   607
%% Optional Materials and Methods Section
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
   608
%% The Materials and Methods section header will be added automatically.
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
   609
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
   610
%% Enter any subheads and the Materials and Methods text below.
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
   611
%\begin{materials}
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
   612
% Materials text
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
   613
%\end{materials}
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
   614
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
   615
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
   616
%% Optional Appendix or Appendices
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
   617
%% \appendix Appendix text...
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
   618
%% or, for appendix with title, use square brackets:
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
   619
%% \appendix[Appendix Title]
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
   620
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
   621
\begin{acknowledgments}
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
   622
-- text of acknowledgments here, including grant info --
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
   623
\end{acknowledgments}
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
   624
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
   625
%% PNAS does not support submission of supporting .tex files such as BibTeX.
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
   626
%% Instead all references must be included in the article .tex document. 
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
   627
%% If you currently use BibTeX, your bibliography is formed because the 
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
   628
%% command \verb+\bibliography{}+ brings the <filename>.bbl file into your
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
   629
%% .tex document. To conform to PNAS requirements, copy the reference listings
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
   630
%% from your .bbl file and add them to the article .tex file, using the
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
   631
%% bibliography environment described above.  
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
   632
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
   633
%%  Contact pnas@nas.edu if you need assistance with your
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
   634
%%  bibliography.
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
   635
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
   636
% Sample bibliography item in PNAS format:
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
   637
%% \bibitem{in-text reference} comma-separated author names up to 5,
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
   638
%% for more than 5 authors use first author last name et al. (year published)
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
   639
%% article title  {\it Journal Name} volume #: start page-end page.
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
   640
%% ie,
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
   641
% \bibitem{Neuhaus} Neuhaus J-M, Sitcher L, Meins F, Jr, Boller T (1991) 
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
   642
% A short C-terminal sequence is necessary and sufficient for the
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
   643
% targeting of chitinases to the plant vacuole. 
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
   644
% {\it Proc Natl Acad Sci USA} 88:10362-10366.
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
   645
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
   646
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
   647
%% Enter the largest bibliography number in the facing curly brackets
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
   648
%% following \begin{thebibliography}
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
   649
572
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   650
%%%% BIBTEX
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   651
\bibliographystyle{alpha}
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   652
\bibliography{../bibliography/bibliography}
566
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
   653
572
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   654
%%%% non-BIBTEX
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   655
%\begin{thebibliography}{}
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   656
%
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   657
%\end{thebibliography}
e0f5ec582725 incorporating statements of results in PNAS article
Scott Morrison <scott@tqft.net>
parents: 571
diff changeset
   658
566
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
   659
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
   660
\end{article}
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
   661
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
   662
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
   663
%% Adding Figure and Table References
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
   664
%% Be sure to add figures and tables after \end{article}
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
   665
%% and before \end{document}
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
   666
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
   667
%% For figures, put the caption below the illustration.
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
   668
%%
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
   669
%% \begin{figure}
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
   670
%% \caption{Almost Sharp Front}\label{afoto}
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
   671
%% \end{figure}
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
   672
573
8378e03d3c7f starting on cell decompositions
Scott Morrison <scott@tqft.net>
parents: 572
diff changeset
   673
8378e03d3c7f starting on cell decompositions
Scott Morrison <scott@tqft.net>
parents: 572
diff changeset
   674
\begin{figure}
8378e03d3c7f starting on cell decompositions
Scott Morrison <scott@tqft.net>
parents: 572
diff changeset
   675
\begin{equation*}
8378e03d3c7f starting on cell decompositions
Scott Morrison <scott@tqft.net>
parents: 572
diff changeset
   676
\mathfig{.23}{ncat/zz2}
8378e03d3c7f starting on cell decompositions
Scott Morrison <scott@tqft.net>
parents: 572
diff changeset
   677
\end{equation*}
8378e03d3c7f starting on cell decompositions
Scott Morrison <scott@tqft.net>
parents: 572
diff changeset
   678
\caption{A small part of $\cell(W)$}
8378e03d3c7f starting on cell decompositions
Scott Morrison <scott@tqft.net>
parents: 572
diff changeset
   679
\label{partofJfig}
8378e03d3c7f starting on cell decompositions
Scott Morrison <scott@tqft.net>
parents: 572
diff changeset
   680
\end{figure}
8378e03d3c7f starting on cell decompositions
Scott Morrison <scott@tqft.net>
parents: 572
diff changeset
   681
8378e03d3c7f starting on cell decompositions
Scott Morrison <scott@tqft.net>
parents: 572
diff changeset
   682
566
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
   683
%% For Tables, put caption above table
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
   684
%%
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
   685
%% Table caption should start with a capital letter, continue with lower case
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
   686
%% and not have a period at the end
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
   687
%% Using @{\vrule height ?? depth ?? width0pt} in the tabular preamble will
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
   688
%% keep that much space between every line in the table.
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
   689
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
   690
%% \begin{table}
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
   691
%% \caption{Repeat length of longer allele by age of onset class}
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
   692
%% \begin{tabular}{@{\vrule height 10.5pt depth4pt  width0pt}lrcccc}
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
   693
%% table text
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
   694
%% \end{tabular}
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
   695
%% \end{table}
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
   696
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
   697
%% For two column figures and tables, use the following:
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
   698
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
   699
%% \begin{figure*}
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
   700
%% \caption{Almost Sharp Front}\label{afoto}
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
   701
%% \end{figure*}
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
   702
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
   703
%% \begin{table*}
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
   704
%% \caption{Repeat length of longer allele by age of onset class}
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
   705
%% \begin{tabular}{ccc}
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
   706
%% table text
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
   707
%% \end{tabular}
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
   708
%% \end{table*}
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
   709
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
   710
\end{document}
33de88ae7b62 PNAS style files, and template
Scott Morrison <scott@tqft.net>
parents:
diff changeset
   711