The Null Space Explained
Introduction to Vector Spaces
What is a Vector Space?
We've talked about vectors as arrows with magnitude and direction. But in linear algebra, the idea of a vector is much broader. A vector can be an arrow, a list of numbers, a polynomial, or even a function. What makes them all 'vectors' is that they belong to a special collection called a vector space.
A vector space is essentially a playground for vectors. It's a set of objects, which we call vectors, that follow a specific set of rules for two basic operations: vector addition and scalar multiplication. As long as these rules are obeyed, we can call the set a vector space.
Think of it like a sandbox. You can add sand together (vector addition) or take a certain amount of sand (scalar multiplication), and you're still left with sand in the sandbox. The rules of a vector space ensure that when you combine vectors or scale them, you always end up with another vector that's still inside the same space. It's a closed, consistent system.
Here are the ten official rules, or axioms, that a set must satisfy to be a vector space. Let , , and be vectors in the space, and let and be scalars:
- Closure under addition: If you add any two vectors and , their sum is also in the space.
- Commutativity of addition: . The order doesn't matter.
- Associativity of addition: . Grouping doesn't matter.
- Zero vector: The space contains a zero vector such that for any vector .
- Additive inverse: For every vector , there is an inverse vector such that .
- Closure under scalar multiplication: If you multiply any vector by any scalar , the result is also in the space.
- Distributivity (vector sum): .
- Distributivity (scalar sum): .
- Associativity of scalar multiplication: .
- Scalar identity: .
These rules aren't just arbitrary. They guarantee that the space behaves in a predictable, consistent way, much like the numbers we use every day.
Examples Beyond Arrows
The familiar 2D plane, known as , is a classic vector space. The vectors are points like , and they follow all ten rules. The same is true for 3D space, , and even higher-dimensional spaces like .
But the concept is more powerful than that. Consider the set of all polynomials of degree 2 or less. A typical element, or 'vector', in this space looks like . Let's check a couple of rules.
If we add two such polynomials, say and , we get , which is still a polynomial of degree 2 or less. So, it's closed under addition. If we multiply a polynomial by a scalar , we get , which is also in the set. It turns out this set of polynomials satisfies all ten axioms, making it a perfectly valid vector space.
Spanning a Space
Within a vector space, we can create new vectors by stretching and adding existing ones. This process is called making a linear combination.
For example, if we have two vectors and , a linear combination of them would be any vector that can be written as:
Here, and are just any scalars. The set of all possible linear combinations of a group of vectors is called their span. The span is the entire region of the vector space you can reach using only those starting vectors.
If you have two non-parallel vectors in , their span is a plane passing through the origin. If you have just one non-zero vector, its span is a line passing through the origin. The span of a set of vectors is always a vector space itself.
Subspaces
This leads to a crucial idea: a subspace. A subspace is a vector space that is contained within another, larger vector space. Think of the 3D world we live in (). A flat plane that passes through the origin is a subspace of . Any line passing through the origin is also a subspace. They are smaller, self-contained vector spaces living inside the bigger one.
To be a subspace, a set must satisfy three simple conditions:
- It must contain the zero vector.
- It must be closed under vector addition. (If you add two vectors from the subspace, the result is still in the subspace.)
- It must be closed under scalar multiplication. (If you scale a vector from the subspace, the result is still in the subspace.)
Notice that these three rules are a shortcut. If they hold, all ten vector space axioms are automatically satisfied. Every span of a set of vectors is a subspace.
Why are subspaces important? They help us break down complex vector spaces into simpler, more manageable parts. Understanding the structure of a vector space often means understanding its various subspaces.
What is the defining characteristic of a set of objects that allows it to be called a 'vector space'?
Which of the following properties is NOT one of the required axioms for a vector space? (Let and be vectors and be a scalar).
Vector spaces and subspaces are the fundamental building blocks for almost everything else in linear algebra. They provide the context for operations with matrices and understanding linear systems.