0
$\begingroup$

What suffices to show that two Linear Spaces are Isomorphic? The idea is intuitive though, but I'm not sure how to write it. Assuming exposure to only undergraduate linear algebra.

Say for example, set of all Row vectors in $ \mathbb{R}^n $ and set of all polynomials of degree $ < n$.

  • 0
    sorry, my bad. its strictly less than.. made the correction2012-11-13

2 Answers 2

3

Theorem: Two finite-dimensional vector spaces over a field are isomorphic if and only if they have the same dimension. So it is enough that you find a basis for each of your vector spaces, count their elements, and show that the two basis have the same number of elements.

  • 0
    Th$a$nks a lot for the answer!2012-11-14
2

The answer by Manos works if you know the vecctor spaces are finite-dimensional and you know (or can easily find) the dimensions.

In general, to show $V$ and $W$ are isomorphic, you have to find an invertible linear transformation from $V$ to $W$. That is, you have to find a function $T:V\to W$ such that

  1. $T(au+bv)=aT(u)+bT(v)$ for all scalars $a,b$ and all $u,v$ in $V$, and

  2. $T$ is one-one and onto.

So at the very least, you have to know what one-one means, and what onto means, and how to prove something is one-one, and how to prove something is onto.

  • 0
    Even in the finite-dimensional case, you have to know what to do in case you don't know the dimensions.2012-11-14