Let $X_{n}$ be the set of all $n \times n$ matrices of the real numbers. For each $(a_{ij})\in X_{n}$ and $\epsilon > 0$ let $U_{\epsilon}((a_{ij})) = \left\{ (b_{ij})\in X_{n} \,|\, \forall i,j, \,|b_{ij}-a_{ij}|<\epsilon \right\}$.
I need to prove that these sets form a basis for a topology and describe what "familiar space" these look like.
First of all, I am a bit confused about the notation: I am assuming that $(a_{ij})$ and $(b_{ij})$ are referring to matrices in $X_{n}$, and I think, though I'm not sure that $|b_{ij}-a_{ij}|<\epsilon$ means that the difference in the determinants for these matrices should be arbitrarily small. If I'm wrong and you're familiar with this basis/problem, let me know. I tried to contact my prof. to ask him what he meant, but I have still received no reply.
Now, as for how to approach this problem, ideally, I would want to show that any matrix $C = (c_{ij}) \in X_{n}$ is contained in one of the basis elements (i.e., contained in one of the $(b_{ij})$, and then show that any matrix $C$ can likewise be contained in another matrix, which is contained inside the intersection of two of the elements of $U_{\epsilon}$.
My question is, how do I show that one matrix is contained in the other? Also, how do I get a matrix contained in the intersection of two other matrices?
I am extremely confused about even where to begin with this problem!
I tried lookng at the case when $n=2$, then, found that $|(b_{ij})-(a_{ij})| = \begin{vmatrix} b_{11}-a_{11} & b_{12}-a_{12} \\ b_{21}-a_{21} & b_{22} - a_{22} \end{vmatrix} = b_{11}b_{22}-b_{11}a_{22}-a_{11}b_{22}+a_{11}a_{22}-b_{12}b_{21}+b_{12}a_{21}+a_{12}b_{21} - a_{12}a_{21} < \epsilon$.
This did not help me.
I also tried doing that for matrices of arbitrary $n\times n$ size, by doing cofactor expansion across the first row. Still did not help me.
Needless to say I have no idea what I'm doing...could somebody please help me?
Thank you.