Proof check that span(v1,,vi,,vn)=span(v1,,αvi,,vn)\text{span}(v_1,\dots,v_i,\dots,v_n) = \text{span}(v_1,\dots,\alpha v_i,\dots,v_n)

Ozma

Junior Member
Joined
Oct 14, 2020
Messages
83
Let K\mathbb{K} be a field, let VV be a vector space over K\mathbb{K}, let nN{0}n \in \mathbb{N}\setminus\{0\} and let αK{0}\alpha \in \mathbb{K}\setminus\{0\}. Prove that span(v1,,vi,,vn)=span(v1,,αvi,,vn)\text{span}(v_1,\dots,v_i,\dots,v_n) = \text{span}(v_1,\dots,\alpha v_i,\dots,v_n) for each i{1,,n}i \in \{1,\dots,n\}.

My attempt: let i{1,,n}i \in \{1,\dots,n\} be arbitrary. Let By hypothesis, α0\alpha \ne 0 and so there exists α1K\alpha^{-1} \in \mathbb{K}. Since K\mathbb{K} is a field, for each βK\beta \in \mathbb{K} we have β=1Kβ=(α1α)β=(α1β)α\beta=1_\mathbb{K} \beta = (\alpha^{-1} \alpha) \beta = (\alpha^{-1}\beta)\alpha with α1βK\alpha^{-1} \beta \in \mathbb{K} due to the closure properties of fields. So, for elements v1,,vnv_1,\dots,v_n of VV and coefficients c1,,cnc_1,\dots,c_n of K\mathbb{K}, we have:

c1v1++civi++cnvn=c1v1++(α1ci)(αvi)++cnvnc_1 v_1+\dots+c_i v_i+\dots + c_n v_n = c_1 v_1 + \dots +(\alpha^{-1}c_i)(\alpha v_i) + \dots + c_n v_n
The LHS is a linear combination of the vectors v1,,vi,,vnv_1,\dots, v_i, \dots, v_n while the RHS is a linear combination of the vectors v1,,αvi,,vnv_1,\dots,\alpha v_i, \dots, v_n. So the equality of LHS and RHS implies span(v1,,vi,,vn)span(v1,,αvi,,vn)\text{span}(v_1,\dots,v_i,\dots,v_n) \subseteq \text{span}(v_1,\dots,\alpha v_i,\dots,v_n) and span(v1,,αvi,,vn)span(v1,,vi,,vn)\text{span}(v_1,\dots,\alpha v_i,\dots,v_n)\subseteq \text{span}(v_1,\dots,v_i,\dots,v_n), ending the proof.

Question: is my proof correct? If not, can someone point out possible mistakes?
 
Last edited:
Why do you need that paragraph about β\beta?
Also, I can see how the equality implies the first inclusion but not the second.
 
@blamocur: Thanks for the help. The paragraph with β\beta was to clarify that the coefficient α1ci\alpha^{-1} c_i obtained later in the proof was indeed an element of the field, but you are right: I can avoid that by just pointing that out when I introduce α1ci\alpha^{-1} c_i. You are also right that the second inclusion does not follow from the equality I wrote, I will retry to prove the second inclusion as follow.

Let vspan(v1,,αvi,,vn)v \in \text{span}(v_1,\dots,\alpha v_i,\dots,v_n), hence v=c1v1++ci(αvi)++cnvnv=c_1 v_1 + \dots + c_i (\alpha v_i)+\dots+c_n v_n for some c1,,ci,,cnKc_1,\dots,c_i,\dots,c_n \in \mathbb{K}. Since:
c1v1++ci(αvi)++cnvn=c1v1++(ciα)vi++cnvnc_1 v_1 + \dots + c_i (\alpha v_i)+\dots+c_n v_n = c_1 v_1 + \dots + (c_i \alpha) v_i+\dots+c_n v_nwith ciαKc_i \alpha \in \mathbb{K} because fields are closed with respect to their elements multiplication. This shows that vv is a linear combination of v1,,vi,,vnv_1, \dots, v_i, \dots, v_n and so vspan(v1,,vi,,vn)v \in \text{span}(v_1,\dots,v_i,\dots, v_n).

Now it should be correct. Do you agree?
 
Last edited:
@blamocur: Thanks for the help. The paragraph with β\beta was to clarify that the coefficient α1ci\alpha^{-1} c_i obtained later in the proof was indeed an element of the field, but you are right: I can avoid that by just pointing that out when I introduce α1ci\alpha^{-1} c_i. You are also right that the second inclusion does not follow from the equality I wrote, I will retry to prove the second inclusion as follow.

Let vspan(v1,,αvi,,vn)v \in \text{span}(v_1,\dots,\alpha v_i,\dots,v_n), hence v=c1v1++ci(αvi)++cnvnv=c_1 v_1 + \dots + c_i (\alpha v_i)+\dots+c_n v_n for some c1,,ci,,cnKc_1,\dots,c_i,\dots,c_n \in \mathbb{K}. Since:
c1v1++ci(αvi)++cnvn=c1v1++(ciα)vi++cnvnc_1 v_1 + \dots + c_i (\alpha v_i)+\dots+c_n v_n = c_1 v_1 + \dots + (c_i \alpha) v_i+\dots+c_n v_nwith ciαKc_i \alpha \in \mathbb{K} because fields are closed with respect to their elements multiplication. This shows that vv is a linear combination of v1,,vi,,vnv_1, \dots, v_i, \dots, v_n and so vspan(v1,,vi,,vn)v \in \text{span}(v_1,\dots,v_i,\dots, v_n).

Now it should be correct. Do you agree?
Agree.
 
Top