Let $\Omega\subset R^n$ be a bounded regular domain. Consider a non linear boundary value problem with $u\in C^1(\Omega)$
$\left\{\begin{matrix} -\Delta u +\kappa_{(u>0)}=0\\ u=\phi \text{ on }\partial\Omega \end{matrix}\right.$
Where
$\kappa_{(u>0)}(x)=$$\left\{\begin{matrix}
1 \text{ if }u(x)>0 \\ 0 \text{ if } u(x)\leq0
\end{matrix}\right.$
Prove that if $\phi>0$ on $\partial\Omega$ then $u(x)\geq0$.
My Attempt:
Suppose $\phi>0$ on $\partial\Omega$ and to the contrary assume that $\exists x_0\in\Omega$ such that $u(x_0)<0$.
Then since $u$ is continuous there is an open ball $B(x_0,r)\subset\Omega$ such that $\forall x\in B(x_0,r), $ $u(x)<0$.
Then for this Ball $\kappa(x)=0$.
Thus $\Delta u=0$ which is the Laplace equation.
Therefore the minimum for $u$ on the ball should occur at the boundary. (Property of a Laplace function)
After this I don't see how to proceed. If I can say that at the boundary of the ball ($B(x_0,r)$) u must be positive then there is a contradiction. But we only know the values of $u$ on $\partial\Omega$
May be there is a completely a different way of doing this problem... Appreciate your help.