Determine whether the collection of subsets below form a basis for a topology on $\mathbb{R}^2$.
All subsets of the form $T_{\epsilon}(x)=\lbrace (y_1,y_2) : |x_1+x_2-y_1-y_2| <\epsilon \rbrace$ for all $x \in \mathbb{R}^2$ and all $\epsilon>0$
By doing some algebra, we obtain $-\epsilon -(x_1+x_2) < y_1+y_2<\epsilon -(x_1+x_2)$, which means that the set is the region bounded by two straight lines with negative gradient and y-intercept $-\epsilon -(x_1+x_2)$ and $\epsilon -(x_1+x_2)$ respectively.
The answer given is that the collection of the subsets above does not form a basis for topology on $\mathbb{R}^2$. Why? I thought every point is contained in one of the subsets above and also intersection between any two subsets is again the region bounded by two straight lines. I don't see why it fails to be a basis.