First, use "tex" and "/tex" at the beginning and end of an entire equation, not for individual parts:
[tex]T\begin{bmatrix}a \\ b \\ c \end{bmatrix}= \begin{bmatrix}a- b & b- c \\ a+ b & b+ c\end{bmatrix}[/tex].
Now, can we assume that you understand what "one to one" means? T is one to one if Tu= Tv only if u= v. Taking
[tex]u= \begin{bmatrix}a \\ b \\ c\end{bmatrix}[/tex]
and
[tex]v=\begin{bmatrix}x \\ y \\ z\end{bmatrix}[/tex]
then Tu= Tv means that
[tex]\begin{bmatrix}a- b & b- c \\ a+ b & b+ c\end{bmatrix}= \begin{bmatrix}x- y & y- z \\ x+ y & y+ z\end{bmatrix}[/tex]
which is the same as a- b= x- y, b- c= y- z, a+ b= x+ y, and b+ c= y+ z.
Can you prove from those equations that a= x, b= y, and c= z?
(Dick's method is equivalent to this, taking x= y= z= 0.)