0

Let $V$ be a linear space and $\alpha = f_1,\dots, f_m$ be a l.i. family in $V^*$(the dual space of $V$). Show that for every $1\le j\le m$ there exists a $v\in V$ such that $f_i(v) = \delta_{i,j}$ for all $1\le i\le m$

I understand that not all $f_i(v)$ for all $v$ can be zero if they're l.i. and that given that $f_i(w)=a\ne 0$ for some $w$ I can make it be $1$ for some $v$ by taking $v=\frac{1}{a}w$ but I'm stuck with how to show that all other $i$ are zero for some $v$. Any help would be appreciated.

1 Answers1

1

Here is an intuitive idea: think hyperplanes!!!

Since $\{f_j\}_{j=1}^m$ is linearly independent, we know that $\ker f_i \neq \ker f_j$ for $i\neq j$. Besides, $\dim\ker f_i = \dim V -1$ for all $i\in\{1,\cdots,m\}$.

Let $k\in\{1,\cdots, m\}$ be fixed. We shall construct $v_k\in V$ such that $f_i(v_k) = \delta_{ik}$. One knows that $W = \bigcap_{i\neq k} \ker f_i$ has dimension $\dim V - m+1>0$. Now, we are allowed to take $w_k\in W$ such that $f_k(w_k) = a_k \neq 0$ (and thus define $v_k = \frac{1}{a_k} w_k$, as you thought) because $\{f_j\}$ is linearly independent.

Rodrigo Dias
  • 4,310
  • 1
  • 12
  • 29