← Topos with enough projectives
QuestionToRims.tex
\documentclass{amsart}
\usepackage[left=2cm, right=2cm]{geometry}
\usepackage[utf8]{inputenc}
\usepackage{amsfonts, amsthm, amssymb, mathtools,etoolbox}
\usepackage{blindtext}
\usepackage[colorlinks=true, urlcolor=blue, linkcolor=blue, citecolor=blue]{hyperref}
\usepackage{tikz,tikz-cd}
\usepackage{cleveref}
\usepackage{array}
\usepackage[style=alphabetic,sorting=nyt]{biblatex}
\renewbibmacro{in:}{}
% \addbibresource{biblio.bib}
\addbibresource{CommonBiblio20240922.bib}
\tikzset{pullback/.style={minimum size=1.2ex,path picture={
\draw[opacity=1,black,-,#1] (-0.5ex,-0.5ex) -- (0.5ex,-0.5ex) -- (0.5ex,0.5ex);%
}}}
\theoremstyle{plain}
\newtheorem{theorem}{Theorem}[section]
\newtheorem{proposition}[theorem]{Proposition}
\newtheorem{lemma}[theorem]{Lemma}
\newtheorem{corollary}[theorem]{Corollary}
\newtheorem{todo}[theorem]{Todo}
\newtheorem{conjecture}[theorem]{Conjecture}
\newtheorem{fact}[theorem]{Fact}
\theoremstyle{definition}
\newtheorem{example}[theorem]{Example}
\newtheorem{definition}[theorem]{Definition}
\newtheorem{remark}[theorem]{Remark}
\newtheorem{notation}[theorem]{Notation}
\newtheorem{question}[theorem]{Question}
\newtheorem{idea}[theorem]{Idea}
\newcommand{\dq}[1]{``#1"}
\newcommand{\memo}[1]{\textcolor{red}{memo: #1}}
\newcommand{\invmemo}[1]{\textcolor{blue}{memo: #1}}
\newcommand{\para}[1]{\paragraph{\textbf{#1}}}
\newcommand{\N}{\mathbb{N}}
\newcommand{\Z}{\mathbb{Z}}
\newcommand{\Q}{\mathbb{Q}}
\newcommand{\R}{\mathbb{R}}
\newcommand{\C}{\mathcal{C}}
\newcommand{\D}{\mathcal{D}}
\newcommand{\E}{\mathcal{E}}
\newcommand{\F}{\mathcal{F}}
\newcommand{\id}{\mathrm{id}}
\newcommand{\op}{\mathrm{op}}
\newcommand{\ob}{\mathrm{ob}}
\newcommand{\Set}{\mathbf{Set}}
\newcommand{\FinSet}{\mathbf{FinSet}}
\newcommand{\PSh}{\mathbf{PSh}}
\newcommand{\Sh}{\mathbf{Sh}}
\newcommand{\Cont}{\mathbf{Cont}}
\newcommand{\Func}[2]{[#1,#2]}
\newcommand{\abs}[1]{\left|#1\right|}
\newcommand{\demph}[1]{\textbf{#1}}
\font\maljapanese=dmjhira at 2.5ex
\newcommand{\yo}{\textrm{\!\maljapanese\char"48}}
\renewcommand{\P}{\mathcal{P}}
\newcommand{\G}{\mathcal{G}}
\newcommand{\Ck}{\C_{\kappa}}
\newcommand{\J}[1]{J_{#1\text{-ext}}}
\newcommand{\Jk}{\J{\kappa}}
\title{A question to RIMS CS}
\author{Ryuya Hora}
\thanks{Graduate School of Mathematical Sciences, University of Tokyo. \url{hora@ms.u-tokyo}}
% \date{\today}
\subjclass[2020]{MSC}
\keywords{Keywords}
\begin{document}
\begin{abstract}
This is a question about a relationship between my reserch on topoi with enough projectives and (colimit-class) presentability.
\end{abstract}
\maketitle
\section{Context}
\begin{definition}\label{def:narrow}
For a (possibly finite) cardinal $\kappa$,
an object $X\in \ob(\E)$ of a Grothendieck topos $\E$ is said to be \demph{$\kappa$-narrow} if, for any $\kappa$-coproduct decomposition
\[
X \cong \coprod_{\alpha \in \kappa} X_{\alpha},
\]
there exists $\alpha \in \kappa$ such that $X_{\alpha}$ is initial.
\end{definition}
\begin{theorem}[Main Theorem]\label{mainTheorem}
For a Grothendieck topos $\E$, the following conditions are equivalent:
\begin{enumerate}
\item The topos $\E$ has enough projective objects.
\item \demph{There is a generating set of $\E$ consisting of $\kappa$-narrow projective objects for a regular cardinal $\kappa$.}
\item The topos $\E$ is equivalent to a sheaf topos over a $\kappa$-extensive site for a regular cardinal $\kappa$.
\end{enumerate}
\end{theorem}
For more details, see my ongoing paper \href{redacted-overleaf-private-url\#c82788}{[overleaf]}.
\section{Question}
\begin{question}
Are the conditions in \Cref{mainTheorem} equivalent to $\Phi$-presentability for some diagram class $\Phi$?
\end{question}
\begin{question}
In particular, is `being $\kappa$-narrow and projective' equivalent to $\Phi$-presentability?
\end{question}
\printbibliography
\end{document}