Pardon me if I have the terminology wrong here, I'm not totally sure if this is what it's called in English.
I want to show that two sets are complementary in $\mathbb R^4$. From what I understand, this is equivalent to show that two sets are direct sum of $\mathbb{R}^4$. Is that true?
Here are my subspaces:
$H = \{(a,b,c,d)\in \mathbb{R}^4 \mid a + b + c + d = 0\}$
$\operatorname{span}((1,1,1,1))$
For starters, I proved that $H \cap \operatorname{span}((1,1,1,1))= \{(0,0,0,0)\}$
by saying that $\operatorname{span}((1,1,1,1))$ can be described as $\{(x,y,z,t)\in \mathbb{R}^4 \mid x = y = z = t\}$. Thus, $H \cap \operatorname{span}((1,1,1,1))= \{(x,y,z,t) \mid x + y + z + t = 0, x = y = z = t\}=\{(x,x,x,x)\mid 4x = 0\} = \{(0,0,0,0)\}$
Is this the right way to show this?
Now, to show that $H + \operatorname{span}((1,1,1,1)) = \mathbb{R}^4$:
I can say that $$ H + \operatorname{span}((1,1,1,1)) = \{(a,b,c,d)\in \mathbb{R}^4 \mid a + b + c + d = 0\} + \{(x,y,z,t)\in \mathbb{R}^4 \mid x = y = z = t\}. $$ I sort of have an idea of what I should be doing at this point, but I'm not too sure I'm even doing this properly.
How do I go about finishing my proof?
Furthermore, is showing that two subspaces are complementary equivalent to showing that their sum creates a basis?
Sorry for the poor notation. Any help is appreciated. Thank you.