For any $n \in \mathbb{N}$, $a \in \mathbb{R}$ with $a > 1$ and $k_i > 0$ for $i = 1,\ldots,n$ define the following function: $$f: \mathbb{R}_{>0}^n \to \mathbb{R}, x \mapsto \sum_{i=1}^n (x_i - k_i)^a$$
I am trying to prove that $f$ is a strictly convex function, i.e. for any $t \in (0,1)$ and for all $x,y\in \mathbb{R}^n$ with $x \neq y$ we have $f(tx+(1-t)y) < tf(x) + (1-t)f(y)$.
Using the definition of the function we have to show that
$$\sum_{i = 1}^n \left( t(x_i-k_i)^a + (1-t)(y_i-k_i)^a - (tx_i + (1-t)y_i -k_i)^a \right) > 0.$$
Since we can set $x_i = y_i = k_i$ for all but one term of the sum, it suffices to look at the single terms and show that they are strictly positive:
$$ t(x_i-k_i)^a + (1-t)(y_i-k_i)^a - (tx_i + (1-t)y_i -k_i)^a > 0.$$
My next idea was to use the Binomial theorem for general exponents, but it didn't lead me anywhere. Does anyone have an idea? It seems to be a well-known statement about distance functions. Thanks!