I have a basic question about the metric spaces. There are several metric spaces like $L_1$, $L_2$ to $L_\infty$. The $L_p$ metric is defined by the following equation:
$$d_p(x,y)=\left(\sum_{i=1}^{n}|x_i-y_i|^p \right)^{1/p}$$
Now, when $p = \infty$, then the equation of the matrix is following:
$$d_{\infty}(x,y)=\max_{i=1,2,\ldots, n}|x_i-y_i|$$
Now, I am taking the value of $x$ as $x = [1,2,3]^T$ (Transpose) and compute $L_p$ metric for, $p = 1,2$ and $\infty$.
My question is, why $L_\infty$ metric choose the maximum value.