Let $\{(a_{ij},...,a_{in}) \in T^n \mid i = 1,...,s \le n\}$ be a set of vectors. Prove that if $$|a_{jj}| \gt \sum_{i=1, i\neq j}^s|a_{ij}|, \quad 1 \leq j \leq s$$ then the set is linearly independent.
My attempt: I was trying an example with $n=s=3$,
$|a_{11}| \gt $$\sum_{i=1, i\neq j}^{n=3}|a_{i1}|= |a_{21}|+|a_{31}|$
$|a_{22}| \gt $$\sum_{i=1, i\neq j}^{n=3}|a_{i1}|= |a_{12}|+|a_{32}|$
$|a_{33}| \gt $$\sum_{i=1, i\neq j}^{n=3}|a_{i1}|= |a_{13}|+|a_{23}|$
For the linear independence we would have to satisfy, that $x=y=z=0$
$$ \begin{pmatrix} a_{11} & a_{12} & a_{13} \\ a_{21} & a_{22} & a_{23} \\ a_{31} & a_{32} & a_{33} \\ \end{pmatrix} \begin{pmatrix} x \\ y \\ z \\ \end{pmatrix} = \begin{pmatrix} 0 \\ 0 \\ 0 \\ \end{pmatrix} $$
But I just don't know what's next. Like the $|a_{jj}|$ are on the places where are pivots and if these elements are after Gauss elimination nonzero, then our given set in linearly independent. But I don't know how to prove it. Thanks for help.