I have to prove that the following set of functions $ \{ f_i \mid i \in \ \mathbb{N}\}$ is linear independent. The function is defined as followed:
$f_i \in \textrm{Map}(\mathbb{N},\mathbb{Q})$
$f_i(n) = \left\{ \begin{array}{rl} -n & \mbox{for } n \ge i \\ 0 & \mbox{for } n < i \end{array} \right. \qquad (n \in \mathbb{N}) $
I know that I can prove linear independence for given functions by using the general criterium for linear independence.
For instance, if I have the functions $f_1(x) = cos(x)$ and $f_2(x) = sin(x)$ then I have to solve the following equation:
$a * f_1(x) + b * f_2(x) = 0$ so $$a = b = 0$$.
But how do I apply this concept to the given set of functions?
I think I would not use the general criterium explicitly for the proof, but rather use the fact that your functions are 0 until a given point which is different for all functions, and then have the same value. But using this as the only argument probably implies some strong undertanding of what independance means.
So if you prefer, you can use the fact that the general criterium is equivalent to the fact that if the set is not independent, then you have:
$$\exists i_0, \exists (a_1, ..., a_k): f_{i_0} = \sum_{i \neq i_0} a_if_i$$
You can see that this is equivalent to the general criterium by subtracting $f_{i_0}$ from both sides of the equation.
In your case, take any of your function $f_i$, if you try to build it as a linear combination of the other functions you reach a problem:
I'm not sure this explanation is clear, though, is it ok?