linear-algebra-done-right-solutions icon indicating copy to clipboard operation
linear-algebra-done-right-solutions copied to clipboard

Solution to 3D.18 wrongly assumes that V is finite-dimensional

Open 4DA opened this issue 4 years ago • 2 comments

In referenced 3.61 vector spaces are set to be finite dimensional.

We can't make use assumption for V from 3D.18

4DA avatar Dec 14 '20 16:12 4DA

I agree. Do you have a solution?

I know how to solve it if we can take a basis of V, but how to do it if Axler avoids basis of infinite-dimensional stuff?

celiopassos avatar Dec 14 '20 22:12 celiopassos

Define $\phi_v$: $F$ -> $V$ as $\phi_v(f) = fv$, for $v \in V$ and $f \in F$.

$\phi_v \in L(F, V)$, so we can define $\Phi$: $V$ -> $L(F, V)$ as $ \Phi(v) = \phi_v $

Then we can examine the mapping to show that $\Phi$ is invertible.

4DA avatar Dec 15 '20 10:12 4DA