I'm trying to show the following:
Let $M$ be a $R$ vector space, define $M^*=Hom_F(M,R)$. Let $V,W$ be finite dimension $R$ vector spaces, $A:V\to W$ be linear, define $A^*:W^*\to V^*$ to be $A^*(f)=f\circ A$. Let $N$ be a subspace of a vector space $M$, define $N^0$ to be $\{f\in M^*:\forall n\in N, f(n)=0\}$.
Show $Im(A^*)=(Ker(A))^0$.
My argument:
Note $Im(A^*)\subseteq (Ker(A))^0$ is trivial.
To show the other containment, let $f\in (Ker(A))^0$, then $\phi(v+Ker(A))=A(v)$ is an isomorphism. Thus $\phi^{-1}:Im(A)\to V/Ker(A)$ is well-defined. Note the kernal of A is a subset of the kernal of f, so $F:V/Ker(A)\to R, F(v+Ker(A))=f(v)$ is well-defined homomorphism. Thus, we have $A^*(F\circ \phi^{-1})(v)=f(v)$ for all $v\in V$ and so the annihilator of the kernal is a subset of Im(A^*).
This argument seems like did not use finite dimension, and my prof says it is wrong with infinite dimension, thus, I think I probably did something wrong in the proof, but where is it?
Remark: My solution is the same as the proof given in the link Image of dual map is annihilator of kernel. However, it did not use finite dimension as well...