I was having linear algebra class and we have been discussing about a possible group homomorphism that might allow mapping between two vector spaces over two different fields
This is also an extension of this question
Suppose we have vector spaces $V$ and $W$ over some general field $\mathbb{F}_1$ and $\mathbb{F}_2$ and $T$ is a (linear) map from $V$ to $W$
In order to get around the issue of this vector space axiom becoming undefined because of c being in different fields
$$T(c\mathbf{x})=cT(\mathbf{x})$$
What's the issue in doing this (adapting the definition of group homomorphism, where there are two groups $(G,@)$ and $(H,*)$)?
$$\phi (a @b)=\phi(a)*\phi(b)$$
to the context of vector space (where the fields are defined as $(\mathbb{F}_1,+,*)$ and $(\mathbb{F}_2,",@)$)
$$T(c_\mathbb{F_1}*\mathbf{x})=T(c_\mathbb{F_1})@T(\mathbf{x})=c_\mathbb{F_2}@T(\mathbf{x})$$
(The two cs are different because they are elements of different fields)
It seems valid as long every element in $\mathbb{F}_2$ can be mapped from at least one in $\mathbb{F}_1$. What subtleties have we overlooked?
If this is valid is this still a linear algebra?
One example of T can be $$T: (a, \mathbf{v} ) \rightarrow (a+e^a i,\mathbf{w})$$
However the scalars can be from more abstract fields, they are not necessary have to be from the reals or complex respectively
– Secret Mar 16 '15 at 22:02$$T(a_{ \mathbb{F}1}+b{ \mathbb{F}2})=(a{\mathbb{F}1}+e^{a{\mathbb{F}1}}i)+(b{\mathbb{F}1}+e^{b{\mathbb{F}1}}i)=a{ \mathbb{F}2}+b{ \mathbb{F}_2}$$
– Secret Mar 16 '15 at 22:10