Section 1.1 Definition and examples
- Addition:
- Scalar multiplication:
where is a real number, or scalar.
We can then observe a number of properties enjoyed by these operations. In your first course, you may have observed some of these properties geometrically, using the “tip-to-tail” rule for vector addition, as shown in Figure 1.1.1
-
Vector addition is commutative. That is, for any vectors
and we haveThis is true because addition is commutative for the real numbers: -
Vector addition is associative. That is, for any vectors
and we haveThis tells us that placement of parentheses doesn’t matter, which is essential for extending addition (which is defined as an operation on two vectors) to sums of three or more vectors.Again, this property is true because it is true for real numbers: -
Vector addition has an identity element. This is a vector that has no effect when added to another vector, or in other words, the zero vector. Again, it inherits its property from the behaviour of the real number 0.For any
the vector satisfies - Every vector has an inverse with respect to addition, or, in other words, a negative. Given a vector
the vector satisfies(We will leave this one for you to check.) -
Scalar multiplication is compatible with addition in two different ways. First, it is distributive over vector addition: for any scalar
and vectors we haveUnsurprisingly, this property is inherited from the distributive property of the real numbers: -
Second, scalar multiplication is also distributive with respect to scalar addition: for any scalars
and and vector we haveAgain, this is because real number addition is distributive: -
Scalar multiplication is also associative. Given scalars
and a vector we haveThis is inherited from the associativity of real number multiplication: - Finally, there is a “normalization” result for scalar multiplication. For any vector
we have That is, the real number acts as an identity element with respect to scalar multiplication. (You can check this one yourself.)
You might be wondering why we bother to list the last property above. It’s true, but why do we need it? One reason comes from basic algebra, and solving equations. Suppose we have the equation where is some nonzero scalar, and we want to solve for Very early in our algebra careers, we learn that to solve, we “divide by ”.
Division doesn’t quite make sense in this context, but it certainly does make sense to multiply both sides by the multiplicative inverse of We then have and since scalar multiplication is associative, We know that so this boils down to It appears that we’ve solved the equation, but only if we know that
For an example where this fails, take our vectors as above, but redefine the scalar multiplication as The distributive and associative properties for scalar multiplication will still hold, but the normalization property fails. Algebra becomes very strange with this version of scalar multiplication. In particular, we can no longer conclude that if then
In a first course in linear algebra, these algebraic properties of vector addition and scalar multiplication are presented as a theorem. (After all, we have just demonstrated the truth of these results.) A second course in linear algebra (and in particular, abstract linear algebra), begins by taking that theorem and turning it into a definition. We will then do some exploration, to see if we can come up with some other examples that fit the definition; the significance of this is that we can expect the algebra in these examples to behave in essentially the same way as the vectors we’re familiar with.
Definition 1.1.3.
A real vector space (or vector space over ) is a nonempty set whose objects are called vectors, equipped with two operations:
- Addition, which is a map from
to that associates each ordered pair of vectors to a vector called the sum of and - Scalar multiplication, which is a map from
to that associates each real number and vector to a vector
The operations of addition and scalar multiplication are required to satisfy the following axioms:
- A1.
- A2.
- A3.
- A4.
- A5.
- S1.
- S2.
- S3.
- S4.
- S5.
Note that a zero vector must exist in every vector space. This simple observation is a key component of many proofs and counterexamples in linear algebra. In general, we may define a vector space whose scalars belong to a field A field is a set of objects whose algebraic properties are modelled after those of the real numbers.
The axioms for a field are not all that different than those for a vector space. The main difference is that in a field, multiplication is defined between elements of the field (and produces another element of the field), while scalar multiplication combines elements of two different sets.
Definition 1.1.4.
such that the following axioms are satisfied:
- A1: for all
- A2: for all
- A3: there exists an element
such that for all - A4: for each
there exists an element such that - M1: for all
- M2: for all
- M3: there exists an element
such that for all - M4: for each
with there exists an element such that - D: for all
Note how the axioms for multiplication in a field mirror the addition axioms much more closely than in a vector space. The only difference is the fact that there is one element without a multiplicative inverse; namely, the zero element.
While it is possible to study linear algebra over finite fields (like the integers modulo a prime number) we will only consider two fields: the real numbers and the complex numbers
Exercise 1.1.5.
Before we move on, let’s look at one example involving finite fields. Let with addition and multiplication defined modulo (For example, in since )
(a)
Show that is a field.
Hint.
You will need to recall properties of congruence from your introduction to proofs course.
(b)
Show that is not a field.
(c)
A vector space whose scalars are complex numbers will be called a complex vector space. While many students are initially intimidated by the complex numbers, most results in linear algebra work exactly the same over as they do over And where the results differ, things are usually easier with complex numbers, owing in part to the fact that all complex polynomials can be completely factored.
To help us gain familiarity with the abstract nature of Definition 1.1.3, let us consider some basic examples.
Example 1.1.6.
The following are examples of vector spaces. We leave verification of axioms as an exercise. (Verification will follow a process very similar to the discussion at the beginning of this section.)
- The set
of -tuples of real numbers, where we defineWe will also often use to refer to the vector space of column matrices where addition and scalar multiplication are defined as for matrices (and the same as the above, with the only difference being the way in which we choose to write our vectors). If the distinction between -tuples and column matrices is ever important, it will be made clear. - The set
of all sequences of real numbersAddition and scalar multiplication are defined in the same way as the only difference is that elements of contain infinitely many entries. - The set
of matrices, equipped with the usual matrix addition and scalar multiplication. -
The set
of all polynomialsof degree less than or equal to where, forwe defineandThe zero vector is the polynomialThis is the same as the addition and scalar multiplication we get for functions in general, using the “pointwise evaluation” definition: for polynomials and and a scalar we have andNotice that although this feels like a very different example, the vector space is in fact very similar to (or rather, to be precise). If we associate the polynomial with the vector the addition and scalar multiplication for either space behaves in exactly the same way. We will make this observation precise in Section 2.3. - The set
of all polynomials of any degree. The algebra works the same as it does in but there is an important difference: in both and every element in the set can be generated by setting values for a finite collection of coefficients. (In every polynomial can be obtained by choosing values for the coefficients ) But if we remove the restriction on the degree of our polynomials, there is then no limit on the number of coefficients we might need. (Even if any individual polynomial has a finite number of coefficients!) -
The set
of all functions where we define and The zero function is the function satisfying for all and the negative of a function is given by for allNote that while the vector space has an infinite nature that does not, the vector space is somehow more infinite! Using the language of Section 1.7, we can say that is finite dimensional, while and are infinite dimensional. In a more advanced course, one might make a further distinction: the dimension of is countably infinite, while the dimension of is uncountable.
Other common examples of vector spaces can be found online; for example, on Wikipedia 1 . It is also interesting to try to think of less common examples.
Exercises Exercises
1.
Can you think of a way to define a vector space structure on the set of all positive real numbers?
(a)
How should we define addition and scalar multiplication? Since the usual addition and scalar multiplication wont work, let’s denote addition by for and scalar multiplication by for and
Note: you can format any math in your answers using LaTeX, by putting a $ before and after the math. For example, is is
$x\oplus y$
, and $x\odot y$
.Hint.
Note that the function has domain and range What does it do to a sum? To a product?
(b)
Show that the addition you defined satisfies the commutative and associative properties.
Hint.
You can assume that these properties are true for real number multiplication.
(c)
- Remember that the identity needs to be an element of the set!
- Correct! Since nothing happens when we multiply by 1, we get
for any
Which of the following is the identity element in
Hint.
Remember that an identity element must satisfy for any
(d)
What is the inverse of an element
Hint.
Remember that an inverse must satisfy where is the identity element. What is and how is “addition” defined?
(e)
(f)
(g)
(h)
2.
True.
- This is the vector space
from Example 1.1.6. False.
- This is the vector space
from Example 1.1.6.
True or false: the set of all polynomials with real number coefficients and degree less than or equal to three is a vector space, using the usual polynomial addition and scalar multiplication.
3.
True.
- The set is not closed under addition. What happens if you add the polynomials
and False.
- The set is not closed under addition. What happens if you add the polynomials
and
True or false: the set of all polynomials with real number coefficients and degree greater than or equal to three, together with the zero polynomial, is a vector space, using the usual polynomial addition and scalar multiplication.
Hint.
Remember that a vector space must be closed under the operations of addition and scalar multiplication.
4.
True.
- The zero vector does not have unit length. Also, the sum of two unit vectors will usually not be a unit vector.
False.
- The zero vector does not have unit length. Also, the sum of two unit vectors will usually not be a unit vector.
True or false: the set of all vectors of unit length (that is, such that ) is a vector space with respect to the usual addition and scalar multiplication in
5.
6.
You have attempted 1 of 18 activities on this page.