mathwonk said:
So the phrase "entries inside the vectors" is the part that is too imprecise for me to understand perfectly.
When he says "vector" he means "tuple", not "member of a vector space". So he's asking if ℂ
n can be given the structure of a vector space over ℝ.
mathwonk said:
I.e. when you say this, I implicitly assume you mean entries in a basis representation,
I'm pretty sure he means entries in the
standard basis, not any other.
mathwonk said:
Then the answer is yes, but in writing them down as "tuples" one would then use real numbers to represent them, not complex numbers.
Not necessarily. I don't see why anyone would want to do this, but you can give ℂ
n the structure of a vector space over ℝ, by first defining the standard (complex) vector space structure and then restricting the scalar multiplication function to ℝ×ℂ
n.
The example I used in my previous post is much more interesting. It's a 3-dimensional vector space over ℝ, and the basis I mentioned looks like this:
\sigma_1=\begin{pmatrix}0 & 1\\ 1 & 0\end{pmatrix},\quad \sigma_2=\begin{pmatrix}0 & -i\\ i & 0\end{pmatrix},\quad \sigma_3=\begin{pmatrix}1 & 0\\ 0 & -1\end{pmatrix}
So an arbitrary member can be written as
x=\sum_{k=1}^3 x_k\sigma_k=\begin{pmatrix}x_3 & x_1-ix_2\\ x_1+ix_2 & -x_3\end{pmatrix}
Now, the tuple that you and I would associate with this vector and this basis is (x_1,x_2,x_3), but the OP's phrase "inside the vector" refers to what's inside the matrix on the right-hand side.