Show that spans are subsets (vectors)

40 Views Asked by At

Show $S = \text{span} \space \{\overrightarrow{v_1} + ... + \overrightarrow{v_{i-1}} + \overrightarrow{v_{i+1}} + ... + \overrightarrow{v_k} \} \subseteq \text{span} \space \{\overrightarrow{v_1} + ... + \overrightarrow{v_k} \} = T$, where $1 \le i \le k$ and $\overrightarrow{v} \in \mathbb{R}^n$

Let $\overrightarrow{x} = c_1v_1 + ... + c_{i-1}v_{i-1} + c_{i+1}v_{i+1} + ... + c_{k}v_k \in S$

I need to show $\overrightarrow{x} \in T$ as well.

How do I show this formally?

What I am thinking: This may be weird because I was thinking of rewriting the span as a vector set in the form of $\overrightarrow{x}$ and letting coefficient of $v_{i} = 1$. But is that formal?

2

There are 2 best solutions below

3
On BEST ANSWER

What you have written is false, as DonAntonio points out in their answer. However, you might have meant to write $S=\operatorname{span}(v_1,\ldots,v_{i-1},v_{i+1},\ldots,v_k)$ and $T=\operatorname{span}(v_1,\ldots,v_k)$, in which case the claim $S\subset T$ is true. To establish it, use the hint below.

Hint: Suppose $x\in S$. Then, $$ x=c_{1}v_{1}+\cdots+c_{i-1}v_{i-1}+c_{i+1}v_{i+1}+\cdots+c_{k}v_{k} $$ for some scalars $c_{1},\ldots,c_{i-1},c_{i+1},\ldots,c_{k}$. Define a new scalar $c_{i}=0$. Then, $$ x=c_{1}v_{1}+\cdots+c_{k}v_{k}. $$ What does this tell you?

3
On

If I understood correctly, the claim is false: in the real plane $\;\Bbb R^2\;$

$$\text{Span}\,\left\{\;\binom10\;\right\}\rlap{\;\,/}\subset\text{Span}\,\left\{\;\binom10+\binom01=\binom11\;\right\}$$