Thursday, September 8, 2016

Help Understanding Fields



I came across this problem in a Linear Algebra text today:



Let u and v be distinct vectors in a vector space V over a field F. Prove that {u,v} is linearly independent if and only if {u+v,uv} is linearly independent.



Working on (), I must show that


c1(u+v)+c2(uv)=0c1=c2=0, where c1,c2F.


Using linear independence of {u,v} I arrive at the equation c1+c1=0. However, if F=Z2 then 1+1=0. Also, if c1 and c2 were "integers" then in a field of characteristic 2 I have


c1+c1=(1++1)c1 times+(1++1)c1 times=(1+1)++(1+1)=0++0=0


However, I'm assuming that they're integers and I'm not sure (as for example R is a field which isn't only integers) that x+x=0 in any field with characteristic 2. Can someone clarify?


Also, I see often the restriction that F be of characteristic not equal to 2. Why is that?



My knowledge of fields is very limited so any references would also be appreciated.


Thank-you.


Answer



The statement you are trying to prove is, indeed, not true if the field has characteristic 2. If u=(1,0) and v=(0,1) then u and v are linearly independent but u+v=uv=(1,1).


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...