My book presents the following matrix:
\begin{bmatrix}1&0&3&0&-4\\0&1&-1&0&2\\0&0&0&1&-2\\0&0&0&0&0\end{bmatrix}
The book denotes the columns as $a_1, \ldots, a_5$ and asks us to say whether the following columns are linearly independent:
$$\{a_1, a_2, a_4\}, \{a_1, a_2, a_3\}, \{a_1, a_3, a_5\}$$
The book's answer is as follows:
Because $a_3 = 3a_1 - a_2, \{a_1, a_2, a_3\}$ is linearly dependent. So, $\{a_1, a_2, a_4\}$ and $\{a_1, a_3, a_5\}$ are linearly independent.
I already understand how to get the correct answer for this problem; you just look at the matrix and see whether one of them can be represented as a linear combination of the others or not. I'm just confused on the book's way of doing it. I'm confused on where they say "So, $\{a_1, a_2, a_4\}$ and $\{a_1, a_3, a_5\}$ are linearly independent" -- it seems like they're coming to that conclusion from seeing that $a_3 = 3a_1 - a_2$ , and I don't understand how those other sets' linear independence can be concluded from that?