I'm having a bit of trouble understanding the concept of dimension of a span. I know that the dimension of a set of vectors is the number of vectors in the basis, but for the following questions I am not told that the set is a basis, nor that the set is linearly independent. How can I conclude the following:
- Suppose S is a collection of 93 vectors in $\mathbb{R(74)}$. Then, dim(span(S)) is greater than or equal to...
All I know that I can conclude from this question is that S is not a basis of $\mathbb{R(74)}$ since there are 93 vectors in S and therefore it is linearly dependent. I'm not sure if this can help me solve the question, however.
- Suppose S is a collection of 44 pairwise distinct vectors in $\mathbb{R(61)}$. Then dim(span(S)) is greater than or equal to...
I'm not sure what exactly it means that the vectors are "pairwise distinct". If anyone can provide a definition that would be greatly appreciated.
Thanks for any help!
Let $V$ be a vector space with finite dimension $\dim(V)=n$
Let $U=\{u_1,u_2,u_3,\dots,u_k\}$ be a collection of vectors from $V$
We have the following tight bounds:
$$0\leq \dim(\text{span}(U))\leq \min(n,k)$$
It could be as low as zero, for example in the case where all vectors in $U$ are the zero vector.
In the case that $k\leq n$ it could be as high as $k$ when all $k$ of the vectors are linearly independent and it could be no higher since if all $k$ of the vectors are linearly independent then $U$ would be a basis for $\text{span}(U)$, implying the dimension is exactly $k$.
In the case that $n\leq k$ it could be as high as $n$ when $\text{span}(U)=V$ and it could not be higher since that would imply we could find $n+1$ or more linearly independent vectors in $V$, contradicting that $\dim(V)=n$, i.e. that there is a basis of $n$ vectors in $V$ that spans the whole space.
You ask for a definition of "pairwise distinct." A collection of objects $\{a_1,a_2,a_3,\dots,a_n\}$ are considered pairwise distinct iff for every $i,j\in\{1,2,3\dots,n\}$ we have $i\neq j\implies a_i\neq a_j$, or equivalently $a_i=a_j\implies i=j$. That is to say, no object appears in the collection more than once.
For your specific problems:
$~$