The basic version of Grothendieck's inequality states that for a $m\times n$ matrix $[a_{i, j}]$, if
$$\bigg|\sum_{i, j}a_{i, j}x_i y_j\bigg|\le 1,$$
for all $x_i, y_i\in \{-1, 1\}$, then
$$\bigg|\sum_{i, j}a_{i, j}\langle u_i, v_j\rangle\bigg|\le K,$$
for any unit vectors $u_i, v_j$ in a Hilbert space $H$ (i.e. $\|u_i\| = \|v_j\| =1$), with $K$ an absolute constant.
The following conditions are equivalent to the hypothesis and conclusion of the prior statement respectively:
hypothesis: if $$\bigg|\sum_{i, j}a_{i, j}x_i y_j\bigg|\le \max_i |x_i| \max_j|y_j|,$$
for all $x_i, y_i\in \mathbb{R}$.
conclusion: then $$\bigg|\sum_{i, j}a_{i, j}\langle u_i, v_j\rangle\bigg|\le K\max_i\|u_i\|\max_j\|v_j\|,$$
for any vectors $u_i, v_j\in H$, a Hilbert space, with $K$ an absolute constant.
This equivalence seems like it ought to be very simple to prove, however I seem to be having a mental block which is preventing me from proceeding & presume that I'm just not seeing something pretty obvious here. I'd be grateful for any hints or suggestions on how to approach the proof.
I arrived to same problem of Vershynin's book. This was my guess for that problem:
Grothendieck’s inequality states that $$\bigg|\sum_{i, j}b_{i, j}x_i y_j\bigg| \leq 1 \text{ where $b_{i,j} \in \mathbb{R}$ and $x_i,y_j \in \{-1,1\}$.}$$
The maximum value can be found when the sign of $x_i y_j$ is the same as $b_{i,j}$, so we obtain $\bigg| \sum_{i,j} b_{i,j} x_i y_j \bigg| = 1$.
Renaming the variable $a_{i,j} = b_{i,j} x_i y_j$, we can conclude $$\bigg|\sum_{i, j}a_{i, j}x_i y_j\bigg| \leq \max_{i,j} |a_{i,j}| \cdot \max_i |x_i| \cdot \max_j |y_j| \leq \max_i |x_i| \cdot \max_j |y_j|$$ since $\max_{i,j} |a_{i,j}| \leq 1$.
In the second part, we can use the fact that $\vert \langle u, v\rangle \vert \leq \|u\| \cdot \|v\|$: $$\bigg|\sum_{i, j}a_{i, j}\langle u_i, v_j\rangle\bigg| \leq \bigg|\sum_{i, j}a_{i, j} \|u_i\| \|v_j\| \bigg|$$
And then, we can conclude as previously.