Let's say I have a vector space
$E = ${$(x,y)\in \mathbb{R^2} | x+y = 0$}.
I can thus express $E$ as {$x(1,-1) | x \in \mathbb R$}.
But now, what do I do? The definition of the dimension of a space is "cardinality of a basis of V over its base field", but I'm not sure what the "base field" is. Is the dimension simply 1 because there's only one vector? How do I solve these problems, generally? Thanks.
Yes, $\dim E = 1$ because the set $\{(1,-1)\}$ is a basis for $E$.
Indeed, it is linearly independent since clearly $\lambda(1,-1) = 0 \implies \lambda = 0$, and it spans your space $E$ because every $(x,y) \in E$ is of the form $\lambda(1,-1)$ for some scalar $\lambda$.
The base field is the same field as for $\mathbb{R}^2$, namely $\mathbb{R}$.