The infinity norm, also known as the "max norm," is a way to measure the size or length of a vector in \( \mathbb{R}^n \). It is denoted as \( \|x\|_{\infty} \). The infinity norm of a vector is the maximum absolute value of its components. In mathematical terms, for a vector \( x = (x_1, x_2, \ldots, x_n) \), the infinity norm is defined as: \[ \|x\|_{\infty} = \max_{1 \leq i \leq n} |x_i|. \] This means, among all the components of the vector \( x \), we find the one with the largest absolute value. This value becomes the infinity norm of \( x \). In practice:
- Useful for assessing the dominant impact of any one element in the vector.
- Widely used in optimization and numerical analysis, especially when dealing with bounding vectors.
- Simplifies the comparison of vectors by focusing on the largest deviation.
An important property of the infinity norm is that for unit vectors (vectors with one element as 1 and all others as 0), the infinity norm is always 1.