For number-theoretical purposes, I want to learn the infinite Galois theory. During this, I faced some other concepts which I am not comfortable with them, for instance, topological groups.
Why $Gl_n(\mathbb{R})$ is a topological group?
I know the group law on it, which is matrix multiplication. But do not feel comfortable with a topology on it. So I am not with the followed concepts, like continuity. I have to read some examples of topological groups with too many details on its topological aspects because I passed the topology course long ago.
Is there any source about examples of topological groups, with too many details on topological aspects?
First, understand that the space $M_n$ of all $n \times n$ matrices has a natural topology on it: it is the Euclidean topology of $\mathbb{R}^{n^2}$, where we just associate an $n \times n$ matrix with a tuple of $n^2$ points by writing its rows out side-by-side. Now we can give $\operatorname{GL}_n(\mathbb{R})$ the subspace topology inherited from this "matrix-ized" version of $\mathbb{R}^{n^2}$ that I've called $M_n$. In particular, the topology is given by a metric. Even better, the topology is particularly simple because $\operatorname{GL}_n(\mathbb{R})$ is an open subset in $M_n$ (it is the preimage of $\mathbb{R}-\{\mathbf{0}\}$ under the determinant map).
Next, we need to show that matrix multiplication and inversion are continuous. For multiplication it is best to work back in $M_n$. Multiplication of matrices defines a function $M_n \times M_n \to M_n$ as $(A,B) \mapsto AB$, and this is clearly continuous because it is polynomial in the entries of $A, B \in M_n$. Since restrictions of continuous functions are continuous, this multiplication restricts down to a continuous operation $\operatorname{GL}_n(\mathbb{R})\times \operatorname{GL}_n(\mathbb{R}) \to \operatorname{GL}_n(\mathbb{R})$.
For inversion, it is much the same trick. When you write down how inversion acts as a function, $A \mapsto A^{-1}$, you can realize this is given by the inverse of the determinant times the adjugate matrix of $A$. Since the determinant is polynomial in the entries of $A$ and not zero because $A$ is invertible, you can use this to prove inductively that inversion is a continuous function $\operatorname{GL}_n(\mathbb{R}) \to \operatorname{GL}_n(\mathbb{R})$.
For a reference, although it is old, George McCarty's Topology: An Introduction with Application to Topological Groups is an excellent and fast way to learn the basics.