I'm going through a proof of the following statement:
Let $\Omega \subset \mathbb{R}^n$ be a connected open set, $L$ be an uniformly elliptic operator in $\Omega$ with $c \equiv 0$ and $u \in C^2(\Omega) \cap C(\overline{\Omega})$. Then, if $Lu \geq 0$ in $\Omega$ and $u$ attains its maximum in $\Omega$, $u$ is constant in $\Omega$.
The proof starts as following:
Let $M := \displaystyle{\max_{x \in \overline{\Omega}} u(x)} $ and define $\Omega_M := \{x \in \Omega \ \vert \ u(x) =M \}$, $\Sigma := \Omega \setminus \Omega_M$. Suppose, by contradiction, that $\Sigma \neq \emptyset$. Choose $y \in \Sigma$ satisfying:
- $\mathrm{dist}(y, \Omega_M) < \mathrm{dist}(y, \partial \Omega)$
- after choosing $x_0 \in \Omega$ such that $u(x_0) = M$ and defining $r$ to be the radius of the largest open ball $B = B_r(y)$ such that $B \subset \Sigma$, then $r = \mathrm{dist}(y, x_0)$
It's far from clear to me why we can choose $y \in \Sigma$ satisfying both these conditions simultaneously. I think the continuity of $u$ along with the continuity of the distance functions involved will play an essential role, but I haven't been able to figure out how exactly... For the first part I tried getting a contradiction from assuming $\mathrm{dist}(y, \Omega_M) \geq \mathrm{dist}(y, \partial \Omega)$ for every $y \in \Sigma$ but that led me nowhere. I'd appreciate any help!