$\require{AMScd}$ I'm learning some linear algebra and basic category theory, and have been asked to show two things.
- There is a canonical map $f: V \rightarrow V^{**}$
- The following diagram commutes:
$$ \begin{CD} V @>\phi>> W\\ @V{m_V}VV @VV{m_W}V\\ V^{**} @>>\phi^{**}> W^{**} \end{CD} $$
For the first problem, we exhibit the map $v \mapsto x \mapsto x(v)$ (note for posterity: originally I had written $v \mapsto v^* \mapsto v^*(v)$, making it seem like $v$ and $v^*$ were related).
For the second, I was able to perform the requisite symbol manipulation (though I had to do it mindlessly, as I find each expression nearly impossible to interpret. For example, $w^* \mapsto eval(\phi^*(w^*), v)$ is "the function that takes a function from $W$ to $k$ to a function that takes (the function from $W^*$ to $V^*$ (given by ...) and applies it to $w^*$) and applies it to v").
Anyway, I've inferred that the canonicality of the first map (i.e., the fact that it is basis-independent) is somehow related to the naturality indicated by the second diagram, but I don't understand why.
Is my inference correct, and is there a simple way to understand it (without having to understand much category theory beyond what a natural transformation is)?
As Kevin Carlson noted in the comments, you should not be defining the map $V \to V^{\ast\ast}$ by passing through the dual space $V^\ast$, since it is entirely unnecessary.
Instead we define $V\to V^{\ast\ast}$ by, as he remarked, $v \mapsto (x \mapsto x(v))$. This is canonical since it does not depend on any selection of basis (compared to any isomorphism $V\cong V^\ast$ which necessarily requires you to pick a basis).
To show that the diagram commutes, you should check that, given a $v\in V$, we get the same thing going along the top/right as along the left/bottom. Along the top/right, we get an element in $W^{\ast\ast}$ which is determined by $\phi(v) \mapsto (x\mapsto x(\phi(v))$, where $x\in W^\ast$. Along the left/bottom, we get an element in $W^{\ast\ast}$ which is $$\phi^{\ast\ast} \left( v\mapsto (y\mapsto y(v)) \right),$$ where $y\in V^\ast$.
You should check that these are the same by figuring out what $\phi^{\ast\ast}$ does.
Categorically: what is happening is that we have a natural isomorphism $\eta: \text{id} \Rightarrow (-)^{\ast\ast}$ between endofunctors on the category of vector spaces over some field $k$. What this means is that each of the components $V \to V^{\ast\ast}$ is an isomorphism. The reason this is interesting is that it ensures us that there is a canonical way to construct the isomorphism $V\cong V^{\ast\ast}$ without picking a basis.
We should compare this to the fact that there is no natural isomorphism $\text{id}\Rightarrow (-)^\ast$ from the identity to the dual functor, meaning that there is no canonical isomorphism $V\cong V^\ast$. This isomorphism does exist, it just means that we are forced to select a basis in order to show it.