%~Mouliné par MaN_auto v.0.39.2 (60cbe62a) 2026-03-05 12:43:21
\documentclass[CRMATH,Unicode,biblatex,published]{cedram}

\TopicFR{Géométrie et Topologie}
\TopicEN{Geometry and Topology}

\addbibresource{CRMATH_Bar_20250556.bib}

\usepackage{mathtools}
\usepackage{overpic}

\DeclareMathOperator{\Ric}{Ric}
\DeclareMathOperator{\id}{id}
\DeclareMathOperator{\dist}{dist}
\DeclareMathOperator{\vol}{vol}
\DeclareMathOperator{\len}{len}

\newcommand{\R}{\mathbb{R}}
\newcommand{\Z}{\mathbb{Z}}
\renewcommand{\S}{\mathbb{S}}
\newcommand{\eps}{\varepsilon}

\newcommand{\dif}{\mathop{}\!{\operatorfont{d}}}
\newcommand{\dV}{\dif V}

\newcommand{\scal}{\mathrm{scal}}
\newcommand{\std}{\mathrm{std}}

\renewcommand{\O}{\mathrm{O}}

\NewDocumentCommand{\charFun}{}{1}
\NewDocumentCommand{\Disk}{}{\mathrm{D}}
\NewDocumentCommand{\Ball}{}{\mathrm{B}}
\NewDocumentCommand{\T}{}{\mathrm{T}}
\NewDocumentCommand{\Sphere}{}{\S}

%%%---------------------------------------------------------------------------

%%% ARROWS

%%% \to
\renewcommand*{\to}{\mathchoice{\longrightarrow}{\rightarrow}{\rightarrow}{\rightarrow}}

%%% \mapsto
\let\oldmapsto\mapsto
\renewcommand*{\mapsto}{\mathchoice{\longmapsto}{\oldmapsto}{\oldmapsto}{\oldmapsto}}

%%%---------------------------------------------------------------------------

%%% BAR & OVERLINE

%%% Better widebar macro
\makeatletter
\let\save@mathaccent\mathaccent
\newcommand*\if@single[3]{%
 \setbox0\hbox{${\mathaccent"0362{#1}}^H$}%
 \setbox2\hbox{${\mathaccent"0362{\kern0pt#1}}^H$}%
 \ifdim\ht0=\ht2 #3\else #2\fi
 }
%The bar will be moved to the right by a half of \macc@kerna, which is computed by amsmath:
\newcommand*\rel@kern[1]{\kern#1\dimexpr\macc@kerna}
%If there's a superscript following the bar, then no negative kern may follow the bar;
%an additional {} makes sure that the superscript is high enough in this case:
\newcommand*\widebar[1]{\@ifnextchar^{{\wide@bar{#1}{0}}}{\wide@bar{#1}{1}}}
%Use a separate algorithm for single symbols:
\newcommand*\wide@bar[2]{\if@single{#1}{\wide@bar@{#1}{#2}{1}}{\wide@bar@{#1}{#2}{2}}}
\newcommand*\wide@bar@[3]{%
 \begingroup
 \def\mathaccent##1##2{%
%Enable nesting of accents:
 \let\mathaccent\save@mathaccent
%If there's more than a single symbol, use the first character instead (see below):
 \if#32 \let\macc@nucleus\first@char \fi
%Determine the italic correction:
 \setbox\z@\hbox{$\macc@style{\macc@nucleus}_{}$}%
 \setbox\tw@\hbox{$\macc@style{\macc@nucleus}{}_{}$}%
 \dimen@\wd\tw@
 \advance\dimen@-\wd\z@
%Now \dimen@ is the italic correction of the symbol.
 \divide\dimen@ 3
 \@tempdima\wd\tw@
 \advance\@tempdima-\scriptspace
%Now \@tempdima is the width of the symbol.
 \divide\@tempdima 10
 \advance\dimen@-\@tempdima
%Now \dimen@ = (italic correction / 3) - (Breite / 10)
 \ifdim\dimen@>\z@ \dimen@0pt\fi
%The bar will be shortened in the case \dimen@<0 !
 \rel@kern{0.6}\kern-\dimen@
 \if#31
  \overline{\rel@kern{-0.6}\kern\dimen@\macc@nucleus\rel@kern{0.4}\kern\dimen@}%
  \advance\dimen@0.4\dimexpr\macc@kerna
%Place the combined final kern (-\dimen@) if it is >0 or if a superscript follows:
  \let\final@kern#2%
  \ifdim\dimen@<\z@ \let\final@kern1\fi
  \if\final@kern1 \kern-\dimen@\fi
 \else
  \overline{\rel@kern{-0.6}\kern\dimen@#1}%
 \fi
 }%
 \macc@depth\@ne
 \let\math@bgroup\@empty \let\math@egroup\macc@set@skewchar
 \mathsurround\z@ \frozen@everymath{\mathgroup\macc@group\relax}%
 \macc@set@skewchar\relax
 \let\mathaccentV\macc@nested@a
%The following initialises \macc@kerna and calls \mathaccent:
 \if#31
 \macc@nested@a\relax111{#1}%
 \else
%If the argument consists of more than one symbol, and if the first token is
%a letter, use that letter for the computations:
 \def\gobble@till@marker##1\endmarker{}%
 \futurelet\first@char\gobble@till@marker#1\endmarker
 \ifcat\noexpand\first@char A\else
  \def\first@char{}%
 \fi
 \macc@nested@a\relax111{\first@char}%
 \fi
 \endgroup
}
\makeatother

\let\oldbar\bar
\renewcommand*{\bar}[1]{{\mathchoice{\widebar{#1}}{\widebar{#1}}{\widebar{#1}}{\oldbar{#1}}}}

%%%---------------------------------------------------------------------------

%%% DELIMITERS

\DeclarePairedDelimiter{\parens}{\lparen}{\rparen}
\DeclarePairedDelimiter{\braces}{\{}{\}}
\DeclarePairedDelimiter{\abs}{\lvert}{\rvert}
\DeclarePairedDelimiter{\bracks}{[}{]}

%%%---------------------------------------------------------------------------

%%% VERTICAL BAR

%%% ''Evaluated at'' macro for CRAS
\newcommand\disprestr[3][]{{				
 \left.\kern-\nulldelimiterspace 
 #2 								
 \vphantom{\big\vert} 				
 \right\vert_{#3}^{#1}
}}
\newcommand{\restr}[3][]{
	\mathchoice{\disprestr[#1]{#2}{#3}}
			   {\disprestr[#1]{#2}{#3}}
			   {#2\rvert_{#3}^{#1}}
			   {#2\rvert_{#3}^{#1}}
	}

%%% ''Such that'' macro
\newcommand*{\st}[1][]{\;#1\vert\;}

%%%---------------------------------------------------------------------------

\graphicspath{{./figures/}}

\newcommand*{\mk}{\mkern -1mu}
\newcommand*{\Mk}{\mkern -2mu}
\newcommand*{\mK}{\mkern 1mu}
\newcommand*{\MK}{\mkern 2mu}

\hypersetup{urlcolor=purple, linkcolor=blue, citecolor=red}

\newcommand*{\relabel}{\renewcommand{\labelenumi}{(\theenumi)}}
\newcommand*{\romanenumi}{\renewcommand*{\theenumi}{\roman{enumi}}\relabel}
\newcommand*{\Romanenumi}{\renewcommand*{\theenumi}{\Roman{enumi}}\relabel}
\newcommand*{\alphenumi}{\renewcommand*{\theenumi}{\alph{enumi}}\relabel}
\newcommand*{\Alphenumi}{\renewcommand*{\theenumi}{\Alph{enumi}}\relabel}

\title{The degree condition in Llarull's theorem on scalar curvature rigidity}
\alttitle{La condition sur le degré dans le théorème de Llarull concernant la rigidité de la courbure scalaire}

\author{\firstname{Christian} \lastname{B\"ar}}
\address{Universit\"at Potsdam, Institut f\"ur Mathematik, 14476 Potsdam, Germany}
\email{christian.baer@uni-potsdam.de}
\urladdr{www.math.uni-potsdam.de/baer}

\author{\firstname{Rudolf} \lastname{Zeidler}}
\address[1]{Universit\"at Potsdam, Institut f\"ur Mathematik, 14476 Potsdam, Germany}
\email{rudolf.zeidler@uni-potsdam.de}
\urladdr{www.rzeidler.eu}

\thanks{Funded by the European Union (ERC Starting Grant 101116001 -- COMSCAL). Views and opinions expressed are however those of the author(s) only and do not necessarily reflect those of the European Union or the European Research Council. Neither the European Union nor the granting authority can be held responsible for them. Funded by the Deutsche Forschungsgemeinschaft (DFG, German Research Foundation) -- Project numbers 390685587, 441731261, 523079177}
\CDRGrant[ERC]{101116001}
\CDRGrant[DFG]{390685587}
\CDRGrant[DFG]{441731261}
\CDRGrant[DFG]{523079177}

\begin{abstract}
Llarull's scalar curvature rigidity theorem states that a $1$-Lipschitz map $f\colon M\to \mathbb{S}^n$ from a closed connected Riemannian spin manifold $M$ with scalar curvature $\operatorname{scal}\ge n(n-1)$ to the standard sphere $\mathbb{S}^n$ is an isometry if the degree of $f$ is nonzero. We investigate if one can replace the condition $\deg(f)\neq0$ by the weaker condition that $f$ is surjective. The answer turns out to be ``no'' for $n\ge3$ but ``yes'' for $n=2$. If we replace the scalar curvature by Ricci curvature, the answer is ``yes''in all dimensions.
\end{abstract}

\begin{altabstract}
Le théorème de rigidité de Llarull sur la courbure scalaire énonce qu’une application $1$-lipschitzienne $f\colon M\to \mathbb{S}^n$, d’une variété riemannienne fermée et connexe $M$, dotée d’une courbure scalaire $\operatorname{scal}\ge n(n-1)$, vers la sphère standard $\mathbb{S}^n$, est une isométrie si le degré de $f$ est non nul. Nous étudions si l’on peut remplacer la condition $\deg(f)\neq0$ par la condition plus faible selon laquelle $f$ est surjective. Il s’avère que la réponse est \og non \fg{} pour $n\ge3$, mais \og oui \fg{} pour $n=2$. Si nous remplaçons la courbure scalaire par la courbure de Ricci, la réponse est \og oui \fg{} dans toutes les dimensions.
\end{altabstract}

\keywords{\kwd{Scalar curvature} \kwd{Ricci curvature} \kwd{rigidity} \kwd{Llarull's theorem} \kwd{Lipschitz-volume rigidity}}
\altkeywords{\kwd{Courbure scalaire} \kwd{courbure de Ricci} \kwd{rigidité} \kwd{théorème de Llarull} \kwd{rigidité de Lipschitz-volume}}

\subjclass{53C20, 53C24}

\dateposted{2026-03-17}
\begin{document}
%\input{CR-pagedemetas}
%\end{document}
\maketitle

\section{Introduction}

In 1998 Llarull published the following rigidity theorem for scalar curvature~\cite[Theorem~B]{Ll}.

\begin{theo*}[Llarull]\label{thm.Llarull}
Let $n\ge2$ and let $(M,g)$ be an $n$-dimensional closed connected Riemannian spin manifold with $\scal_g\ge n(n-1)$ and let $f\colon M\to \S^n$ be a smooth $1$-Lipschitz map with $\deg(f)\ne0$.
Then $f$ is an isometry.
\end{theo*}

Applying this to the special case $M=S^n$ and $f=\id$, we obtain that the only Riemannian metric~$g$ on the sphere $S^n$ with $\scal_g\ge n(n-1)=\scal_{g_{\std}}$ and $g\ge g_{\std}$ is the standard round metric $g_{\std}$ itself~\cite[Theorem~A]{Ll}. The assumptions in Llarull's theorem can be weakened in various ways:
\begin{itemize}
\item smoothness of $f$ can be dropped~\cite{B,CHS,CHSS,LT};
\item if $n\ge3$, then $1$-Lipschitzness of $f$ can be replaced by the weaker condition that the map induced by $\dif f$ on $2$-vectors in $\bigwedge^2TM$ is nonexpanding~\cite[Theorem~C]{Ll};
\item the metric~$g$ may have lower regularity than smoothness~\cite{CHS,CHSS,LT};
\item the target manifold $\S^n$ can be replaced by certain other manifolds~\cite{GS};
\item the scalar curvature condition and the contraction property of $f$ can be combined into a single condition~\cite{Li};
\item the manifold $M$ may have non-empty boundary if one imposes conditions on its mean curvature~\cite{BBHW,CZ,HKKZ,HLS,Lo};
\item the manifold $M$ may be noncompact with an incomplete metric and the target manifold $\S^n$ with two antipodal punctures~\cite{BBHW,HKKZ,HLS}.
\end{itemize}

In the present note we investigate to what extent the condition $\deg(f)\ne0$ can be relaxed. One certainly cannot just drop it, as a constant map $f$ would immediately lead to a counterexample. One needs a condition that ensures that the map $f$ \enquote{wraps around the sphere} in a certain sense. Therefore, we ask the following question.

\begin{enonce*}{Question}
Does Llarull's theorem still hold if we replace the condition $\deg(f)\ne0$ by the weaker condition that $f$ is surjective?
\end{enonce*}

We will see that the answer is \enquote{yes} in the case of dimension $n=2$ and that it is \enquote{no} in dimensions $n\ge3$.

Let $\S^n=(S^n,g_{\std})$ denote the $n$-dimensional sphere with the standard metric of constant sectional curvature $1$ and by $\S_\delta^n=(S^n,\delta\cdot g_{\std})$ the $n$-sphere with radius $\delta>0$ and constant curvature $\frac{1}{\delta^2}$.

Let $V$ and $W$ be two $n$-dimensional oriented Euclidean vector spaces. For any linear map $A\colon V\to W$ we denote by $\bigwedge^n A\colon \bigwedge^n V\to \bigwedge^n W$ the induced linear map on the maximal exterior powers. Since $\bigwedge^n V$ and $\bigwedge^n W$ are one-dimensional, oriented and carry an induced scalar product, there is a canonical identification $\bigwedge^n V\cong \R \cong \bigwedge^nW$. With respect to this identification, we can view $\bigwedge^n A$ as acting by multiplication with a real number which we denote by $\det(A)$. If $0\le \mu_1 \le \dots \le \mu_n$ are the singular values of $A$, then $\abs[\big]{\det(A)} =\mu_1 \dotsm \mu_n$. Note that the quantity $\abs[\big]{\det(A)}$ is independent of the chosen orientations on $V$ and $W$.

We start with the following result showing that the analogous question for Ricci curvature has a positive answer.

\begin{theorem}\label{Ricci_volume_llarull}
Let $M$ be a connected closed Riemannian manifold of dimension $n\ge2$ with Ricci curvature $\Ric \geq n-1$. Let $f\colon M\to \S^n$ be a surjective Lipschitz map such that $\abs[\big]{\det(\dif_xf)} \le1$ for almost all $x\in M$.

Then $M$ is isometric to $\S^n$ and $f$ is a bi-Lipschitz homeomorphism. If, moreover, $f$ is $1$-Lipschitz, then it is an isometry.
\end{theorem}

Note that by~\cite[Theorem~8]{MS}, a metric isometry between smooth Riemannian manifolds is a smooth Riemannian isometry.

Also observe that the $1$-Lipschitz case of Theorem~\ref{Ricci_volume_llarull} is a consequence of Bishop--Gromov volume comparison and the well-known \enquote{Lipschitz-volume rigidity} principle (see e.g.~\cite[Lemma~9.1]{burago-ivanov}). Our proof of Theorem~\ref{Ricci_volume_llarull} relies on a variant of the latter tailored to our purposes. In particular, this answers the question from above positively in dimension $n=2$, including a treatment of not necessarily smooth Lipschitz maps which are merely nonexpanding on $2$-vectors.

\begin{coro*}\label{thmA}
Let $M$ be a connected closed Riemannian manifold of dimension $n=2$ with Gauss curvature $K\ge1$. Let $f\colon M\to \S^2$ be a surjective Lipschitz map such that the map induced by $\dif_x f$ on $2$-vectors in $\bigwedge^2TM$ is nonexpanding for almost all $x\in M$.

Then $M$ is isometric to $\S^2$ and $f$ is a bi-Lipschitz homeomorphism. If, moreover, $f$ is $1$-Lipschitz, then it is an isometry.
\end{coro*}

In contrast, for scalar curvature the situation in higher dimensions is completely different as our second theorem shows.

\begin{theorem}\label{thmB}
Let $M$ and $N$ be connected closed smooth manifolds of dimension $n\ge3$. Assume that $M$ admits Riemannian metrics with positive scalar curvature and let $N$ carry any Riemannian metric $g_N$.

Then for each $S_0>0$ and $\eps>0$ there exists a Riemannian metric $g_M$ on $M$ with $\scal_{g_M}\ge S_0$ and a smooth surjective $\eps$-Lipschitz map $f\colon (M,g_M)\to (N,g_N)$.
\end{theorem}

Applying Theorem~\ref{thmB} with $N=\S^n$, $S_0=n(n-1)$ and $\eps=1$ shows that the answer to the question is negative in dimensions at least $3$. Note that the spin condition plays no role in our considerations as no Dirac operator methods will be used.

\section{Proof of Theorem~\ref{Ricci_volume_llarull}}\label{sec.A}

For the proof of Theorem~\ref{Ricci_volume_llarull}, we need a version of Lipschitz-volume rigidity. We start with the following fundamental lemma on Lipschitz homeomorphisms.

\begin{lemma}\label{lip_homeomorphism}
Let $M$ and $N$ be $n$-dimensional connected closed Riemannian manifolds. Let \mbox{$f\colon M\to N$} be a homeomorphism which is a Lipschitz map with Lipschitz constant $L\ge 1$. Assume that at almost all points of $M$, the differential $\dif f$ of $f$ satisfies $\abs[\big]{\det(\dif f)} = 1$.

Then $f^{-1}\colon N\to M$ is a Lipschitz map with Lipschitz constant $\le L^{n-1}$.
\end{lemma}

For any subset $A$ of a metric space $(X,\dist)$ and positive number $r$ we denote by $\Ball_r(A) = \braces[\big]{x\in X \st[\big]  \dist(x,A)<r}$ the open $r$-neighborhood of $A$ in $X$. In particular, if $A=\{x\}$ is a point, $\Ball_r(x)$ is the open $r$-ball about $x$ in $X$.

By $\omega_k$ we denote the volume of the $k$-dimensional Euclidean unit ball.

\begin{proof}[Proof of Lemma~\ref{lip_homeomorphism}]
Fix $\eps>0$. We choose $r_0>0$ so small that:
\begin{itemize}
\item $r_0$ is smaller than the convexity radii of $M$ and $N$;
\item the singular values of the differential $\dif_v\exp_p$ of the Riemannian exponential map of $M$ lie between $1-\eps$ and $1+\eps$ whenever $v\in T_pM$ with $\abs{v}<r_0$ and $p\in M$.
\end{itemize}
Let $x \in M$ and $y = f(x) \in N$. Choose $r_1\in(0,r_0]$ such that $\Ball_{r_1}(x)\subseteq f^{-1}\parens[\big]{\Ball_{r_0}(y)}$. Since $f$ is a homeomorphism, $f\parens[\big]{\Ball_{r_1}(x)}$ is an open neighborhood of $y$ in $N$. Choose $r_2\in(0,r_1)$ such that $\Ball_{r_2}(y)\subseteq f\parens[\big]{\Ball_{r_1}(x)}$, see Figure~\ref{fig.3}.

\begin{figure}[h]
\begin{overpic}[width=\textwidth]{Bild2.png}
\put(17.5,17.8){$x$}
\put(82,15){$y$}
\put(81,9){$\textcolor{red}{\Ball_{r_2}(y)}$}
\put(16,3.3){$\textcolor{blue}{\Ball_{r_1}(x)}$}
\put(63,30){$\textcolor{black}{\Ball_{r_0}(y)}$}
\put(46,18){$\xrightarrow{\quad f\quad}$}
\end{overpic}
\caption{Choice of neighborhoods.}\label{fig.3}
\end{figure}

Now let $y_1,y_2 \in \Ball_{r_2}(y)$ and put $x_j \coloneqq f^{-1}(y_j)$. Denote the shortest geodesic from $y_1$ to $y_2$ by $\gamma\colon [0,1]\to N$. Since $r_2$ is smaller than the convexity radius of $N$, the curve $\gamma$ is entirely contained in $\Ball_{r_2}(y)$. Thus, $c \coloneqq f^{-1}\circ\gamma\colon [0,1]\to M$ is a continuous curve connecting $x_1$ and $x_2$ which is contained in $\Ball_{r_1}(x)$.

By the Lipschitz property of $f$, we have $f\parens[\big]{B_r\parens[\big]{c([0,1])}}\subseteq \Ball_{Lr}\parens[\big]{\gamma([0,1])}$ for any $r>0$. Since $f$ is volume preserving, this implies
\begin{equation}
\vol_M\parens[\big]{\Ball_r\parens[\big]{c([0,1])}} \le \vol_N\parens[\big]{\Ball_{Lr}\parens[\big]{\gamma([0,1])}}.\label{eq.lip1}
\end{equation}

Let $v_1,v_2\in \Ball_{r_1}(0)\subseteq T_x M$ be the tangent vectors with $\exp_{x}(v_j)=x_j$. We obtain a second curve $\bar{c}\colon [0,1]\to M$ connecting $x_1$ and $x_2$ by putting $\bar{c}(t) \coloneqq \exp_x\parens[\big]{\ell(t)}$ where $\ell(t)=tv_2+(1-t)v_1$ is the straight line connecting $v_1$ and $v_2$. This curve is also contained in $\Ball_{r_1}(x)$, see Figure~\ref{fig.2}.

\begin{figure}[h]
\begin{overpic}[width=1\textwidth]{Bild3.png}
\put(7,14){$x_1$}
\put(16.2,7){$x_2$}
\put(81,16){$y_1$}
\put(87,11.7){$y_2$}
\put(82,10.5){$\gamma$}
\put(14.2,10.5){$c$}
\put(11.5,7.5){\textcolor{green!50!black}{$\bar{c}$}}
\put(42,15){$\xrightarrow{\quad f\quad}$}
\end{overpic}
\caption{Connecting curves.}\label{fig.2}
\end{figure}

For subsets of $T_xM$ we measure distances and volumes with respect to the Euclidean metric given by the Riemannian metric at $x$.

\begin{enonce*}{Claim}
For all $r>0$ we have
\begin{equation}\label{eq.lip2}
\vol_{T_xM}\parens[\big]{\Ball_r\parens[\big]{\ell([0,1])}} \le \vol_{T_xM}\parens[\big]{\Ball_r\parens[\big]{\exp_x^{-1}\circ c([0,1])}}.
\end{equation}
\end{enonce*}

\begin{proof}[Proof of the claim]
Denote the affine hyperplane in $T_xM$ through $v_1=\ell(0)$ which is perpendicular to the line $\ell([0,1])$ by $H$ and let $H_0$ be the corresponding vector subspace of $T_xM$. Denote the open $r$-ball in $H_0$ about the origin by $\Disk_r$. The tube $\Ball_r\parens[\big]{\ell([0,1])}$ can be explicitly written as
\[
\Ball_r\parens[\big]{\ell([0,1])} = Y_1 \cup \ell([0,1])\times\Disk_r \cup Y_2
\]
where $Y_1$ and $Y_2$ are the two \enquote{outer} open half-balls of radius $r$ at the endpoints $v_1$ and $v_2$ of the line $\ell([0,1])$. We define the subset $X\subset T_xM$ by attaching the $(n-1)$-ball $\Disk_r$ to each point of the curve $\exp_x^{-1}\circ c$. More precisely,
\[
X \coloneqq Y_1 \cup \bigcup_{t\in[0,1]}\parens[\big]{\Disk_r+\exp_x^{-1}\parens[\big]{c(t)}} \cup Y_2,
\]
see Figure~\ref{fig.4}. Each point of $X$ is at distance $<r$ from some point of $\exp_x^{-1}\circ c([0,1])$, hence we have
\begin{equation}
X\subseteq \Ball_r\parens[\big]{\exp_x^{-1}\circ c([0,1])}.\label{eq.claim1}
\end{equation}
Moreover, for each $t\in[0,1]$ the hyperplane $H_0+\ell(t)$ intersects $\exp_x^{-1}\circ c([0,1])$ because $\exp_x^{-1}\circ c([0,1])$ is connected. Therefore, the coarea formula yields
\[
\vol_{T_xM}(X)
\ge
\vol_{T_xM}(Y_1) + \len_{T_xM}(\ell)\cdot\vol_{H_0}(D_r) + \vol_{T_xM}(Y_2) =
\vol_{T_xM}\parens[\big]{\Ball_r\parens[\big]{\ell([0,1])}}.
\]
Together with~\eqref{eq.claim1} this proves the claim.
\end{proof}

\begin{figure}[h]
\begin{overpic}[width=1\textwidth]{Bild4.png}
\put(4,19){$v_1$}
\put(93,19){$v_2$}
\put(8,40){\textcolor{red}{$H$}}
\put(53,41){\textcolor{red}{$X$}}
\put(81,33){$\exp_x^{-1}\circ c$}
\put(45,12){\textcolor{blue}{$\Ball_r\parens[\big]{\ell([0,1])}$}}
\put(46,16){$\ell$}
\put(1,23){\textcolor{blue}{$Y_1$}}
\put(96,23){\textcolor{blue}{$Y_2$}}
\end{overpic}
\caption{Construction of the set $X$.}\label{fig.4}
\end{figure}

For sufficiently small $r>0$, we have $\Ball_r\parens[\big]{\ell([0,1])}\subseteq \Ball_{r_1}(0)$, $\Ball_r\parens[\big]{\exp_x^{-1}\circ c([0,1])}\subseteq \Ball_{r_1}(0)$, $\Ball_r\parens[\big]{c([0,1])}\subseteq \Ball_{r_1}(x)$, and $\Ball_r\parens[\big]{\bar{c}([0,1])}\subseteq \Ball_{r_1}(x)$. The bounds on the singular values of the differential of $\dif \exp_x$ imply $\Ball_{(1-\eps)r}\parens[\big]{\bar{c}([0,1])}\subseteq \exp_x\parens[\big]{\Ball_r\parens[\big]{\ell([0,1])}}\subseteq \Ball_{(1+\eps)r}\parens[\big]{\bar{c}([0,1])}$ and hence
\begin{equation}\label{eq.lip3}
\begin{split}
(1-\eps)^n \vol_M\big(\Ball_{(1-\eps)r}\parens[\big]{\bar{c}([0,1])}\big)
	& \leq
\vol_{T_xM}\big(\Ball_r\parens[\big]{\ell([0,1])}\big)
\\	& \leq (1+\eps)^n \vol_M\big(\Ball_{(1+\eps)r}\parens[\big]{\bar{c}([0,1])}\big).
\end{split}
\end{equation}
Similarly, we get
\begin{equation}\label{eq.lip4}
\begin{split}
(1-\eps)^n \vol_M\big(\Ball_{(1-\eps)r}\parens[\big]{c([0,1])}\big)
	& \leq \vol_{T_xM}\big(\Ball_r\parens[\big]{\exp_x^{-1}\circ c([0,1])}\big)
\\	& \leq (1+\eps)^n \vol_M\big(\Ball_{(1+\eps)r}\parens[\big]{c([0,1])}\big).
\end{split}
\end{equation}
Combining these estimates, we find
\begin{equation}\label{eq.lip5}
\begin{split}
\vol_N\parens[\big]{\Ball_{L(1+\eps)r}\parens[\big]{\gamma([0,1])}}
	& \overset{\eqref{eq.lip1}}{\geq}
\vol_M\parens[\big]{\Ball_{(1+\eps)r}\parens[\big]{c([0,1])}}
\\	& \overset{\eqref{eq.lip4}}{\geq} (1+\eps)^{-n} \vol_{T_xM}\big(\Ball_r\parens[\big]{\exp_x^{-1}\circ c([0,1])}\big)
\\	& \overset{\eqref{eq.lip2}}{\geq} (1+\eps)^{-n} \vol_{T_xM}\parens[\big]{\Ball_r\parens[\big]{\ell([0,1])}}
\\	& \overset{\eqref{eq.lip3}}{\geq}
\bracks[\big]{\tfrac{1-\eps}{1+\eps}}^n \vol_{M}\parens[\big]{\Ball_{(1-\eps)r}\parens[\big]{\bar{c}([0,1])}}.
\end{split}
\end{equation}
The power series expansion of the volume of thin tubes around a smooth curve yields
\[
\vol_M\parens[\big]{\Ball_{\rho}\parens[\big]{\bar{c}([0,1])}} =
\len_M(\bar{c})\cdot\omega_{n-1}\cdot \rho^{n-1} + \O(\rho^{n+1})
\quad \text{as $\rho\searrow 0$},
\]
and similarly for the curve $\gamma$ in $N$. Dividing~\eqref{eq.lip5} by $\omega_{n-1}\cdot r^{n-1}$ and letting $r$ tend to $0$, we obtain
\[
L^{n-1}\,(1+\eps)^{n-1}\,\len_N(\gamma) \geq \bracks[\big]{\tfrac{1-\eps}{1+\eps}}^n\,(1-\eps)^{n-1}\,\len_M(\bar{c}).
\]
This yields
\[
L^{n-1}\cdot\dist(y_1,y_2) = L^{n-1}\cdot\len_N(\gamma)
\ge
\bracks[\big]{\tfrac{1-\eps}{1+\eps}}^{2n-1}\,\len_M(\bar{c})
\ge
\bracks[\big]{\tfrac{1-\eps}{1+\eps}}^{2n-1}\,\dist(x_1,x_2).
\]
This shows that $f^{-1}$ is Lipschitz with Lipschitz constant $\le L^{n-1}\cdot\bracks[\big]{\tfrac{1+\eps}{1-\eps}}^{2n-1}$ on the ball $\Ball_{r_2}(y)$. Since $y$ is arbitrary, $f^{-1}$ is locally Lipschitz on $N$ with this global bound on the (local) Lipschitz constant. Thus $f^{-1}$ is globally $\big(\bracks[\big]{\tfrac{1+\eps}{1-\eps}}^{2n-1}\cdot L^{n-1}\big)$-Lipschitz on $N$. The limit $\eps\searrow 0$ concludes the proof.
\end{proof}

\begin{proposition}\label{1lip_injectivity}
Let $M$ and $N$ be connected closed Riemannian manifolds of the same dimension $n \geq 1$. Let $f \colon M \to N$ be an $L$-Lipschitz map such that $\vol(M) \le \vol_N\parens[\big]{f(M)}$ and $\abs[\big]{\det(\dif f)}\le1$ almost everywhere.

Then $f$ is a homeomorphism and $f^{-1}\colon N\to M$ is $L^{n-1}$-Lipschitz. In particular, if $f$ is $1$-Lipschitz, it is an isometry. Moreover, for every measurable subset $A \subseteq M$, we have $\vol_N\parens[\big]{f(A)} = \vol_M(A)$.
\end{proposition}

\begin{proof}
Let $A \subseteq M$ be measurable. By the coarea formula for Lipschitz maps, the fiber $f^{-1}(y)$ is finite for almost all $y \in N$, and we obtain
\[
\begin{split}
\vol_M(A)
	& \geq
\int_{M} \charFun_A \abs[\big]{\det(\dif_x f)} \dV_M
\\	& = \int_N \sum_{x \in f^{-1}(y)} \charFun_A(x) \dV_N(y)
\\	& =
\int_N \#(f^{-1}(y) \cap A) \dV_N(y)
\\	& \geq
\vol_N\parens[\big]{f(A)}.
\end{split}
\]
Applying this to $A = M$ and using the assumption $\vol(M) \le \vol_N\parens[\big]{f(M)}$, we obtain equality in each inequality, which implies that $\abs[\big]{\det(\dif_x f)} = 1$ for almost all $x \in M$ and $\# f^{-1}(y) = 1$ for almost all $y \in f(M)$. Thus we actually have equality in the previous chain of inequalities for any measurable subset $A \subseteq M$ which shows that $\vol_M(A) = \vol_N\parens[\big]{f(A)}$.

In particular, the set of injectivity points has full measure in $M$. Here, by \enquote{injectivity point}, we mean a point $x \in M$ which is the unique preimage of its image under $f$. Note that for each injectivity point $x \in M$, the $\Z_2$-mapping degree of $f$ satisfies $\deg_{\Z_2}(f) =
\deg_{\Z_2}\parens[\big]{\restr{f}{x}}$, where $\deg_{\Z_2}\parens[\big]{\restr{f}{x}}$ denotes the local mapping degree of $f$ at the point $x$. Moreover, if $x \in M$ is a point where $f$ is differentiable and $\dif_x f$ is invertible, then $x$ is a discrete point in the fiber $f^{-1}\parens[\big]{f(x)}$ and $\deg_{\Z_2}\parens[\big]{\restr{f}{x}} = 1$. Since $\abs[\big]{\det(\dif_x f)} = 1$ almost everywhere on $M$, the set of such points also has full measure. Finding an injectivity point $x \in M$ where $f$ is differentiable with $\dif_x f$ invertible, we conclude
\[
\deg_{\Z_2}(f) = \deg_{\Z_2}\parens[\big]{\restr{f}{x}} = 1.
\]
In particular, $f$ is surjective.


It remains to verify injectivity. Since both $M$ and $N$ are compact and without boundary, we can find an $r_0 > 0$ such that for any $r \leq r_0$, $x \in M$ and $y \in N$, we have
\[
\vol_M\parens[\big]{\Ball_r(x)} \geq \tfrac{3}{4} r^n \omega_n,
\qquad
\vol_N\parens[\big]{\Ball_r(y)} \leq \tfrac{4}{3} r^n \omega_n.
\]

Denote the Lipschitz constant of $f$ by $L$. Let $x_1,\dots,x_N\in M$ be pairwise distinct preimages of a point $y\in N$ under $f$. Choose $0 < r \leq \frac{r_0}{L}$ such that the $\Ball_r(x_i)$ are pairwise disjoint. For $i\neq j$ it follows that
\begin{equation}
\vol_N\parens[\big]{f\parens[\big]{\Ball_r(x_i)} \cap f\parens[\big]{\Ball_r(x_j)}}=0\label{eq.almost_disjoint}
\end{equation}
since $\# f^{-1}(y) \leq 1$ for almost all $y \in N$. Moreover, since $f$ is $L$-Lipschitz, we have $f\parens[\big]{\Ball_r(x_i)} \subseteq \Ball_{Lr}(y)$. Therefore, we have
\[
\begin{split}
\tfrac{3N}{4} r^n \omega_n
	& \le
\sum_{i=1}^N \vol_M\parens[\big]{\Ball_r(x_i)}
\\	& =
\sum_{i=1}^N \vol_N\parens[\big]{f\parens[\big]{\Ball_r(x_i)}}
\\	& =
\vol_N\parens[\Big]{f\parens[\big]{\textstyle\bigcup_{i=1}^N \Ball_r(x_i)}}
\\	& \le
\vol_N\parens[\big]{\Ball_{Lr}(y)}
\\	& \le
\tfrac43 L^nr^n\omega_n.
\end{split}
\]
Hence $N\le \tfrac{16}{9} L^n$. In particular, each $y\in N$ has only finitely many preimages under $f$.

Since the $\Z_2$-mapping degree of $f$ is nontrivial and coincides with the sum of the local $\Z_2$-mapping degrees of the preimages, there must be a preimage $x \in M$ of $y$ such that the local mapping degree at $x$ is nontrivial. In particular, $f\parens[\big]{\Ball_r(x)}$ contains an open neighborhood of $y$, i.e.\ $\Ball_\rho(y)\subseteq f\parens[\big]{\Ball_r(x)}$ for some $\rho>0$. Assume that there is another preimage $x'\in M$ of $y$. Choose an injectivity point $x''\in \Ball_{\rho/2L}(x')$. Then we have $f(x'')\in \Ball_{\rho/2}(y)$ and the local $\Z_2$-mapping degree of $f$ at $x''$ is nontrivial. Hence $f\parens[\big]{\Ball_{\rho/2L}(x'')}$ contains an open neighborhood of $f(x'')$. Note that $f\parens[\big]{\Ball_{\rho/2L}(x'')}\subseteq \Ball_{\rho/2}\parens[\big]{f(x'')} \subseteq \Ball_\rho(y)$, see Figure~\ref{fig.1}. Hence, $f\parens[\big]{D_r(x)} \cap f\parens[\big]{D_r(x')}$ contains a non-empty open set, contradicting~\eqref{eq.almost_disjoint}.

\begin{figure}[h]
\begin{overpic}[width=0.8\textwidth]{Bild1.png}
\put(9.5,30){$x$}
\put(34.5,28){$x'$}
\put(34,33.5){$\textcolor{red}{x''}$}
\put(72.5,33.5){$y$}
\put(70.5,38){$\textcolor{red}{f(x'')}$}
\put(44.5,24){$\xrightarrow{\quad f\quad}$}
\put(5,25){$\Ball_r(x)$}
\put(31.5,24){$\Ball_r(x')$}
\put(36,31){$\Ball_{\rho/2L}(x'')$}
\put(67,16.2){$f\parens[\big]{\Ball_{r}(x)}$}
\put(69,25){$\Ball_{\rho}(y)$}
\put(75.5,34.5){$f\parens[\big]{\Ball_{\rho/2L}(x'')}$}
\end{overpic}
\caption{Two potential preimages $x$ and $x'$ of the same point $y\in N$ under $f$.}\label{fig.1}
\end{figure}

This shows that $f$ is injective. Every bijective continuous map between compact manifolds is a homeomorphism.
Lemma~\ref{lip_homeomorphism} now shows that $f^{-1}$ is $L^{n-1}$-Lipschitz. In particular, if $f$ is $1$-Lipschitz, then so is $f^{-1}$ and hence $f$ is an isometry.
\end{proof}

\begin{proof}[Proof of Theorem~\ref{Ricci_volume_llarull}]
Since $\Ric \geq n-1$, the Bishop--Gromov volume comparison theorem (see e.g.~\cite[Theorem~4.19]{Gallot-Hulin-Lafontaine}) yields $\vol(M) \leq \vol(\Sphere^{n})$. Proposition~\ref{1lip_injectivity} now implies that $f$ is a bi-Lipschitz homeomorphism and that $\vol(M)=\vol(\Sphere^{n})$. Thus, $M$ is isometric to $\Sphere^n$ by the equality discussion of Bishop--Gromov volume comparison~\cite[Theorem~4.20]{Gallot-Hulin-Lafontaine}. Moreover, if $f$ is $1$-Lipschitz, it is an isometry, again by Proposition~\ref{1lip_injectivity}.
\end{proof}

\section{Proof of Theorem~\ref{thmB}}\label{sec.B}

We start with the construction of the metric on $M$.

\begin{lemma}\label{existence_of_the_wurst}
Let $M$ be a closed connected $n$-dimensional manifold which admits a Riemannian metric of positive scalar curvature with $n\ge3$.

Then for each $S_0 > 0$ there exists a constant $\delta(M,S_0) > 0$, such that for each $\delta \in \bigl(0,\delta(M,S_0)\bigr]$ and each $l > 0$ there exists a Riemannian metric $g_M$ on $M$ with $\scal_{g_M} \geq S_0$ and an isometric embedding $[0,l] \times \Sphere^{n-1}_\delta \hookrightarrow (M, g_M)$. Moreover, we can ensure that $M \setminus \parens[\big]{[0,l] \times \Sphere^{n-1}_\delta}$ is disconnected.
\end{lemma}

\begin{proof}
We fix a metric $g'$ on the open $n$-ball $\Disk^n$ such that $(\Disk^n, g')$ contains an isometric copy of $[0,\infty)\times \S^{n-1}$ and $\scal_{g'}>0$. This is possible because $n\ge3$. Pick a point $p\in \Disk^n\setminus [0,l']\times \S^{n-1}$. Furthermore, fix a metric $g_0$ on $M$ with $\scal_{g_0} > 0$ and choose a point $q\in M$.

We perform Gromov--Lawson surgery~\cite[Theorem~A]{GL} to obtain a Riemannian metric $g_1$ on $M \mathrel{\sharp} \Disk^n=M\setminus \{\text{point}\}$ with $\scal_{g_1} > 0$ which differs from $g_0$ and $g'$ only in a small neighborhood of $q$ and $p$, respectively. In particular, $\parens[\big]{M\setminus \{\text{point}\},g_1}$ still contains an isometric copy of $[0,\infty)\times \S^{n-1}$, see Figure~\ref{fig.5}.

\begin{figure}[h]
\begin{overpic}[width=0.6\textwidth]{Bild5.png}
\put(20,33){$(M,g_0)$}
\put(60,39){$(\Disk^n,g')$}
\put(25,0){$\parens[\big]{M\setminus\{\text{point}\},g_1}$}
\end{overpic}
\caption{Construction of the metric $g_1$.}\label{fig.5}
\end{figure}

For sufficiently small $\delta>0$, the metric $g_\delta=\delta^2 g_1$ has scalar curvature $\scal_{g_\delta} \geq S_0$ and $\parens[\big]{M\setminus \{\text{point}\},g_\delta}$ contains an isometric copy of $[0,\infty)\times \S^{n-1}_\delta$. Given $l>0$ we can cut the cylinder $[0,\infty)\times \S^{n-1}_\delta$ at $l$.

\begin{figure}[h]
\begin{overpic}[width=0.6\textwidth]{Bild6.png}
\put(41,3){$|\!\raisebox{2.5pt}{\rule{20mm}{.6pt}}\,l\,\raisebox{2.5pt}{\rule{20mm}{.6pt}}\!|$}
\end{overpic}
\caption{Capping off the half-infinite cylinder.}\label{fig.6}
\end{figure}

The remaining cylinder $[0,l]\times \S^{n-1}_\delta$ can be capped off at $\{l\}\times \S^{n-1}_\delta$ to yield the desired metric~$g_M$ on $M$, see Figure~\ref{fig.6}.
\end{proof}

\begin{lemma}\label{projection_of_the_wurst}
Let $M$ be a closed connected $n$-dimensional manifold which admits a Riemannian metric of positive scalar curvature with $n\ge3$.

Then for each $S_0 > 0$ there exists a constant $\delta(M,S_0) > 0$, such that for each $\delta \in \bigl(0,\delta(M,S_0)\bigr]$ and each $l > 0$ there exists a Riemannian metric $g_M$ on $M$ with $\scal_{g_M} \geq S_0$ and a smooth surjective $1$-Lipschitz map $f \colon M \to [0,l]\times\Disk^{n-1}_\delta$. Here $[0,l]\times\Disk^{n-1}_\delta$ carries the flat product metric.
\end{lemma}

\begin{proof}
According to Lemma~\ref{existence_of_the_wurst}, given $S_0$, $\delta$ and $l$, we can find a Riemannian metric $g_M$ on $M$ with $\scal_{g_M} \geq S_0$ such that $M$ is isometric to
\[
M_-\bigcup_{\{-3\}\times\S^{n-1}_\delta} \parens[\big]{[-3,l+3]\times\S^{n-1}_\delta} \bigcup_{\{l+3\}\times\S^{n-1}_\delta} M_+,
\]
where $M_+$ and $M_-$ are compact Riemannian manifolds with boundary isometric to $\S^{n-1}_\delta$. The orthogonal projection $\R^n\to \{0\}\times\R^{n-1}=\R^{n-1}$ restricts to a smooth surjective $1$-Lipschitz map $\pi_\delta\colon\S^{n-1}_\delta\to\Disk^{n-1}_\delta$. Choose a smooth function $\varphi\colon\R\to\R$ with the properties
\begin{itemize}
\item $0\le\varphi\le 1$ everywhere;
\item $\varphi = 0$ outside $[-3,l+3]$;
\item $\varphi = 1$ on $[-1,l+1]$;
\item $\abs{\dot{\varphi}} < 1$ everywhere;
\end{itemize}
and a smooth function $\psi\colon\R\to\R$ satisfying
\begin{itemize}
\item $0\le\psi\le l$ everywhere;
\item $\psi = 0$ on $(-\infty,-1]$;
\item $\psi = l$ on $[l+1,\infty)$;
\item $\abs{\dot{\psi}} < 1$ everywhere.
\end{itemize}
Then the map
\[
f(x)=
\begin{cases}
	\parens[\big]{\psi(t),\varphi(t)\pi_\delta(y)}, & \text{if $x=(t,y)\in [-3,l+3]\times\S^{n-1}_\delta$},
\\	(0,0), & \text{if $x\in M_-$},
\\	(l,0), & \text{if $x\in M_+$},
\end{cases}
\]
does the job.
\end{proof}

\begin{proof}[Proof of Theorem~\ref{thmB}]
If suffices to consider the case $\eps=2$ because for arbitrary $\eps>0$ one can then apply the $(\eps=2)$-result with scalar curvature bound $S_0\cdot(2\eps)^{-2}$ and then rescale the metric on $M$. In view of Lemma~\ref{projection_of_the_wurst}, we need to construct a smooth surjective $2$-Lipschitz map $[0,l]\times \Disk^{n-1}_\delta\to N$ for some $\delta>0$ and $l>0$.

Let $\delta(M,S_0)$ be as in Lemma~\ref{projection_of_the_wurst}. Choose $\delta \in \bigl(0,\delta(M,S_0)\bigr]$ so small that $\abs{\dif_v\exp_y} < 2$ whenever $v\in T_yN$ with $\abs{v}\le\delta$. We choose a smooth curve $\gamma\colon [0,l_1]\to N$ parametrized by arc-length which is $\delta$-dense in $N$, meaning that the $\delta$-tube about the trace of $\gamma$ covers all of $N$, i.e., $\Ball_\delta\parens[\big]{\gamma([0,l_1])}=N$.

We choose an orthonormal frame $e_1,\dots,e_{n-1}$ of $\dot{\gamma}(0)^\perp\subseteq T_{\gamma(0)}N$ and parallel translate it along $\gamma$ w.r.t.\ the normal connection. We obtain an orthonormal frame $e_1(t),\dots,e_{n-1}(t)$ of $\dot{\gamma}(t)^\perp \subseteq T_{\gamma(t)N}$ for all $t\in[0,l_1]$. We fix a constant $\Lambda > 0$ to be chosen later and consider the map
\[
h\colon [0,\Lambda l_1]\times \Disk_\delta^{n-1}\to N,
\quad (t,x)\mapsto \exp_{\gamma(t/\Lambda)}\parens[\Bigg]{\sum_{i=1}^{n-1} x_i e_i(t/\Lambda)}.
\]
The map $h$ is smooth and surjective. The derivatives in the $x_i$-directions are bounded by $2$ because of the choice of $\delta$. The same holds for the derivative in the $t$-direction if we choose $\Lambda$ large enough. Thus $h$ is $2$-Lipschitz as desired.
\end{proof}

\section*{Acknowledgments}

It is our pleasure to thank Bernhard Hanke and Thomas Schick for asking the question at various occasions as well as Georg Frenck and Alexander Lytchak for stimulating discussions.

\section*{Declaration of interests}

The authors do not work for, advise, own shares in, or receive funds from any organization that could benefit from this article, and have declared no affiliations other than their research organizations.

\printbibliography

\end{document}