Introduction to Vector Spaces
A vector space (over ) consists of a set Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle V} along with two operations "" and "" subject to these conditions.
- For any .
- For any .
- For any .
- There is a zero vector such that for all .
- Each has an additive inverse such that .
- If is a scalar, that is, a member of and then the scalar multiple is in .
- If and then .
- If and , then .
- If and , then Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle (rs)\cdot\vec v=r\cdot(s\cdot\vec v)} .
- For any Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \vec v\in V} , Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle 1\cdot\vec v=\vec v} .
Remark: Because it involves two kinds of addition and two kinds of multiplication, that definition may seem confused. For instance, in condition 7 "", the first "Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle +} " is the real number addition operator while the "" to the right of the equals sign represents vector addition in the structure Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle V} . These expressions aren't ambiguous because, e.g., and Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle s} are real numbers so "Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle r+s} " can only mean real number addition.
Example: The set Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \R^2} is a vector space if the operations "Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle + } " and "" have their usual meaning.
- Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \binom{x_1}{x_2}+\binom{y_1}{y_2}=\binom{x_1+y_1}{x_2+y_2}\qquad r\cdot\binom{x_1}{x_2}=\binom{rx_1}{rx_2}}
We shall check all of the conditions.
There are five conditions in item 1. For 1, closure of addition, note that for any Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle v_1,v_2,w_1,w_2\in\R} the result of the sum
is a column array with two real entries, and so is in Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \R^2} . For 2, that addition of vectors commutes, take all entries to be real numbers and compute
- Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \binom{v_1}{v_2}+\binom{w_1}{w_2}=\binom{v_1+w_1}{v_2+w_2}=\binom{w_1+v_1}{w_2+v_2}=\binom{w_1}{w_2}+\binom{v_1}{v_2}}
(the second equality follows from the fact that the components of the vectors are real numbers, and the addition of real numbers is commutative). Condition 3, associativity of vector addition, is similar.
- Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \begin{align} \Bigg(\binom{v_1}{v_2}+\binom{w_1}{w_2}\Bigg)+\binom{u_1}{u_2} &=\binom{(v_1+w_1)+u_1}{(v_2+w_2)+u_2}\\ &=\binom{v_1+(w_1+u_1)}{v_2+(w_2+u_2)}\\ &=\binom{v_1}{v_2}+\Bigg(\binom{w_1}{w_2}+\binom{u_1}{u_2}\Bigg) \end{align}}
For the fourth condition we must produce a zero element — the vector of zeroes is it.
- Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \binom{v_1}{v_2}+\binom00=\binom{v_1}{v_2}}
For 5, to produce an additive inverse, note that for any Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle v_1,v_2\in\R} we have
- Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \binom{-v_1}{-v_2}+\binom{v_1}{v_2}=\binom00}
so the first vector is the desired additive inverse of the second.
The checks for the five conditions having to do with scalar multiplication are just as routine. For 6, closure under scalar multiplication, where Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle r,v_1,v_2\in\R} ,
- Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle r\cdot\binom{v_1}{v_2}=\binom{rv_1}{rv_2}}
is a column array with two real entries, and so is in . Next, this checks 7.
For 8, that scalar multiplication distributes from the left over vector addition, we have this.
The ninth
- Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle (rs)\cdot\binom{v_1}{v_2}=\binom{(rs)v_1}{(rs)v_2}=\binom{r(sv_1)}{r(sv_2)}=r\cdot\left(s\cdot\binom{v_1}{v_2}\right)}
and tenth conditions are also straightforward.
- Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle 1\cdot\binom{v_1}{v_2}=\binom{1v_1}{1v_2}=\binom{v_1}{v_2}}
In a similar way, each is a vector space with the usual operations of vector addition and scalar multiplication. (In Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \mathbb{R}^1 } , we usually do not write the members as column vectors, i.e., we usually do not write "Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle (\pi) } ". Instead we just write "".)