In the book "Introduction to Smooth Manifolds" by John M. Lee, the author defined general topology and basis as:
A topology on a set $X$ is a collection $\mathcal{T}$ of subsets of $X$, called open sets, satisfying:
- $X$ and $\emptyset$ are open
- The union of any family of open sets is open
- The intersection of any finite family of open sets is open
A basis for a topology on $X$ is a collection $\mathcal{B}$ of subsets of $X$ such that
- $X = \cup_{B \in \mathcal{B}} B$
- If $B_1, B_2 \in \mathcal{B}$ and $x \in B_1 \cap B_2$, there exists $B_3 \in \mathcal{B}$ such that $x \in B_3 \subset B_1 \cap B_2$
My questions are:
- In topology definition: Why "union of any family"? Why not "union of finite elements of $\mathcal{T}$"? The same with intersection.
- In basis definition: are those set $B$ open sets? Would it be any different if we consider the basis as a collection of general subset? And does $B_3$ have to be strictly proper subset of $B_1 \cap B_2$?