Saturday, August 17, 2019

Linear Algebra- Independence [Probably a Stupid Question]


Given two vector spaces VW over a field F (where V is a proper subspace of W ). If we have three elements x,y,zW . does the following two statements are true?(I can't find any reason for them to not be true, but it seems strange that both will be true)


(a) if x,y,z are linearly independent as elements in V , then they are also independent in W .


(b) is x,y,z are linearly independent as elements in W , then they are also independent in V .


What do you think? Is it true that both statements are correct?


Thanks in advance


Answer



Yes, both are correct.


Both just say that if αx+βy+γz=0, where α,β,γF, then α=β=γ=0F. This works because the scalar multiplication, vector addition, and zero vector are the same in V and W.



(And no, it’s not a stupid question: this is the sort of picky detail that you should worry about.)


No comments:

Post a Comment

analysis - Injection, making bijection

I have injection f:AB and I want to get bijection. Can I just resting codomain to f(A)? I know that every function i...