Can someone help me visualize what is going on here? What is the difference between $[S ∩ T ]$ and $[S] ∩ [T]$?
2025-04-15 09:30:59.1744709459
If $S, T$ are subsets of a vector space, is $[S ∩ T ] = [S] ∩ [T ]$?
162 Views Asked by Jackie Vazquez https://math.techqa.club/user/jackie-vazquez/detail At
2
On one hand: $$S \cap T \subseteq S \subseteq [S] \implies [S \cap T]\subseteq [S],$$and similarly $[S\cap T]\subseteq[T]$, hence $[S \cap T]\subseteq [S]\cap [T]$. In words: the linear span of the intersection of two sets is contained in the intersection of the linear span of the two sets.
The other inclusion is, in general, false. Take for example in $\Bbb R^2$: $$S = \{(1,0),(0,1)\}, \quad T = \{(1,1)\},$$so that: $$[S \cap T] = \{0\} \supsetneq [S]\cap [T] = \Bbb R^2 \cap \Bbb R(1,1) = \Bbb R(1,1).$$
Obs.: I use $\Bbb R(1,1)$ as the set $\{\lambda(1,1) \mid \lambda \in \Bbb R\}$, that is, the line passing through the origin with direction $(1,1)$.