Concept of Length and Norms: When we consider a geometric vector (a directed line segment originating from a point like the origin), its “length” intuitively corresponds to the distance from the origin to the endpoint of the segment. In vector spaces, the notion of “length” is formalized through the concept of a norm, which quantifies the size or magnitude of a vector.
Definition of a Norm
A norm on a vector space is a function that assigns a real number to each vector , representing its “length” or “magnitude.” Formally, a function qualifies as a norm if it satisfies the following properties for all and for any scalar :
-
Absolute Homogeneity:
This property ensures that scaling a vector by a real number scales its norm by . The norm is proportional to the size of the scalar multiplication, which is key to preserving the concept of length across scaled vectors.
-
Triangle Inequality:
The triangle inequality implies that the length of the sum of two vectors is no greater than the sum of their lengths. Geometrically, this means the shortest path between two points is the direct path rather than a detour, represented by the edges of a triangle in vector addition.
-
Positive Definiteness:
This property ensures that the norm is non-negative, and it is only zero if the vector itself is the zero vector. This captures the intuitive sense that only the zero vector has no “length.”
Together, these properties ensure that the norm consistently measures the “length” of vectors, adhering to our geometric intuition about distances and magnitudes.
Application to Finite-Dimensional Vector Spaces
While the definition of a norm applies broadly to any vector space , in practice, we often deal with finite-dimensional vector spaces, specifically . In , each vector is represented by its components, and norms help quantify various notions of “length” or “distance” in such spaces.
Examples of Norms
Example 1: Manhattan Norm (ℓ₁ Norm) The Manhattan norm, also known as the norm, is defined on as:
This norm sums the absolute values of a vector’s components, measuring the total distance traveled along each axis (similar to navigating a grid-like city, hence the name Manhattan).
In two dimensions, the set of all vectors with forms a diamond-shaped unit ball. This diamond is the set of points equidistant from the origin according to the Manhattan distance.
Example 2: Euclidean Norm (ℓ₂ Norm) The Euclidean norm, or norm, is defined as:
This norm represents the Euclidean distance from the vector’s endpoint to the origin, computed as the square root of the sum of squares of its components. The Euclidean norm is our intuitive notion of “straight-line” distance in .
In two dimensions, the set of all vectors with forms a circular unit ball. This set captures the idea that all points on the circle are equidistant from the origin in terms of the Euclidean distance.
Notational Remark
The Euclidean norm is often used by default unless stated otherwise, given its natural geometric interpretation and simplicity in common vector and matrix calculations.
Geometric Interpretation of the Triangle Inequality
In geometric terms, the triangle inequality (a norm property) states that for any triangle, the sum of the lengths of any two sides is always at least the length of the third side. This property preserves the shortest distance path concept and is foundational in both Euclidean geometry and general vector space theory.
Summary
In summary, norms are essential tools in vector spaces for measuring vector lengths or magnitudes, with properties that ensure consistency with geometric intuition. The Manhattan norm provides a “taxi-cab” or axis-aligned measure, while the Euclidean norm offers a direct, radial distance from the origin, forming the basis for much of the analysis in finite-dimensional vector spaces.