Definición de Norma
Sea V V V un espacio vectorial real (en este caso V = R n V = \mathbb{R}^n V = R n ). Una función ∥ ⋅ ∥ : V → R \|\cdot\|: V \to \mathbb{R} ∥ ⋅ ∥ : V → R es una norma si satisface las siguientes tres propiedades para todo x , y ∈ V x, y \in V x , y ∈ V y todo escalar α ∈ R \alpha \in \mathbb{R} α ∈ R :
Positividad (o Separación): ∥ x ∥ ≥ 0 \|x\| \ge 0 ∥ x ∥ ≥ 0 , y ∥ x ∥ = 0 \|x\| = 0 ∥ x ∥ = 0 si y solo si x = 0 x = 0 x = 0 (el vector cero).
Homogeneidad: ∥ α x ∥ = ∣ α ∣ ∥ x ∥ \|\alpha x\| = |\alpha| \|x\| ∥ α x ∥ = ∣ α ∣∥ x ∥ .
Desigualdad Triangular: ∥ x + y ∥ ≤ ∥ x ∥ + ∥ y ∥ \|x + y\| \le \|x\| + \|y\| ∥ x + y ∥ ≤ ∥ x ∥ + ∥ y ∥ .
A continuación, probamos estas propiedades para cada caso. Denotaremos x = ( x 1 , … , x n ) x = (x_1, \dots, x_n) x = ( x 1 , … , x n ) y y = ( y 1 , … , y n ) y = (y_1, \dots, y_n) y = ( y 1 , … , y n ) .
1. La Norma 1 (o norma de la suma)
Definida como: ∥ x ∥ 1 = ∑ i = 1 n ∣ x i ∣ \|x\|_1 = \sum_{i=1}^n |x_i| ∥ x ∥ 1 = ∑ i = 1 n ∣ x i ∣ .
Demostración:
Positividad:
Como el valor absoluto ∣ x i ∣ ≥ 0 |x_i| \ge 0 ∣ x i ∣ ≥ 0 para todo i i i , la suma ∑ ∣ x i ∣ ≥ 0 \sum |x_i| \ge 0 ∑ ∣ x i ∣ ≥ 0 .
Si ∥ x ∥ 1 = 0 \|x\|_1 = 0 ∥ x ∥ 1 = 0 , entonces ∑ i = 1 n ∣ x i ∣ = 0 \sum_{i=1}^n |x_i| = 0 ∑ i = 1 n ∣ x i ∣ = 0 . Como es una suma de términos no negativos, cada término debe ser cero: ∣ x i ∣ = 0 ⟹ x i = 0 |x_i| = 0 \implies x_i = 0 ∣ x i ∣ = 0 ⟹ x i = 0 para todo i i i . Por lo tanto, x = 0 x = 0 x = 0 .
Homogeneidad:
∥ α x ∥ 1 = ∑ i = 1 n ∣ α x i ∣ = ∑ i = 1 n ∣ α ∣ ∣ x i ∣ = ∣ α ∣ ∑ i = 1 n ∣ x i ∣ = ∣ α ∣ ∥ x ∥ 1 \|\alpha x\|_1 = \sum_{i=1}^n |\alpha x_i| = \sum_{i=1}^n |\alpha| |x_i| = |\alpha| \sum_{i=1}^n |x_i| = |\alpha| \|x\|_1 ∥ α x ∥ 1 = i = 1 ∑ n ∣ α x i ∣ = i = 1 ∑ n ∣ α ∣∣ x i ∣ = ∣ α ∣ i = 1 ∑ n ∣ x i ∣ = ∣ α ∣∥ x ∥ 1
Desigualdad Triangular:
Usamos la desigualdad triangular del valor absoluto en R \mathbb{R} R (∣ a + b ∣ ≤ ∣ a ∣ + ∣ b ∣ |a+b| \le |a|+|b| ∣ a + b ∣ ≤ ∣ a ∣ + ∣ b ∣ ).
∥ x + y ∥ 1 = ∑ i = 1 n ∣ x i + y i ∣ ≤ ∑ i = 1 n ( ∣ x i ∣ + ∣ y i ∣ ) \|x + y\|_1 = \sum_{i=1}^n |x_i + y_i| \le \sum_{i=1}^n (|x_i| + |y_i|) ∥ x + y ∥ 1 = i = 1 ∑ n ∣ x i + y i ∣ ≤ i = 1 ∑ n ( ∣ x i ∣ + ∣ y i ∣ )
Por propiedad asociativa de la suma finita:
= ∑ i = 1 n ∣ x i ∣ + ∑ i = 1 n ∣ y i ∣ = ∥ x ∥ 1 + ∥ y ∥ 1 = \sum_{i=1}^n |x_i| + \sum_{i=1}^n |y_i| = \|x\|_1 + \|y\|_1 = i = 1 ∑ n ∣ x i ∣ + i = 1 ∑ n ∣ y i ∣ = ∥ x ∥ 1 + ∥ y ∥ 1
Conclusión: ∥ ⋅ ∥ 1 \|\cdot\|_1 ∥ ⋅ ∥ 1 es una norma.
2. La Norma Infinito (o norma del máximo)
Definida como: ∥ x ∥ ∞ = max 1 ≤ i ≤ n ∣ x i ∣ \|x\|_\infty = \max_{1 \le i \le n} |x_i| ∥ x ∥ ∞ = max 1 ≤ i ≤ n ∣ x i ∣ .
Demostración:
Positividad:
El máximo de valores no negativos es no negativo: ∥ x ∥ ∞ ≥ 0 \|x\|_\infty \ge 0 ∥ x ∥ ∞ ≥ 0 .
Si max ∣ x i ∣ = 0 \max |x_i| = 0 max ∣ x i ∣ = 0 , entonces ∣ x i ∣ = 0 |x_i| = 0 ∣ x i ∣ = 0 para todo i i i (pues si alguno fuera positivo, el máximo sería positivo). Por tanto, x = 0 x = 0 x = 0 .
Homogeneidad:
∥ α x ∥ ∞ = max i ∣ α x i ∣ = max i ( ∣ α ∣ ∣ x i ∣ ) \|\alpha x\|_\infty = \max_i |\alpha x_i| = \max_i (|\alpha| |x_i|) ∥ α x ∥ ∞ = i max ∣ α x i ∣ = i max ( ∣ α ∣∣ x i ∣ )
Como $|\alpha|$ es una constante no negativa, sale fuera del máximo:
= ∣ α ∣ max i ∣ x i ∣ = ∣ α ∣ ∥ x ∥ ∞ = |\alpha| \max_i |x_i| = |\alpha| \|x\|_\infty = ∣ α ∣ i max ∣ x i ∣ = ∣ α ∣∥ x ∥ ∞
Desigualdad Triangular:
Para cualquier índice k k k , tenemos ∣ x k + y k ∣ ≤ ∣ x k ∣ + ∣ y k ∣ |x_k + y_k| \le |x_k| + |y_k| ∣ x k + y k ∣ ≤ ∣ x k ∣ + ∣ y k ∣ .
Sabemos que ∣ x k ∣ ≤ max i ∣ x i ∣ = ∥ x ∥ ∞ |x_k| \le \max_i |x_i| = \|x\|_\infty ∣ x k ∣ ≤ max i ∣ x i ∣ = ∥ x ∥ ∞ y ∣ y k ∣ ≤ ∥ y ∥ ∞ |y_k| \le \|y\|_\infty ∣ y k ∣ ≤ ∥ y ∥ ∞ .
Sumando estas desigualdades:
∣ x k + y k ∣ ≤ ∥ x ∥ ∞ + ∥ y ∥ ∞ |x_k + y_k| \le \|x\|_\infty + \|y\|_\infty ∣ x k + y k ∣ ≤ ∥ x ∥ ∞ + ∥ y ∥ ∞
Como esto es cierto para todo índice $k$ (incluido aquel donde se alcanza el máximo de la suma), entonces:
max k ∣ x k + y k ∣ ≤ ∥ x ∥ ∞ + ∥ y ∥ ∞ \max_k |x_k + y_k| \le \|x\|_\infty + \|y\|_\infty k max ∣ x k + y k ∣ ≤ ∥ x ∥ ∞ + ∥ y ∥ ∞
∥ x + y ∥ ∞ ≤ ∥ x ∥ ∞ + ∥ y ∥ ∞ \|x + y\|_\infty \le \|x\|_\infty + \|y\|_\infty ∥ x + y ∥ ∞ ≤ ∥ x ∥ ∞ + ∥ y ∥ ∞
Conclusión: ∥ ⋅ ∥ ∞ \|\cdot\|_\infty ∥ ⋅ ∥ ∞ es una norma.
3. La Norma 2 (Norma Euclidiana)
Definida como: ∥ x ∥ 2 = ( ∑ i = 1 n x i 2 ) 1 / 2 \|x\|_2 = \left( \sum_{i=1}^n x_i^2 \right)^{1/2} ∥ x ∥ 2 = ( ∑ i = 1 n x i 2 ) 1/2 .
Demostración:
Positividad:
La suma de cuadrados es no negativa, y su raíz cuadrada también.
Si ∑ x i 2 = 0 \sqrt{\sum x_i^2} = 0 ∑ x i 2 = 0 , entonces ∑ x i 2 = 0 \sum x_i^2 = 0 ∑ x i 2 = 0 . Al ser cuadrados reales, esto implica x i 2 = 0 ⟹ x i = 0 x_i^2 = 0 \implies x_i = 0 x i 2 = 0 ⟹ x i = 0 para todo i i i .
Homogeneidad:
∥ α x ∥ 2 = ∑ i = 1 n ( α x i ) 2 = ∑ i = 1 n α 2 x i 2 = α 2 ∑ i = 1 n x i 2 \|\alpha x\|_2 = \sqrt{\sum_{i=1}^n (\alpha x_i)^2} = \sqrt{\sum_{i=1}^n \alpha^2 x_i^2} = \sqrt{\alpha^2 \sum_{i=1}^n x_i^2} ∥ α x ∥ 2 = i = 1 ∑ n ( α x i ) 2 = i = 1 ∑ n α 2 x i 2 = α 2 i = 1 ∑ n x i 2
= α 2 ∑ x i 2 = ∣ α ∣ ∥ x ∥ 2 = \sqrt{\alpha^2} \sqrt{\sum x_i^2} = |\alpha| \|x\|_2 = α 2 ∑ x i 2 = ∣ α ∣∥ x ∥ 2
Desigualdad Triangular:
Esta propiedad para la norma 2 se conoce como la Desigualdad de Minkowski. Para probarla, es fundamental usar la Desigualdad de Cauchy-Schwarz:
∣ ∑ i = 1 n x i y i ∣ ≤ ∥ x ∥ 2 ∥ y ∥ 2 \left| \sum_{i=1}^n x_i y_i \right| \le \|x\|_2 \|y\|_2 i = 1 ∑ n x i y i ≤ ∥ x ∥ 2 ∥ y ∥ 2
Analicemos el cuadrado de la norma de la suma:
( ∥ x + y ∥ 2 ) 2 = ∑ i = 1 n ( x i + y i ) 2 = ∑ ( x i 2 + 2 x i y i + y i 2 ) (\|x + y\|_2)^2 = \sum_{i=1}^n (x_i + y_i)^2 = \sum (x_i^2 + 2x_i y_i + y_i^2) ( ∥ x + y ∥ 2 ) 2 = i = 1 ∑ n ( x i + y i ) 2 = ∑ ( x i 2 + 2 x i y i + y i 2 )
= ∑ x i 2 + 2 ∑ x i y i + ∑ y i 2 = \sum x_i^2 + 2 \sum x_i y_i + \sum y_i^2 = ∑ x i 2 + 2 ∑ x i y i + ∑ y i 2
= ( ∥ x ∥ 2 ) 2 + 2 ∑ x i y i + ( ∥ y ∥ 2 ) 2 = (\|x\|_2)^2 + 2 \sum x_i y_i + (\|y\|_2)^2 = ( ∥ x ∥ 2 ) 2 + 2 ∑ x i y i + ( ∥ y ∥ 2 ) 2
Aplicando Cauchy-Schwarz ($\sum x_i y_i \le |\sum x_i y_i| \le \|x\|_2 \|y\|_2$):
≤ ( ∥ x ∥ 2 ) 2 + 2 ∥ x ∥ 2 ∥ y ∥ 2 + ( ∥ y ∥ 2 ) 2 \le (\|x\|_2)^2 + 2 \|x\|_2 \|y\|_2 + (\|y\|_2)^2 ≤ ( ∥ x ∥ 2 ) 2 + 2∥ x ∥ 2 ∥ y ∥ 2 + ( ∥ y ∥ 2 ) 2
Reconocemos esto como un trinomio cuadrado perfecto:
= ( ∥ x ∥ 2 + ∥ y ∥ 2 ) 2 = (\|x\|_2 + \|y\|_2)^2 = ( ∥ x ∥ 2 + ∥ y ∥ 2 ) 2
Tomando raíz cuadrada a ambos lados (la función raíz cuadrada es creciente):
∥ x + y ∥ 2 ≤ ∥ x ∥ 2 + ∥ y ∥ 2 \|x + y\|_2 \le \|x\|_2 + \|y\|_2 ∥ x + y ∥ 2 ≤ ∥ x ∥ 2 + ∥ y ∥ 2
Conclusión: ∥ ⋅ ∥ 2 \|\cdot\|_2 ∥ ⋅ ∥ 2 es una norma.
Para visualizar cómo se comportan estas normas, es útil ver sus "bolas unitarias" (el conjunto de puntos con norma ≤ 1 \le 1 ≤ 1 ) en R 2 \mathbb{R}^2 R 2 .
La norma 1 forma un rombo (diamante).
La norma 2 forma un círculo clásico.
La norma infinito forma un cuadrado.