Let $V$ be a vector space, let $W_1,...W_k$ be subspaces of V such that $V=W_1\oplus...\oplus W_k$. Let $$V_j = W_1 + \cdots + W_{j-1} + W_{j+1} + \cdots + W_k.$$
Prove the dual space $V^*$ has the direct sum decomposition $V^* = V_1^0 \oplus \cdots \oplus V_k^0$ where $V_j^0$ is the annihilator of $V_j$.
This question is already answered here. The operators given are $g_i(\alpha)=f(E_i\alpha)$ where $E_i\alpha=\alpha _i \in W_i$. It seems to work fine, each $g_i$ belongs to $V^0_i$ and $$f(\alpha)=f(E_1\alpha+...+E_k\alpha)=f(E_1\alpha)+..f(E_1\alpha)=g_1(\alpha)+...+g_k(\alpha)$$
but in order to conclude $V^* = V_1^0 \oplus \cdots \oplus V_k^0$ one needs to also verify $g_i$ are projections, that is
- $g^2_i= g_i$
- $g_i (g_j)=0$ for $i\neq j$
- range of $g_i = W_i$
I'm stuck veryfing this. For the first requisite $g^2_i(\alpha)=g_i[g_i(\alpha)]=g_i[f(\alpha _i)]$ but this is a functional evaluated by a scalar. Same problem happens for the second. Any help with this or any suggestion of other projections is greatly appreciated.