Explain why a given set with defined addition and scalar multiplication does satisfy a given vector space property, but nonetheless isn't a vector space.
Subsection2.1.1Class Activities
Observation2.1.1.
Several properties of the real numbers, such as commutivity:
\begin{equation*}
x + y = y + x
\end{equation*}
also hold for Euclidean vectors with multiple components:
Consider each of the following properties of the real numbers \(\IR^1\text{.}\) Label each property as valid if the property also holds for two-dimensional Euclidean vectors \(\vec u,\vec v,\vec w\in\IR^2\) and numbers \(a,b\in\IR\text{,}\) and invalid if it does not.
There exists some \(\vec z\) where \(\vec v +\vec z =\vec v\text{.}\)
There exists some \(-\vec v\) where \(\vec v+(-\vec v)=\vec z\text{.}\)
If \(\vec u\not=\vec v\text{,}\) then \(\frac{1}{2}(\vec u +\vec v )\) is the only vector equally distant from both \(\vec u\) and \(\vec v\)
\(a(b\vec v)=(ab)\vec v\text{.}\)
\(1\vec v=\vec v\text{.}\)
If \(\vec u\not=\vec 0\text{,}\) then there exists some number \(c\) such that \(c\vec u=\vec v\text{.}\)
\(a(\vec u+\vec v)=a\vec u+a\vec v\text{.}\)
\((a+b)\vec v=a\vec v+b\vec v\text{.}\)
Definition2.1.3.
A vector space \(V\) is any set of mathematical objects, called vectors, and a set of numbers, called scalars, with associated addition \(\oplus\) and scalar multiplication \(\odot\) operations that satisfy the following properties. Let \(\vec u,\vec v,\vec w\) be vectors belonging to \(V\text{,}\) and let \(a,b\) be scalars.
In this text, we only consider real vector spaces, i.e. those whose scalars come from \(\IR\text{.}\) However, one can similarly define vector spaces with scalars from other fields like the complex or rational numbers.
satisfies all eight requirements for component-wise addition and scalar multiplication.
Remark2.1.7.
Every Euclidean space \(\IR^n\) is a vector space, but there are other examples of vector spaces as well.
For example, consider the set \(\IC\) of complex numbers with the usual defintions of addition and scalar multiplication, and let \(\vec u=a+b\mathbf{i}\text{,}\)\(\vec v=c+d\mathbf{i}\text{,}\) and \(\vec w=e+f\mathbf{i}\text{.}\) Then
Let \(\vec u, \vec v\) be in \(V\) with \(\vec u=(1, 2)\) and \(\vec v=(2, 4)\text{.}\) Using the operations defined for \(V\text{,}\) which of the following is \(\vec u\oplus\vec v\text{?}\)
\(\displaystyle (2, 6)\)
\(\displaystyle (2, 8)\)
\(\displaystyle (3, 6)\)
\(\displaystyle (3, 8)\)
Activity2.1.11.
Consider the set \(V=\setBuilder{(x,y)}{y=2^x}\) with operations \(\oplus,\odot\) defined by
for all \((x,y)\in V\) by choosing appropriate values for \(\vec{z}=(\unknown,\unknown)\) and using those to simplify \((x,y)\oplus(\unknown,\unknown)=(x,y)\) to \((x,y)\text{.}\)
Remark2.1.13.
It turns out \(V=\setBuilder{(x,y)}{y=2^x}\) with operations \(\oplus,\odot\) defined by
Show that \(1\) is the scalar multiplication identity element by simplifying \(1\odot(x,y)\) to \((x,y)\text{.}\)
(b)
Show that \(V\) does not have an additive identity element \(\vec z=(z,w)\) by showing that \((0,-1)\oplus(z,w)\not=(0,-1)\) for any possible values of \(z,w\text{.}\)
Show that \(\mathbb{R}^+\text{,}\) the set of positive real numbers, is a vector space, but where \(x\oplus y\) really means the product (so \(2 \oplus 3 = 6\)), and where scalar multiplication \(\alpha\odot x\) really means \(x^\alpha\text{.}\) Yes, you really do need to check all of the properties, but this is the only time I'll make you do so. Remember, examples aren't proofs, so you should start with arbitrary elements of \(\mathbb R^+\) for your vectors. Make sure you're careful about telling the reader what \(\alpha\) means.
Prove that the additive identity \(\vec{z}\) in an arbitrary vector space is unique.
Prove that additive inverses are unique. Assume you have a vector space \(V\) and some \(\vec{v} \in V\text{.}\) Further, assume \(\vec{w_1},\vec{w_2} \in V\) with \(\vec{v} \oplus \vec{w_1} = \vec{v} \oplus \vec{w_2} = \vec{z}\text{.}\) Prove that \(\vec{w_1} = \vec{w_2}\text{.}\)
Exploration2.1.17.
Consider the vector space of polynomials, \(\P_n\text{.}\) Suppose further that \(n= ab\text{,}\) where \(a \mbox{ and } b\) are each positive integers. Conjecture a relationship between \(M_{a,b}\) and \(\P_n\text{.}\) We will investigate this further in section Section 2.8