Vector Space
Last updated
Last updated
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
The value of the norm is always positive, unless the argument is zero, in which case the value is zero.
Given a scalar , multiplying the norm with the scalar is the same as taking the norm after multiplying with the scalar
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.
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.
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
Using the 2-norm, we state the product of norms as an inequality with the integration of vector products
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.
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.
picks the largest absolute value of a vector.
gives the total area covered by a vector.
gives the "size" of a vector. Using as the vector space makes the same as the Euclidean distance metric function.
Check that, substituting gives the norm functions mentioned earlier.
The boundaries for the integral are important here as they indicate the norm is defined for continuous, real valued functions on an interval, written .
For some pair of integers where , the product of norms is greater than or equal to the 1-norm of the product, eg.,
Notice that when we have the Cauchy-Schwartz inequality.
See