Vector Space
Axioms
Given a set and a function written called the norm, for every element , we say the set and the norm comprise a vector space if the following three properties hold
(N1) Positive Definite
The value of the norm is always positive, unless the argument is zero, in which case the value is zero.
(N2) Scalable
Given a scalar , multiplying the norm with the scalar is the same as taking the norm after multiplying with the scalar
(N3) Triangle Inequality
The triangle inequality has structural similarity to the property with the same name in metric spaces. In the context of vector spaces, however, I find it has a crisper memnonic: the norm of the sum is less than or equal to the sum of the norms.
Pick . Then is true by virtue of positive definiteness. Pick . Then is true by scalability. By this reasoning, for any choice of , the norm of the sum cannot be less than the sum of the norms.
Various Norm Functions
As with metric spaces, a vector space is described by both the set of vectors and the norm function. There are many candidate norm functions, each with distinct behaviors. Here's the most common norms.
L∞ Minimax Norm
picks the largest absolute value of a vector.
L1 Uniform Norm
gives the total area covered by a vector.
L2 Least Squares
gives the "size" of a vector. Using as the vector space makes the same as the Euclidean distance metric function.
L-p Norm
But notice each of the norms above have a very distinctive "shape" to them - there's a pattern here. That's because they're all instances of the L-p norm, which can be written
The boundaries for the integral are important here as they indicate the norm is defined for continuous, real valued functions on an interval, written .
Important Properties
Cauchy-Schwarz Inequality
Using the 2-norm, we state the product of norms as an inequality with the integration of vector products
Minkowski Inequality
The Minikowski inequality is just the triangle inequality for the 2-norm.
We arrive at this via the Cauchy-Schwarz inequality. For more general versions of Minkowski, we need to use the Holder inequality below.
Holder Inequality
For some pair of integers where , the product of norms is greater than or equal to the 1-norm of the product, eg.,
(Strict) Convexivity
Theorems
Last updated