First, letβs rewrite the vector space as
\begin{equation*}
V = \{ \begin{bmatrix}
u_1 \\ u_2
\end{bmatrix} \; | \; \text{$au_1+bu_2=0$, with $a$ and $b$ both not 0.}\}
\end{equation*}
because this is the same set of points, but it is written in terms of a vector, which makes things easier to show. As stated above, since
\(V\) is a subset of
\(\mathbb{R}^2\text{,}\) we donβt need to prove properties 2--5, 7--10, which hold because we already showed that these properties show. Instead, to save time and effort, we only prove properties 1 and 6 of definition of a vector space in
DefinitionΒ 3.1.1.
-
Let
\(\vec{u}, \vec{v} \in V\text{.}\) Therefore the two equations
\(au_1+bu_2=0\) and
\(av_1+bv_2=0\) are satisfied. Now check the sum,
\begin{equation*}
\vec{u} + \vec{v} = \begin{bmatrix}
u_1 + v_1 \\
u_2 + v_2
\end{bmatrix}
\end{equation*}
and need to show that this is in
\(V\text{.}\) Since
\begin{align*}
a(u_1 + v_1) + b(u_2+v_2) \amp = au_1 + av_1 + bu_2 + bv_2\\
\amp =(au_1 + bu_2) + (av_1 + bv_2) = 0 + 0 = 0
\end{align*}
then
\(\vec{u}+\vec{v} \in V\text{.}\)
-
We need to show that
\(r \cdot \vec{u} \in V\text{,}\) so that the vector
\(r\cdot\vec{u}\) satisfies the property that the line passes through the origin.
\begin{equation*}
r \cdot \vec{u} = \begin{bmatrix}
r u_1 \\ r u_2
\end{bmatrix}
\end{equation*}
and since
\(au_1 + bu_2 = 0\text{,}\) then
\begin{equation*}
r \cdot 0 = r(au_1 + bu_2) = a (ru_1) + b (r u_2) =0
\end{equation*}
therefore
\(r \cdot \vec{u} \in V\text{.}\)
So this is a vector space.