Let $V$ be some vector space, and $T \in \mathcal{L}(V)$. If $a \neq b$, then $G(a,T) \cap G(b,T) = \{0\}$, where $G(b,T)$ denotes the generalized eigenspace.
I am having a lot of trouble with this problem; I've been thinking about it for the past few days with no progress. Here is what I've come up with:
If $v \in G(\alpha,T) \cap G(\beta,T)$, then there $i,j \in \Bbb{N}$ such that $(T-aI)^i v =0$ and $(T-bI)^j v = 0$. WLOG, let $i$ and $j$ be the smallest such integers and suppose $i < j$. Then
$$w_1 := (T-aI)^{i-1}v \neq 0$$
and
$$w_2 := (T-aI)^{j-1} \neq 0$$
Note that $(T-aI)w_1 =0$ and therefore $Tw_1 = aw_1$; similarly, $Tw_2 = bw_2$...
I've played with this equations in various ways. My strategy = is to get $(\mbox{something non-zero}) \cdot v = 0$, which will obviously force $v=0$; but this is proving extremely difficult. My hope is that I can get $(a-b)v=0$, but I don't see how to do it.
I could use some help...
Following your set up, let $v\in G(a,T)\cap G(b,T)$ and let $i$ be the smallest number such that $(T-aI)^iv=0$. Let $w=(T-aI)^{i-1}v\neq 0$. Then $(T-aI)w=0$ and so $Tw=av$. As such for $\lambda \in \mathbb{F}$ and $n\in \mathbb{N}$, $(T-\lambda I)^nw=(a-\lambda)^n w$. Now let $j\in\mathbb{N}$ such that $(T-bI)^jv=0$. Now, $(T-aI)^{i-1}(T-bI)^jv=0$. However, both of these are polynomials of $T$ and therefore commute (if you are using Linear Algebra Done Right by Axler as I suspect you are this is 5.20 on page 144). As such, $0=(T-bI)^j(T-aI)^{i-1}v=(T-bI)^jw=(a-b)^jw$. However, that implies that $a=b$ which is a contradiction. As such, no such $v$ exists. (If you are using Axler this proof is modelled off of Axler's proof of 8.13).