I'm learning Topology by Munkres' book and I am a bit confused about the definition he gives (in p.78) of a basis of a topology:
Definition. If $X$ is a set, a basis for a topology on $X$ is a collection $\mathfrak{B}$ of subsets of $X$ (called basis elements) such that
For each $x \in X$, there is at least one basis element $B$ containing $x$.
If $x$ belongs to the intersection of two basis element $B_1$ and $B_2$, then there is a basis element $B_3$ containing $x$ such that $B_3 \subset B_1 \cap B_2$.
My question is: shouldn’t Munkres mean $B_3 \subseteq B_1 \cap B_2$? I mean, subset instead of proper subset?
For instance, in Example 2 (Figure 4) below, isn’t the rectangle $B_3$ encountered, the very intersection of the rectangles $B_1$ and $B_2$?

Any help would be highly appreciated.
\subset, not\propersubset. – Daniel Fischer Oct 18 '15 at 10:20\subsetand\subseteq, which can just as well be interpreted as distinguishing proper subset from subset, so $\LaTeX$ really isn’t dispositive, even if anyone thought that it actually had much bearing on the subject. Using $\subset$ for $\subseteq$ is just inviting trouble. – Brian M. Scott Oct 18 '15 at 23:29