This thread is related: Parallelogram
Given a Hilbert space $\mathcal{H}$.
Consider a quadratic form: $$q:\mathcal{H}\to\mathbb{C}:\quad q[\lambda\varphi]=|\lambda|^2q[\varphi]$$
Suppose it satisfies: $$q[\varphi+\psi]+q[\varphi-\psi]=2q[\varphi]+2q[\psi]$$
Define a sesquilinear form: $$s:\mathcal{H}\times\mathcal{H}\to\mathbb{C}:\quad s(\varphi,\psi):=\frac{1}{4}\sum_{\alpha=0\ldots3}i^\alpha q[\varphi+i^\alpha\psi]$$
Then for positive forms: $$q\geq0:\quad|s(\varphi,\psi)|\leq q[\varphi]q[\psi]$$
How can I check this?
#2 is specific to $Q$ real and non-negative.
#3 uses (1) and limits of rationals along with (2) to get the tight Cauchy-Schwarz bound.
#4 uses (3) and $Q(\lambda x)=|\lambda|^{2}Q(x)$ to derive continuity. Or instead assume $Q(x) \le C|x|$ for some seminorm $|\cdot|$, which you can see directly. So $Q \ge 0$ bounded is enough. – Disintegrating By Parts Jul 09 '15 at 03:13