I am following the notes of my professor but I am unsure if I am following it correctly. Here's the problem:
Suppose that for $1\leq i \leq n, |u_{x_i}(\vec{x_0})| = C\left| \displaystyle\int_{B(\vec{x_0})} \nabla u\cdot e_i\,d\vec{x} \right|$ where $e_i$'s are the standard basis vectors in $\mathbb{R}^n$. How can I show that $|\nabla u(\vec{x_0})|\leq C\left|\displaystyle \int_{B(\vec{x_0})}\nabla \cdot u\,d\vec{x}\right|$ where $C$ is the same constant and that $B(\vec{x_0})$ is just a ball centered at $\vec{x_0}$?
I am confused because from what I know, $|\nabla u(\vec{x_0})| = \sqrt{u_{x_1}^2+\dots+u_{x_n}^2} \leq |u_{x_1}|+\dots+|u_{x_n}|.$
and from the given, $|u_{x_1}|+\dots+|u_{x_n}| = C\left(\left| \displaystyle\int_{B(\vec{x_0})} \nabla u\cdot e_1\,d\vec{x} \right| + \dots +\left| \displaystyle\int_{B(\vec{x_0})} \nabla u\cdot e_n\,d\vec{x} \right|\right)$ which is the reverse direction of what I intend to show...
any help?