Let $V$ be an inner product space. Given any linear operator $T$ on $V$ is it always possible that $V=N(T)+R(T)$, if so how to prove it? Furthermore, is it correct to say that not every such $T$ s.t. $V=N(T)\oplus R(T)$ but if so, it uniquely determine an orthogonal projection? I'm thinking about what's needed to make a linear operator $T$ a projection, and what's needed to further make such $T$ become orthogonal projection.
I'm learning linear algebra so normally everything should be considered finite-dimensional, but the definitions of (orthogonal-)projection I read are not restricted on finite-dimensional, and it's quite confusing, for example if $V$ is infinite dimensional, and $W$ is a finite dimensional subspace of $V$, then $V=W\oplus W^\perp$, but is this still correct if $W$ is not finite dimensional?
First, $N(T)^\perp = R(T^*)$ is always true in a finite dimensional space. Suppose rows of $T$ is $r_1,\cdots, r_n$, then if $x\in N(T)$ $$ Tx=\begin{bmatrix} \langle r_1,x \rangle\\ \langle r_2,x \rangle\\ \vdots \\ \langle r_n,x \rangle \end{bmatrix}=0 $$ and $x$ is perpendicular to the generators of $R(T^*)$. Also, in the finite dimensional space, $V=W \oplus W^\perp$ is always true, so $V=N(T)\oplus R(T^*)$.
If $R(T)=R(T^*)$, which is equivalent to $T$ being orthogonal $T=T^*$, then $V=N(T) \oplus R(T)$. In a finite dimensional real vector space, this is equivalent to $T$ being symmetric.
*Edit: I added the last paragraph.