I was explaining something to my friend when we ran into this question that I couldn't clearly answer.
Does $(a,b)=\begin{bmatrix}a\\b\end{bmatrix}$? Are these different notations for a single object sitting in one particular space, or are these distinctive objects in different spaces?
We say that $(a,b)\in \mathbb{R}^2$, but we also say $\begin{bmatrix}a\\b\end{bmatrix}\in\mathbb{R}^2$. No big deal...but then do we say $\begin{bmatrix}a&b\end{bmatrix}\in\mathbb{R}^2$ also?
I have only learned Cartesian product, $$\mathbb{R}\times\mathbb{R}=\{(a,b)\mid a,b\in\mathbb{R}\}.$$ Is $$\mathbb{R}\times\mathbb{R}=\left\{\begin{bmatrix}a\\b\end{bmatrix}\mid a,b\in\mathbb{R}\right\}$$ another common definition? Are these even distinct or just two ways of naming the set?