Let $M$ be a $k$-dimensional linear subspace of $\mathbb{R}^n$. Define its "distortion" (with respect to $2$- and $\infty$- norms) as $$d(M)=\sup_{x\in M\setminus \{0\}}\frac{\|x\|_2}{\|x\|_\infty} = \sup_{x\in M\setminus \{0\}}\frac{\sqrt{\sum x_i^2}}{\max|x_i|}$$
Is it true that $d(M)\ge \sqrt{k}$?
Partial results
- If the estimate is true, it's sharp because $d(M)= \sqrt{k}$ when $M$ is the span of the first $k$ coordinate axes
- $d(M) \ge \sqrt{2}$ when $M$ is two-dimensional. Indeed, we may assume that $M$ contains a nonzero vector $x$ with $\|x\|_\infty=|x_1|$. Being two-dimensional, it also contains a nonzero vector $y$ such that $y_1=0$. When moving along the line from $x$ to $y$, we encounter a vector $z$ where the 1st coordinate is tied with another one for the largest magnitude. Hence, $\|z\|_2\ge \sqrt{2}\|z\|_\infty$.
Motivation
A good lower bound on $M$ yields a good lower bound in Bounds on Hausdorff distance via singular values.
$\def\RR{\mathbb{R}}$ The bound is correct. Let $Q$ be the cube $[-1,1]^n$. So $V \cap Q$ is a bounded nonempty polytope and it must have a vertex, say $\vec{x} = (x_1, \ldots, x_n)$. After reordering the coordinates and negative signs as necessary, we may assume that $1 = x_1 = x_2 = \cdots = x_r > |x_{r+1}|$, $|x_{r+2}|$, ..., $|x_n|$.
We claim that $r \geq k$. If not, then there is a nonzero vector $\vec{u}$ in $V$ with $\vec{u}_1 = \vec{u}_2 = \cdots = \vec{u}_r=0$. For small enough $t$, both $\vec{x}+t \vec{u}$ and $\vec{x}-t \vec{u}$ would be in $Q \cap V$, contradicting that $\vec{x}$ is a vertex of the intersection.
Then $|\vec{x}|_{\infty}=1$ and $|\vec{x}|_2 \geq \sqrt{r} \geq \sqrt{k}$. $\square$.