\documentclass[12pt,titlepage]{article} \usepackage{amsmath} \usepackage{mathrsfs} \usepackage{amsfonts} \usepackage{amssymb} \usepackage{amsthm} \usepackage{mathtools} \usepackage{graphicx} \usepackage{color} \usepackage{ucs} \usepackage[utf8x]{inputenc} \usepackage{xparse} \usepackage{hyperref} %----Macros---------- % % Unresolved issues: % % \righttoleftarrow % \lefttorightarrow % % \color{} with HTML colorspec % \bgcolor % \array with options (without options, it's equivalent to the matrix environment) % Of the standard HTML named colors, white, black, red, green, blue and yellow % are predefined in the color package. Here are the rest. \definecolor{aqua}{rgb}{0, 1.0, 1.0} \definecolor{fuschia}{rgb}{1.0, 0, 1.0} \definecolor{gray}{rgb}{0.502, 0.502, 0.502} \definecolor{lime}{rgb}{0, 1.0, 0} \definecolor{maroon}{rgb}{0.502, 0, 0} \definecolor{navy}{rgb}{0, 0, 0.502} \definecolor{olive}{rgb}{0.502, 0.502, 0} \definecolor{purple}{rgb}{0.502, 0, 0.502} \definecolor{silver}{rgb}{0.753, 0.753, 0.753} \definecolor{teal}{rgb}{0, 0.502, 0.502} % Because of conflicts, \space and \mathop are converted to % \itexspace and \operatorname during preprocessing. % itex: \space{ht}{dp}{wd} % % Height and baseline depth measurements are in units of tenths of an ex while % the width is measured in tenths of an em. \makeatletter \newdimen\itex@wd% \newdimen\itex@dp% \newdimen\itex@thd% \def\itexspace#1#2#3{\itex@wd=#3em% \itex@wd=0.1\itex@wd% \itex@dp=#2ex% \itex@dp=0.1\itex@dp% \itex@thd=#1ex% \itex@thd=0.1\itex@thd% \advance\itex@thd\the\itex@dp% \makebox[\the\itex@wd]{\rule[-\the\itex@dp]{0cm}{\the\itex@thd}}} \makeatother % \tensor and \multiscript \makeatletter \newif\if@sup \newtoks\@sups \def\append@sup#1{\edef\act{\noexpand\@sups={\the\@sups #1}}\act}% \def\reset@sup{\@supfalse\@sups={}}% \def\mk@scripts#1#2{\if #2/ \if@sup ^{\the\@sups}\fi \else% \ifx #1_ \if@sup ^{\the\@sups}\reset@sup \fi {}_{#2}% \else \append@sup#2 \@suptrue \fi% \expandafter\mk@scripts\fi} \def\tensor#1#2{\reset@sup#1\mk@scripts#2_/} \def\multiscripts#1#2#3{\reset@sup{}\mk@scripts#1_/#2% \reset@sup\mk@scripts#3_/} \makeatother % \slash \makeatletter \newbox\slashbox \setbox\slashbox=\hbox{$/$} \def\itex@pslash#1{\setbox\@tempboxa=\hbox{$#1$} \@tempdima=0.5\wd\slashbox \advance\@tempdima 0.5\wd\@tempboxa \copy\slashbox \kern-\@tempdima \box\@tempboxa} \def\slash{\protect\itex@pslash} \makeatother % math-mode versions of \rlap, etc % from Alexander Perlis, "A complement to \smash, \llap, and lap" % http://math.arizona.edu/~aprl/publications/mathclap/ \def\clap#1{\hbox to 0pt{\hss#1\hss}} \def\mathllap{\mathpalette\mathllapinternal} \def\mathrlap{\mathpalette\mathrlapinternal} \def\mathclap{\mathpalette\mathclapinternal} \def\mathllapinternal#1#2{\llap{$\mathsurround=0pt#1{#2}$}} \def\mathrlapinternal#1#2{\rlap{$\mathsurround=0pt#1{#2}$}} \def\mathclapinternal#1#2{\clap{$\mathsurround=0pt#1{#2}$}} % Renames \sqrt as \oldsqrt and redefine root to result in \sqrt[#1]{#2} \let\oldroot\root \def\root#1#2{\oldroot #1 \of{#2}} \renewcommand{\sqrt}[2][]{\oldroot #1 \of{#2}} % Manually declare the txfonts symbolsC font \DeclareSymbolFont{symbolsC}{U}{txsyc}{m}{n} \SetSymbolFont{symbolsC}{bold}{U}{txsyc}{bx}{n} \DeclareFontSubstitution{U}{txsyc}{m}{n} % Manually declare the stmaryrd font \DeclareSymbolFont{stmry}{U}{stmry}{m}{n} \SetSymbolFont{stmry}{bold}{U}{stmry}{b}{n} % Manually declare the MnSymbolE font \DeclareFontFamily{OMX}{MnSymbolE}{} \DeclareSymbolFont{mnomx}{OMX}{MnSymbolE}{m}{n} \SetSymbolFont{mnomx}{bold}{OMX}{MnSymbolE}{b}{n} \DeclareFontShape{OMX}{MnSymbolE}{m}{n}{ <-6> MnSymbolE5 <6-7> MnSymbolE6 <7-8> MnSymbolE7 <8-9> MnSymbolE8 <9-10> MnSymbolE9 <10-12> MnSymbolE10 <12-> MnSymbolE12}{} % Declare specific arrows from txfonts without loading the full package \makeatletter \def\re@DeclareMathSymbol#1#2#3#4{% \let#1=\undefined \DeclareMathSymbol{#1}{#2}{#3}{#4}} \re@DeclareMathSymbol{\neArrow}{\mathrel}{symbolsC}{116} \re@DeclareMathSymbol{\neArr}{\mathrel}{symbolsC}{116} \re@DeclareMathSymbol{\seArrow}{\mathrel}{symbolsC}{117} \re@DeclareMathSymbol{\seArr}{\mathrel}{symbolsC}{117} \re@DeclareMathSymbol{\nwArrow}{\mathrel}{symbolsC}{118} \re@DeclareMathSymbol{\nwArr}{\mathrel}{symbolsC}{118} \re@DeclareMathSymbol{\swArrow}{\mathrel}{symbolsC}{119} \re@DeclareMathSymbol{\swArr}{\mathrel}{symbolsC}{119} \re@DeclareMathSymbol{\nequiv}{\mathrel}{symbolsC}{46} \re@DeclareMathSymbol{\Perp}{\mathrel}{symbolsC}{121} \re@DeclareMathSymbol{\Vbar}{\mathrel}{symbolsC}{121} \re@DeclareMathSymbol{\sslash}{\mathrel}{stmry}{12} \re@DeclareMathSymbol{\bigsqcap}{\mathop}{stmry}{"64} \re@DeclareMathSymbol{\biginterleave}{\mathop}{stmry}{"6} \re@DeclareMathSymbol{\invamp}{\mathrel}{symbolsC}{77} \re@DeclareMathSymbol{\parr}{\mathrel}{symbolsC}{77} \makeatother % \llangle, \rrangle, \lmoustache and \rmoustache from MnSymbolE \makeatletter \def\Decl@Mn@Delim#1#2#3#4{% \if\relax\noexpand#1% \let#1\undefined \fi \DeclareMathDelimiter{#1}{#2}{#3}{#4}{#3}{#4}} \def\Decl@Mn@Open#1#2#3{\Decl@Mn@Delim{#1}{\mathopen}{#2}{#3}} \def\Decl@Mn@Close#1#2#3{\Decl@Mn@Delim{#1}{\mathclose}{#2}{#3}} \Decl@Mn@Open{\llangle}{mnomx}{'164} \Decl@Mn@Close{\rrangle}{mnomx}{'171} \Decl@Mn@Open{\lmoustache}{mnomx}{'245} \Decl@Mn@Close{\rmoustache}{mnomx}{'244} \makeatother % Widecheck \makeatletter \DeclareRobustCommand\widecheck[1]{{\mathpalette\@widecheck{#1}}} \def\@widecheck#1#2{% \setbox\z@\hbox{\m@th$#1#2$}% \setbox\tw@\hbox{\m@th$#1% \widehat{% \vrule\@width\z@\@height\ht\z@ \vrule\@height\z@\@width\wd\z@}$}% \dp\tw@-\ht\z@ \@tempdima\ht\z@ \advance\@tempdima2\ht\tw@ \divide\@tempdima\thr@@ \setbox\tw@\hbox{% \raise\@tempdima\hbox{\scalebox{1}[-1]{\lower\@tempdima\box \tw@}}}% {\ooalign{\box\tw@ \cr \box\z@}}} \makeatother % \mathraisebox{voffset}[height][depth]{something} \makeatletter \NewDocumentCommand\mathraisebox{moom}{% \IfNoValueTF{#2}{\def\@temp##1##2{\raisebox{#1}{$\m@th##1##2$}}}{% \IfNoValueTF{#3}{\def\@temp##1##2{\raisebox{#1}[#2]{$\m@th##1##2$}}% }{\def\@temp##1##2{\raisebox{#1}[#2][#3]{$\m@th##1##2$}}}}% \mathpalette\@temp{#4}} \makeatletter % udots (taken from yhmath) \makeatletter \def\udots{\mathinner{\mkern2mu\raise\p@\hbox{.} \mkern2mu\raise4\p@\hbox{.}\mkern1mu \raise7\p@\vbox{\kern7\p@\hbox{.}}\mkern1mu}} \makeatother %% Fix array \newcommand{\itexarray}[1]{\begin{matrix}#1\end{matrix}} %% \itexnum is a noop \newcommand{\itexnum}[1]{#1} %% Renaming existing commands \newcommand{\underoverset}[3]{\underset{#1}{\overset{#2}{#3}}} \newcommand{\widevec}{\overrightarrow} \newcommand{\darr}{\downarrow} \newcommand{\nearr}{\nearrow} \newcommand{\nwarr}{\nwarrow} \newcommand{\searr}{\searrow} \newcommand{\swarr}{\swarrow} \newcommand{\curvearrowbotright}{\curvearrowright} \newcommand{\uparr}{\uparrow} \newcommand{\downuparrow}{\updownarrow} \newcommand{\duparr}{\updownarrow} \newcommand{\updarr}{\updownarrow} \newcommand{\gt}{>} \newcommand{\lt}{<} \newcommand{\map}{\mapsto} \newcommand{\embedsin}{\hookrightarrow} \newcommand{\Alpha}{A} \newcommand{\Beta}{B} \newcommand{\Zeta}{Z} \newcommand{\Eta}{H} \newcommand{\Iota}{I} \newcommand{\Kappa}{K} \newcommand{\Mu}{M} \newcommand{\Nu}{N} \newcommand{\Rho}{P} \newcommand{\Tau}{T} \newcommand{\Upsi}{\Upsilon} \newcommand{\omicron}{o} \newcommand{\lang}{\langle} \newcommand{\rang}{\rangle} \newcommand{\Union}{\bigcup} \newcommand{\Intersection}{\bigcap} \newcommand{\Oplus}{\bigoplus} \newcommand{\Otimes}{\bigotimes} \newcommand{\Wedge}{\bigwedge} \newcommand{\Vee}{\bigvee} \newcommand{\coproduct}{\coprod} \newcommand{\product}{\prod} \newcommand{\closure}{\overline} \newcommand{\integral}{\int} \newcommand{\doubleintegral}{\iint} \newcommand{\tripleintegral}{\iiint} \newcommand{\quadrupleintegral}{\iiiint} \newcommand{\conint}{\oint} \newcommand{\contourintegral}{\oint} \newcommand{\infinity}{\infty} \newcommand{\bottom}{\bot} \newcommand{\minusb}{\boxminus} \newcommand{\plusb}{\boxplus} \newcommand{\timesb}{\boxtimes} \newcommand{\intersection}{\cap} \newcommand{\union}{\cup} \newcommand{\Del}{\nabla} \newcommand{\odash}{\circleddash} \newcommand{\negspace}{\!} \newcommand{\widebar}{\overline} \newcommand{\textsize}{\normalsize} \renewcommand{\scriptsize}{\scriptstyle} \newcommand{\scriptscriptsize}{\scriptscriptstyle} \newcommand{\mathfr}{\mathfrak} \newcommand{\statusline}[2]{#2} \newcommand{\tooltip}[2]{#2} \newcommand{\toggle}[2]{#2} % Theorem Environments \theoremstyle{plain} \newtheorem{theorem}{Theorem} \newtheorem{lemma}{Lemma} \newtheorem{prop}{Proposition} \newtheorem{cor}{Corollary} \newtheorem*{utheorem}{Theorem} \newtheorem*{ulemma}{Lemma} \newtheorem*{uprop}{Proposition} \newtheorem*{ucor}{Corollary} \theoremstyle{definition} \newtheorem{defn}{Definition} \newtheorem{example}{Example} \newtheorem*{udefn}{Definition} \newtheorem*{uexample}{Example} \theoremstyle{remark} \newtheorem{remark}{Remark} \newtheorem{note}{Note} \newtheorem*{uremark}{Remark} \newtheorem*{unote}{Note} %------------------------------------------------------------------- \begin{document} %------------------------------------------------------------------- \section*{the higher derived cahiers topos} \hypertarget{confession}{}\subsection*{{Confession}}\label{confession} The \emph{[[nLab:Cahiers topos]]} being the sheaf topos on the [[nLab:site]] [[nLab:CartSp|SDCartSp]] of \emph{infinitessimally thickened cartesian spaces} is an important example of a differentially cohesive toppos. More generally the \emph{[[nLab:synthetic differential infinity-groupoid|higher cahiers topos]]} being the $(\infty,1)$-sheaf $(\infty,1)$-topos on the $(\infty,1)$-site [[nLab:CartSp|SDCartSp]] is an important example of a differentially cohesive $(\infty,1)$-topos. However the $(\infty,1)$-topos arising in this way is (still) a [[nLab:n-localic (infinity,1)-topos|1-localic]] (i.e. [[nLab:localic topos|localic]]) $(\infty,1)$-topos; in other words this notion of \emph{higher cahiers topos} is no more intelligible than just the classical Cahiers topos. In fact there hasn't been described any example of a differentially cohesive non-localic $(\infty,1)$-topos. \hypertarget{apology_and_redemption}{}\subsection*{{Apology and Redemption}}\label{apology_and_redemption} What is $S D Cart Sp$? The construction is a follows: Let $T:=Cart Sp_{smooth}$ denote the opposite of the category of cartesian spaces of finite dimension (as $\mathbb{R}$-vector spaces, so these are essentially of the form $\mathbb{R}^n$). $T$ is the syntactic category of the Lawvere theory of smooth algebras. Define $Inf Point\hookrightarrow T Alg^{op}$ to be the subcategory of \emph{Weil algebras}; i.e. the subcategory on those objects having as vector space at least dimension $1$ and which are nilpotent as algebras. Then $S D Cart Sp$ is defined to be the category of objects being of the form a product $\mathbb{R}^n\times D$ with $D\in Inf Point$ and $n\in \mathbb{N}$. By substituting into this receipt $\infty Inf Point:={{C Alg_k}_{sm}}^{op}$ (see below) for $Inf Point$ we obtain the notion of \emph{higher derived Cahiers topos} which is not $n$-localic for any $n\lt\infty$. In the following shall be argued that it is differentially cohesive. \hypertarget{requisites}{}\subsection*{{Requisites}}\label{requisites} Let $Sp$ denote the ∞-category of spectra, $E_\infty Ring:=CAlg(Sp)$ the ∞-category of commutative algebra objects in $Sp$, for $R\in E_\infty Ring$ let $Mod_R(Sp)$ denote the category of $R$-module objects in $Sp$. A \emph{derived moduli problem} is defined to be a functor $X:E_\infty Ring\to \infty Grpd$ (There is also a notion of \emph{classical moduli problem} where an instance is called to be enhanced by an associated derived moduli problem). For a field $k$ let $CAlg_k:=k/E_\infty Ring$ denote the coslice of $E_\infty Ring$ over $k$ and call it the \emph{∞-category of $E_\infty$-algebras}; such a $k$-algebra $A$ is called to be \emph{discrete} if its homotopy groups vanish for $i\neq 0$. An object of the symmetric monoidal (by the usual tensor product) category $Chain_k$ of chain complexes over $k$ is called a \emph{commutative differential graded algebra over $k$}. There are functors $Chain_k\to Mod_k$ and $CAlg(Chain_k)\to CAlg(Mod_k)\simeq CAlg_k$. A \emph{quasi-isomorphism} in $CAlg_{dg}$ is defined to be a morphism inducing an isomorphism between the underlying chain complexes. There is a notion of \emph{smallness} for $k$-module spectra and $E_\infty$-algebras over $k$ (see below); the corresponding full sub ∞-categories are denoted by ${Mod_k}_sm$ resp. ${CAlg_k}_sm$. A \emph{formal moduli problem over $k$} is defined to be a functor $X:{CAlg_k}_{sm}\to \infty Grpd$ such that $X(k)$ is contractible and $X$ preserves pullbacks of maps inducing epimorphisms between the $0$-th homotopy groups. The \emph{(Grothendieck) tangent space} of a formal moduli problem $X:{CAlg_k}_{sm}\to \infty Grpd$ is defined to be a map $T_X(0):=X(k[\epsilon]/\epsilon^2)\to X(k)$. $T_X(0)\in \infty Grpd$ is a topological space. Define $T_X(n):=X(k\otimes k[n])$ where $k[n]$ denotes the $n$-fold shift of $k$ (as a $k$-module spectrum). One can elaborate that $T_X(n-1)$ is the loop space of $T_X(n)$; define the \emph{tangent complex of the formal moduli problem $X$} to be the sequence $T_X:=(T_X(n))_{n\ge 0}$; $T_X$ is a $k$-module spectrum. The operation $T_{(-)}$ reflects equivalences. Let $k$ be a field of characteristic zero. A \emph{differential graded Lie algebra over $k$} is defined to be a \emph{Lie algebra object in $Chain_k$}: a chain complex $g$ equipped with a binary operation $[-;-]:g\otimes g\to g$ such that $[x,y]+(-1)^{d(x)d(y)}[y,x]=0$ and $(-1)^{d(z)d(x)}[x,[y,z]]+(-1)^{d(x)d(y)}[y,[z,x]] + (-1)^{d(y)d(x)}[z,[x,y]]=0$ for homogenous elements $x\in g_{d(x)},y\in g_{d(y)},z\in g_{d(z)}$. The category of differential graded Lie algebras over $k$ localized at quasi-isomorphisms is denoted by $Lie_k^{dg}$ and just also called the \emph{category of differential graded Lie algebras over $k$}. (Theorem 5.3): Let $k$ be a field of characteristic zero, let $Moduli\hookrightarrow Fun({CAlg_k}_{sm},\infty Grpd)$ the full subcategory spanned by formal moduli problems over $k$, let $Lie_k^{dg}$ denotes the ∞-category of differential graded Lie algebras over $k$. Then there is an equivalence $Moduli\stackrel{\sim}{\to}Lie_k^{dg}$. \hypertarget{proof}{}\subsection*{{Proof}}\label{proof} We first summarize the proof for the $1$-localic case from Schr11 Proposition 4.5.8: A covering family in $S D Cart Sp$ is define to be of the form $\{U_i\times D\stackrel{(f,id)}{\to}U\times D\}$ where $\{U_i\to U\}$ is a covering family in $Cart Sp_{smooth}$. Hence such a covering family by definition does not depend on the thickening components $D$. ?: Since all $D$ are contractible a morphism $V\to U$ is an epimorphisms iff $D\times V\to D\times U$ is an epimorphism. Thus it suffices to show that $Cart Sp_{top}$ is an $(\infty,1)$-cohesive site: $Cart Sp_{top}$ has finite products given by $\mathbb{R}^m\times \mathbb{R}^n\simeq \mathbb{R}^{m+n}$. Every object has a point $*=\mathbb{R}^0\to \mathbb{R}^n$. Let $\{U_i\to U\}_i$ be a good open covering family. This implies that the Cech nerve $\zeta(\coprod_i U_i\to U)\in [Cart Sp^{op}, s Set]$ is degree-wise a coproduct of representables. Hence the nerve theorem implies $colim \zeta(\coprod_i U_i)\stackrel{\sim}{\to} colim U=*$ is an equivalence (the statement of the nerve theorem is that $colim \zeta(U_i\to U)\simeq Sing U$ is an equivalence, our statement is then implied by the fact that $U$ as a cartesian space is contractible). Finally $lim \zeta(\coprod_i U_i)\stackrel{\sim}{\to} lim U= Cart Sp_{loc}(*,U)$ is an equivalence: The morphism $\sim$ has the right lifting property wrt. all boundary inclusions and hence it is an equivalence. Now we define the $(\infty,1)$-site $\infty S D Cart Sp$: Let $k$ be a field. Define $E_\infty Ring:=C Alg (Sp)$, $C Alg_k:=k/E_\infty Ring$. For an associative ring $R$ let $Mod_R:=Chain_R/q-i$; i.e. the category of chain complexes of $R$-modules modulo quasi-isomorphisms. (Definition 4.4): An object $V\in Mod_k$ is called to be \emph{small} if (1) For every integer $n$, the homotopy group $\pi_n(V)$ is a finite dimensional $k$-vector space. (2) $\pi_n(V)$ vanishes for $n\lt 0$ and $n\gt\gt 0$. An object $A\in CAlg_k$ is called to be \emph{small} if it is small as a $k$-module spectrum and satisfies (3): The commutative ring $\pi_0 A$ has a unique maximal ideal $p$ and the composite map $k\to \pi_0 A\to \pi_0 A/p$ is an isomorphism. The full subcategory of $Mod_k$ spanned by the small $k$-module spectra is denoted by ${Mod_k}_{sm}$. The full subcategory of $C Alg_k$ spanned by the small $E_\infty$-algebras over $k$ is denoted by ${CAlg_k}_{sm}$. And we take \begin{displaymath} \infty Inf Point:={CAlg_k}_{sm} \end{displaymath} and we could write $\infty Inf Point\hookrightarrow\infty Smooth Alg:={CAlg_k}=k/E_\infty Ring=k/CAlg(Sp)=CAlg(Mod_k)$ (where $CAlg_k=CAlg(Mod_k)$ by Remark 4.3). We define \begin{displaymath} \infty S D Cart Sp:=Mod_k\ltimes \infty Inf Point \end{displaymath} meaning the \emph{semi-direct product of categories}: there is a functor $Mod_k\ltimes \infty Inf Point\to Mod_k$ which we identify with the (\ldots{}) \hypertarget{semidirect_product_of_categories}{}\subsubsection*{{Semidirect Product of Categories}}\label{semidirect_product_of_categories} Semidirect product of categories are described in (Kock p.12). In more modern terminology and generalized to quasicategories this reads: Let $D$ be a category which is (left) tensored over $C$. Then the category $D\ltimes C$ is defined to have as objects pair $(d,c)\in D\times C$ and a morphism $(d_1,c_1)\to (d_2,c_2)$ is defined to be a pair $(f:d_1\to d_2\coprod c_1,\phi:c_2\to c_1)$. Composition of this morphism with $(g:d_2\to d_3\coprod c_2,\gamma:c_3\to c_2)$ is defined to be the pair \begin{displaymath} (d_1\stackrel{f}{\to}d_2\coprod c_1\stackrel{g\coprod c_1}{\to} d_3\coprod c_2\coprod c_1\stackrel{d_3\coprod ?}{\to}d_3\coprod c_1, c_3\stackrel{\phi \gamma}{\to}c_1) \end{displaymath} The identity morphism in $D\ltimes C$ is defined to be $(d\simeq I\stackrel{d\coprod I}{\to} d\coprod c, id_c)$ where $I$ denotes the initial object of $C$. There is a (full) embedding $D\hookrightarrow D\ltimes C$ given by $d\mapsto (d,I)$ and $f\mapsto (f,id_I)$. This embedding preserves all limits which are preserved by all ${-}\coprod c$. If $D$ has exponential object which are preserved by all $(-)\coproduct c$ (in that $y^x\coprod c\simeq (y\coprod c)^x$) and if $(-)\coprod c$ preserves finite products, then the embedding preserves exponential objects. Lemma: The semidirect product of an ∞-cohesive ∞-site with an ∞-site equipped with trivial topology is an ∞-cohesive ∞-site in that the ∞-sheaf ∞-topos on is is a cohesive ∞-topos. Proof: adapt the proof of Schr11, Proposition 3.4.9, p.198-199: \hypertarget{references}{}\subsection*{{References}}\label{references} \begin{itemize}% \item Jacob Lurie, [[nLab:Formal moduli problems]], containing: DAGX: Formal Moduli Problems, 2011, (166 p.). And another more condensed (30 p.) version of this text titled ``Moduli Problems and DG-Lie Algebras''. In particular Theorem 5.3 in the second version \item Vladimir Hinich, DG coalgebras as formal stacks, \href{http://arxiv.org/abs/math/9812034}{arXiv:math/9812034} \item Urs Schreiber, Differential cohomology in a cohesive $(\infty,1)$-topos \item David Carchedi, Dmitry Roytenberg, On Theories of Superalgebras of Differentiable Functions, \href{http://arxiv.org/abs/1211.6134}{arXiv:1211.6134} \item [[Lawvere et al, algebraic theories]], Cambridge University Press 2010 \item [[Martin Hyland, The category theoretic understanding of universal algebra Lawvere theories and monads]], \href{https://www.dpmms.cam.ac.uk/~martin/Research/Publications/2007/hp07.pdf}{pdf}. \item Anders Kock, Convenient vector spaces embed into the Cahiers topos, \href{http://www.numdam.org/item?id=CTGDC_1986__27_1_3_0}{web} \end{itemize} \end{document}