Let $T:(\mathbb R^n,\|.\|_1)\to (\mathbb R^n,\|.\|_2)$ be a linear isomorphism. Then clearly it is a topological isomorphism also.
I want to show that $\|T\|\|T^{-1}\|\geq \sqrt{n}$.
Here $\|(x_1,\ldots,x_n)\|_1=\sum\limits_{i=1}^n |x_i|$ and $\|(x_1,\ldots,x_n)\|_2=(\sum\limits_{i=1}^n |x_i|^2)^{\frac{1}{2}}$. I feel the inequality $\|x\|_1\leq \sqrt{n}\|x\|_2$ will be somehow used. But I could not show it. Any help will be appreciated.
EDIT: THIS ANSATZ IS WRONG. SEE BELOW FOR AN ALTERNATIV ANSATZ.
I don't think that this inequality is true for $n \geq 2$.
Let $T := \operatorname{id}_{\mathbb{R}^n}$, i.e. $$T \colon (\mathbb{R}^n, \|\cdot\|_1) \to (\mathbb{R}^n, \|\cdot\|_2), \quad x \mapsto x.$$ This an isomorphism of normed spaces with $T = T^{-1}$ and $\| T \| = 1$.
I think this ansatz should do the trick [EDIT: NO IT DOESN'T]: $$ \sqrt{n} = \| \operatorname{id}_{\mathbb{R}^n} \|_{2,1} = \| T T^{-1} \|_{2,1} \leq \|T \|_{2,2} \|T^{-1}\|_{2,1} \leq \|T \|_{1,2} \|T^{-1}\|_{2,1}. $$
In the last inequality I used that $$ \|T\|_{2,2} \leq \|T\|_{1,2}, $$ as for a matrix representation $T = (a_{ij})_{i,j=1}^n$ we have that $$ \|T\|_{2,2} = \Big( \sum_{i,j = 1}^n a_{ij}^2 \Big)^{1/2} = \Big( \sum_{j = 1}^n \| a_{.j} \|_2^2 \Big)^{1/2} \leq \Big(\sum_{j = 1}^n \| a_{.j}\|_1^2 \Big)^{1/2} = \|T\|_{1,2} $$
Apparently the relation between operator norms and entry-wise norms is particularly difficult (in fact it is NP-hard), see here and here.