Let $V=R^3$, and define ${f_1,f_2,f_3} \in V^*$ as follows: $f_1(x,y,z)=x-2y, f_2(x,y,z)=x+y+z$, prove that ${f_1,f_2,f_3}$ is a basis for $V^*$.

dual-spaceslinear algebra

Let $V=R^3$, and define ${f_1,f_2,f_3} \in V^*$ as follows: $f_1(x,y,z)=x-2y, f_2(x,y,z)=x+y+z$, prove that ${f_1,f_2,f_3}$ is a basis for $V^*$.

I heard that all I need is to prove that ${f_1,f_2,f_3}$ are linearly independent and I can skip through the span part because $dim(V)=dim(V^*)$. Can someone explain why?

Best Answer

Try to find a basis $v_1,v_2,v_3$ for $V$ for which $f_1,f_2,f_3$ is its dual basis. Then, to see the independence, suppose that the zero functional, $0$, can be written as $$a_1f_1 + a_2f_2 + a_3f_3 = 0$$ for some scalars $a_1,a_2$ and $a_3$. Evaluating at $v_1,v_2$ and $v_3$ we obtain that $$0 = a_1f_1(v_1) + a_2f_2(v_1) = a_3f_3(v_1) = a_1$$ $$0 = a_1f_1(v_2) + a_2f_2(v_2) = a_3f_3(v_2) = a_2$$ $$0 = a_1f_1(v_3) + a_2f_2(v_3) = a_3f_3(v_3) = a_3$$ that is, they are linearly independent. Of course, you may think how to find $v_1,v_2$ and $v_3$. Hint : every $x \in V$ can be written as $$x = f_1(x)v_1 + f_2(x)v_2 + f_3(x)v_3$$ since $f_1,f_2$ and $f_3$ are just the coordinate functions with respect to that basis.

Related Question