Suppose $V$ is a $3$-dimensional vector space, suppose I have $2$ planes $S_1$ and $S_2$ going through the origin, then they must at least intersect at a line.
Suppose $V$ is a $4$-dimensional vector space, suppose I have $2$ planes $S_1$ and $S_2$ going through the origin, then they must at least intersect at the origin.
Then the more general question is, if I have an $n$-dimensional vector space $V$, and I have two subspaces $S_1$ and $S_2$ with dimension $r$, their intersection forms an at least dimension $(n-r)$ subspace.
I'm trying to prove this: first take $S_1$ and $S_2$ as $2$ dimensional subspaces (a plane), then choose linearly independent $v_1, v_2$ to form $S_1$, then choose linearly independent $v_3, v_4$ to form $S_2$, then their intersection is $a_1v_1 + a_2v_2 = a_3v_3 + a_4v_4$.
$a_1v_1 + a_2v_2 - a_3v_3 - a_4v_4 = 0$.
Suppose $V$ is an $n$-dimensional space, then there's $(n-r)$ redundant $v$ here that can be expressed as other $v$'s linear combination, then I'm blocked here. How do I say that their intersection is at least dimension $(n-r)$ subspace? Also I can't find the equation to describe the intersection subspace.