l2norms
The L2 norm, also known as the Euclidean norm, assigns a length to a vector. For x in R^n with components x1, ..., xn, it is defined as ||x||2 = sqrt(sum_{i=1}^n x_i^2). More generally, in any inner product space, ||x||2 = sqrt(<x, x>).
For functions, the L2 norm generalizes to square-integrable functions. If f is measurable on a measure space
Key properties include non-negativity, positive definiteness (||x||2 = 0 if and only if x = 0), homogeneity (||αx||2
Distance and geometry: the L2 distance between x and y is ||x − y||2. If x and y
Applications: L2 norms are widely used in optimization and statistics, including ridge (L2) regularization, machine learning,