So I can define $z=t+y$ and if I put the vectors into a matrix I get the following system of equations:
$x=0$
$y=0$
$y+t=0$
$t=0 $
Which clearly only has one solution, the trivial solution, therefore the vectors must be linearly independent and therefore form a basis... however I know that's a contradiction because there's no proper subspace of $\mathbb R^4$ that has $\dim=4$
I wrote the linear combination down and through some algebra, I was able to get a different basis for the subspace in the following form:
$x(1,0,0,0) +y(0,1,1,0)+t(0,0,1,1)$
This is also linearly independent and forms a basis for the subspace, and the $\dim=3$ which makes more sense.... but I was only able to reach this basis through intuition and algebra and not a methodical approach... any pointers?