Let $T$ be a linear transformation on a finite dimensional vector space $V$ and let $V_1$ and $V_2$ be subspaces of $V$. then which of the following statements is Corrects ?
$(a)$ $T(V_1\cap V_2) = T(V_1) \cap T(V_2).$
$(b)$ $T(V_1 \cup V_2) = T(V_1) \cup T(V_2).$
My attempts : i know that intersection two subspaces is subspaces and union of two subspace need not to be subspaces
so option $a)$ is correct
option $b)$ is not corrects
Is it true ??
(a) is false. Take $T\colon\mathbb{R}^2\longrightarrow\mathbb{R}^2$ defined by $f(x,y)=(x+y,0)$. If$$V_1=\{(x,0)\,|\,x\in\mathbb{R}\}\text{ and }V_2=\{(0,x)\,|\,x\in\mathbb{R}\},$$then $T(V_1\cap V_2)=T(\{0\})=\{0\}$, whereas $T(V_1)\cap T(V_2)=\{(x,0)\,|\,x\in\mathbb{R}\}$.
(b) this holds for every funtion (linear or otherwise).