Let $\mathbb{V}$ a vector space with inner product and finite dimension.
Prove that, if $f \in \text{End}(\mathbb{V})$ then $\text{Im}(f) = \text{Im}(f \circ f^*)$, where $f^*$ is the adjoint operator of $f$
My attempt:
$\supseteq$) Let $v\in \text{Im}(f \circ f^*)$. Then, $\exists w \in \mathbb{V}$ such that $(f \circ f^*)(w) = v$. This means $f(f^*(w)) = v$ so we can take $\alpha = f^*(w)$ and then we have $f(\alpha) = v \Rightarrow v \in \text{Im}(f)$
$\subseteq$) Let $v \in \text{Im}(f)$. Then, $\exists w \in \mathbb{V}$ such that $f(w) = v$. We want to see $v\in \text{Im}(f \circ f^*)$ which happens iff $\exists w' \in \mathbb{V} \text{ such that } f(f^*(w')) = v$. In order to prove this, i would like to take $w'$ so that $f^*(w') = w$ but i can't find a way to accomplish this.
Any help to end this proof?