\begin{align} f(t)= \begin{cases} t^2 & t\leq 0\\ 0 & t\geq 0 \end{cases} \end{align} \begin{align} g(t)= \begin{cases} 0 & t\leq 0\\ t^2 & t\geq 0 \end{cases} \end{align}
Consider the expression \begin{align} \lambda_{1} f+\lambda_{2} g=0 \end{align}
For $t<0$, $g(t)=0$ , so the expression has a non-trivial solution.
For $t\geq0$, $f(t) = 0$ , so the expression also has a non-trivial solution.
How do i show that $f$ and $g$ are indeed linearly independent?
What went wrong in my reasoning above?