I came across this question in one of the linear algebra textbooks:
Proof the linear independence of the following set $\{f_i ∣ i\in\mathbb{N}\}$, such that $f_i : \mathbb{N}\to\mathbb{Q}$ defined as follows:
For $n\in\mathbb{N}$, $$f_i (n) = \begin{cases} -n & \text{for }n \geq i \\ 0 & \text{for }n < i \end{cases} $$
What would be an appropriate approach to check the independence of this infinite set? I thought long about it but was unable to come up with anything.
Any help would be appreciated. Thanks!
View each function as an infinite vector
$$v_i = \left( \begin{array}{c} f_i (1)\\ f_i (2) \\ f_i (3)\\ \vdots \end{array}\right) = \left( \begin{array}{c} 0\\0\\\vdots\\0\\-i\\ -i-1\\-i-2\\\vdots\end{array}\right)$$
in $\prod_{n\in\mathbb{N}}\mathbb{N} $, and show that the $v_i $ are linearly independent (this is more natural way to view it in my opinion). For example, for $i=5$, $v_i = (0,0,0,0,-5,-6,-7,...)$
Then to check linear Independence, we check that the following is true only when all coefficients $a_i $ are zero: $$ \sum_{i\geq 1} a_i v_i = \left( \begin{array}{c} -a_1 \\ -2(a_1 + a_2) \\ -3 (a_1 + a_2 + a_3) \\ \vdots \end{array}\right) = \left( \begin{array}{c} 0 \\ 0 \\ 0 \\ \vdots \end{array}\right)$$
But that's clear, since if we solve for the first entry we get $a_1 = 0$. Substituting that into the next entry we get $a_2 = 0$. Continuing to infinity, we see that $$ a_i = 0 \qquad \mbox{ for all } i\geq 1$$