strong maximum principle - harmonic function

3.6k Views Asked by At

Consider the following the theorem in the classical PDE book of Evans (chapter 2):

(Part of the strong maximum principle) Let $U$ a open set in $R^n$ and $u \in C^2 (U) \cap C(\overline{U})$, with $\Delta u = 0$ in $U$.

If $U$ is connected and there exists a point $x_0 \in U$ such that $$ u(x_0) = \displaystyle\max_{\overline{U}} u$$ then $u$ is constant within $U$.

Part of the proof:

Suppose there exists a point $x_0 \in U$ with $u(x_0) = M = \displaystyle\max_{\overline{U}} u . $ Then for $0 < r < \mbox{dist} (x_0 , \partial U)$, the mean value property asserts $$ M = u(x_0) = \displaystyle\frac{\displaystyle1}{|B(x_0, r)|}\int_{B(x_0,r) } u \ dy \leq M.$$

Then $$u = M\quad\text{in}\quad B(x_0 , r)\tag{$*$}.$$

I dont understand the equality in $(*)$. If I be non rigorous, for me is clear to see the equality in $(*)$. But I dont know how to prove the equality... Someone can give me a hint about how to prove the equality in $(*)$?

Thanks in advance!

2

There are 2 best solutions below

2
On

Suppose that there exist a set $\Omega$ in $B(x_0,r)$, such that $u<M$ in $\Omega$. Note that $$\frac{1}{|B(x_0,r)|}\int_{B(x_0,r)}u dy=\frac{1}{|B(x_0,r)|}\left(\int_{\Omega}udy+\int_{B(x_0,r)\setminus\Omega}udy\right)<M$$

Can you conclude?

Hint for the last inequality: Note that in $\Omega$ we have that $u<M$ and in $B(x_0,r)\setminus \Omega$ we have that $u\leq M$, hence $$\frac{1}{|B(x_0,r)|}\left(\int_{\Omega}udy+\int_{B(x_0,r)\setminus\Omega}udy\right)<\frac{1}{|B(x_0,r)|}\left(M|\Omega|+M|B(x_0,r)\setminus\Omega|\right)$$

2
On

We can split the ball $B=B(x_0,r)=E_1\cup E_2\cup E_3$, where $$E_1=\{x:u(x)<M\},\qquad E_1=\{x:u(x)=M\},\qquad E_3=\{x:u(x)>M\}$$ these sets are disjoint so $$\int_Budx=\int_{E_1}udx+\int_{E_2}udx+\int_{E_3}udx$$ By the assumption on $x_0$ we must have $E_3=\emptyset$, but then $E_1$ must be empty too, and hence $B=E_2$.