I'm having a hard time proving that $R^2$ is equal to the square of the sample correlation between $Y$ and $\hat{Y}$. Every book I search tells me that's very easy, like verbeek. They just state that from the definition of $R^2$ and knowing that $SST=SSR+SSE$, it's very easy to prove the claim. However, I've spent a lot of time thinking about it, with no sucess.
Any help would be appreciated.
EDIT (My try): $R^2=\frac{SSE}{SST}=1-\frac{SSR}{SST}$
Sample correlation$^2=\frac{\left(\sum(\hat{y_i}-\bar{y})(y_i-\bar{y})\right)^2}{ SST\cdot SSE }$
From then on, I have no idea...