Let $A$ and $B$ be two Banach spaces continuously contained in a Hausdorff topological space $\mathcal{A}$. Then you can define the spaces $A \cap B$ and $A + B$, the latter being
$$ A + B = \{a+b : a \in A, b \in B\} $$
with norm
$$ ||x||_{A + B} = \inf \{||a||_A + ||b||_B : x = a+b, a \in A, b \in B\}. $$
I'm trying to show this space is Banach. Here's what I have:
Let $\{x_n\}$ be a sequence in $A+B$ fulfilling $\sum_{n=1}^{\infty} ||x_n||_{A+B} < \infty$. I want to show that $\sum_{n=1}^{\infty} x_n$ converges in $A+B$.
For all $n$, using infimum properties, there are $a_n \in A$, $b_n \in B$ so that $x_n = a_n + b_n$ and:
$$ ||x_n||_{A+B} + 2^{-n} \geq ||a_n||_A + ||b_n||_B. $$
Since $\sum_{n=1}^{\infty} (||x_n||_{A+B} + 2^{-n}) < \infty$, both $\sum_{n=1}^{\infty} ||a_n||_{A} < \infty$ and $\sum_{n=1}^{\infty} ||b_n||_{B} < \infty$, and using that both $A$ and $B$ are Banach:
$$ \sum_{k=1}^{n} a_n \xrightarrow{n\to \infty} a \in A $$
$$ \sum_{k=1}^{n} b_n \xrightarrow{n\to \infty} b \in B $$
Taking $x = a+b \in A+B $, we have that
$$ \left\| \sum_{k=1}^{n} x_k - x \right\|_{A+B} = \inf \left\{||a^\prime||_A + ||b^\prime||_B : \sum_{k=1}^{n} x_k - x = a^\prime+b^\prime, a^\prime \in A, b^\prime \in B\right\} \leq \left\| \sum_{k=1}^{n} a_k - a \right\|_{A} + \left\| \sum_{k=1}^{n} b_k - b \right\|_{B}. $$
And we conclude that $\sum_{k=1}^{n} x_k$ converges in $A + B$ so $A + B$ is complete.
The question I have right now is: is there somewhere in the proof where I should have noted that $A + B$ is contained in a Hausdorff space? I was led to understand that the fact $\mathcal{A}$ is Hausdorff would be important in this proof, but I can't see where it should be used. Thanks in advance for any answers.