In one of my homework-assignments in analysis, I have stumpled upon $ \|x\|_{\infty}$. I know x is a vector, but what does the infinity-symbol imply? The whole problem is actually this:
$\| Ax\|_{\infty} \leq |\max_{1 \leq i \leq n}(\Sigma_{j=1}^n \left| a_{ij}) \right| \|x\|_{\infty}$
Im also not 100% sure what the infinity-sign to the left also mean, so it would be nice if anyone could elaborate. Does the way the right paranthesis is presented now make sense, or is it a clear error in the problem set?
Thanks for your help.

It denotes the maximum (or, in case of sequence or function spaces, the supremum) norm (on both sides of the inequality),
$$\lVert x\rVert_\infty = \max \{ \lvert x_k\rvert : 1 \leqslant k \leqslant n\}$$
if $x\in \mathbb{R}^n$ or $x\in\mathbb{C}^n$.
For $1 \leqslant p < \infty$, one has the norms
$$\lVert x\rVert_p = \left(\sum_{k=1}^n \lvert x_k\rvert^p\right)^{1/p},$$
and for every $x$ one has
$$\lVert x\rVert_\infty = \lim_{p\to\infty} \lVert x\rVert_p,$$
which may explain the notation.