I am asked if the following question is true or false:
Let $r,s$ be two parallel lines in $R^4$ then the dimension of $Span(r \cup s)$ is strictly less than $3$.
I think this is true because two parallel lines in $R^4$ can be described by the following two systems
\begin{cases} x = x_0 + at \\ y = y_0 + bt \\ z = z_0 + ct \\ w = w_0 + dt \end{cases}
\begin{cases} x = x_1 + at \\ y = y_1 + bt \\ z = z_1 + ct \\ w = w_1 + dt \end{cases}
and so the max dimension the span can obtain is when the vectors \begin{pmatrix} x_0 \\ y_0 \\ z_0 \\ w_0 \end{pmatrix} \begin{pmatrix} x_1 \\ y_1 \\ z_1 \\ w_1 \end{pmatrix}
are linearly independent, and because they are $2$ the max dimension obtained is $2$.
In the solutions the answer is instead false, why?
In fact the span of those two lines is the span of the three vectors $(x_0,y_0,z_0,w_0),(x_1,y_1,z_1,w_1),(a,b,c,d)$.