I have a multivariate function $f(x) = \sum_i^d x_i^2 c_i$ where all $c_i$ are non-negative and $x$ is a $d$-dimensional vector. I will integrate it over volume $A$ and volume $D$. Volume $A$ is determined by: $A = \{ ||x||_2 \leq C \}$. Volume $B$ is determined by: $B = \{ \max_i |x_i| \leq C\}$. Volume $D = B \setminus A$. Note that $B$ is the rectangle enclosing volume $A$.
For me it seems obvious that the mean of $f$ on $D$ must be larger than the mean of $f$ on $A$: $$\frac{\int_D f(x) dx}{\int_D dx} \geq \frac{\int_A f(x) dx}{\int_A dx}$$ This can be made clear using a drawing, since $D$ surrounds $A$. However, showing this statement formally seems difficult. Perhaps it is possible to do a coordinate transformation to some coordinate $u_i^2 = x_i^2 c_i$ and then to polar-coordinates, and compare the integrals there?