I know this is really simple, but it's aggravating the hell out of me.
Say we have $(a,b,c),(x,y,z)\in\mathbb R^3$ such that $f(a,b,c) = f(x,y,z)$.
This means that: \begin{align}a+c &= x+z \\ b-2c &= y-2z\\ -a-b+c &= -x-y+z\end{align}
I can't find solutions to these, which tells me its probably injective. To make sure, I'd like to find a value to show that it's not, but I don't have the intuition. What should I be doing in these cases? Thanks.
The function is linear so $f(a,b,c)=f(x,y,z)$ iff $f(a-x,b-y,c-z)=0$.
So to prove that $f$ is injective it is sufficient to prove thta $f(x,y,z)=0 \Rightarrow (x,y,z)=(0,0,0)$ ( the same method can be used for any linear function).
So you only have to solve the system: \begin{align} &x+z=0\\ &y-2z=0\\ &-x-y+z=0 \end{align}