Theorem about operators on complex vector spaces always having an upper triangular matrix

79 Views Asked by At

I'm reading the following proof of a theorem in Linear Algebra done right

Book extract

why is it obvious that $(T-\lambda I)u \in U$ from the definition of $U$? Surely if $u \in U$ it means there exists $v \in V$ such that $(T-\lambda I) v = u$. I don't see why it's then obvious that $(T - \lambda)u \in U$.

I'd really appreciate some clarity thanks!.

2

There are 2 best solutions below

1
On

If $u \in U$, then $u \in V$ because $U \subset V$. Now if you apply $(T-\lambda I)$ to an element of $V$, the result is an element of the range, which is by definition $U.$

0
On

It should be clear that $(T - \lambda I)u \in range(T- \lambda I)$.

By definition $U=range(T- \lambda I) !$