IMC 1997 · Problem 5

Day 14th IMC · Plovdiv, Bulgaria

Statement

For a natural nn consider the hyperplane

R0n={x=(x1,x2,,xn)Rn  :  i=1nxi=0}R_0^n = \left\{ x = (x_1, x_2, \dots, x_n) \in \mathbb{R}^n \;:\; \sum_{i=1}^{n} x_i = 0 \right\}

and the lattice Z0n={yR0n  :  all yi are integers}Z_0^n = \{ y \in R_0^n \;:\; \text{all } y_i \text{ are integers} \}. Define the (quasi–)norm in Rn\mathbb{R}^n by xp=(i=1nxip)1/p\|x\|_p = \left( \sum\limits_{i=1}^{n} |x_i|^p \right)^{1/p} if 0<p<0 < p < \infty, and x=maxixi\|x\|_{\infty} = \max\limits_i |x_i|.

a) Let xR0nx \in R_0^n be such that

maxiximinixi1.\max_i x_i - \min_i x_i \le 1.

For every p[1,]p \in [1, \infty] and for every yZ0ny \in Z_0^n prove that

xpx+yp.\|x\|_p \le \|x + y\|_p.

b) For every p(0,1)p \in (0,1), show that there is an nn and an xR0nx \in R_0^n with maxiximinixi1\max\limits_i x_i - \min\limits_i x_i \le 1 and an yZ0ny \in Z_0^n such that

xp>x+yp.\|x\|_p > \|x + y\|_p.

Official solution

Hidden so you can work on the problem first.