Let $G$ be a locally compact group and $(a_n),(b_n)$ be two sequences.
Suppose $a_n b_n \to e$ as $n \to \infty$,do we necessarily have $b_n a_n \to e$?
If this is false in general, does it hold true for $G=SL(d,\mathbb R)$?
The group I am mostly interested in is $SL(d,\mathbb R)$. I have been trying to construct a counterexample here, but not successful.
Consider the following matrices in the case where $d=2$.
$A_n=\begin{pmatrix} 1/n & 0 \\ 1/n^2 & n \end{pmatrix}$ and $B_n=\begin{pmatrix} n & 1 \\ 0 & 1/n \end{pmatrix}$.
Both of them are invertible with unit determinant, hence in $SL(2, \mathbb{R})$.
You have $A_n B_n = \begin{pmatrix} 1 & 1/n \\ 1/n & 1+1/n^2 \end{pmatrix} \to I_2$ while $B_nA_n = \begin{pmatrix} 1+1/n^2 & n \\ 1/n^3 & 1 \end{pmatrix}$.
You see that $B_nA_n$ does not converge to $I_2$.