Everything I read on tensors makes it clear that using the metric matrix $g_{ab}$ and its inverse $g^{ab}$ to respectively lower and raise indices of a tensor is very important. As far as I know (and I might be wrong) a tensor is defined to be something whose representation in coordinates $x^\alpha$ and $x'^\alpha$ is related either by a specific combination of partial derivatives of the new coordinates w.r.t. the old coordinates or vice-versa, the combination given by (for [1,1] tensors, for example)
$T'^a_b=\dfrac{\partial x'^c}{\partial x^a } \dfrac{\partial x^b}{\partial x'^d}T^c_d$ where the upper indices are called contravariant and the lower covariant. I understand that given a covariant vector say $x^\mu$, we define $x_\mu:=g_{\mu \nu}x^{\nu}$. My first problem is that I'm not sure why $x_\mu $ defined in this way should be covariant i.e. I'm not sure that this is well defined.
Secondly, if I write something like $V^\alpha$, am I implying that this is contravariant? Say I have a vector that is neither contravariant nor covariant, that is, just a collection of $n$ measurements in a vector $(a_1,a_2,\dots, a_n)$ and I write this as $a_i$. In a general relativity setting, am I implying that this is covariant?
I'm new to general relativity, so it would be really helpful if in addition to the two questions I had, someone could confirm that what I've written otherwise is correct (or tell me that I've got it completely wrong!). Thanks for any help.
Edit: If $g_{ab}$ complies with the tensor notation then in the new coordinates
$g'_{ab}=\dfrac{\partial x^c}{\partial x'^a } \dfrac{\partial x^d}{\partial x'^b}g_{cd}$ and so
$g'_{ab}x'^b=(\dfrac{\partial x^c}{\partial x'^a } \dfrac{\partial x^d}{\partial x'^b}g_{cd})(\dfrac{\partial x'^b}{\partial x^e}x^e$)
and since $\dfrac{\partial x^d}{\partial x'^b } \dfrac{\partial x'^b}{\partial x^e}=4\delta^d_e$ (where $\delta^d_e$=1 iff $d=e$, otherwise $\delta^d_e=0$), the coefficient of 4 because 4 goes from 0 to 3, I get to
$g'_{ab}x'^b=4\dfrac{\partial x^c}{\partial x'^a }g_{cd}\delta^d_e x^e=4\dfrac{\partial x^c}{\partial x'^a }g_{cd}x^d$
I'm quite close but there's a factor of 4 that shouldn't be there?