2

Problem: Let $X$ be normed space. If on every two dimensional subspace $Y$ of $X$, there is an inner product $\langle \cdot,\cdot\rangle_Y$ such that $\langle y,y\rangle_Y=\|y\|^2$ for all $y\in Y$. Then there is an inner product $\langle \cdot,\cdot\rangle$ on X such that $\langle x,x\rangle =\|x\|^2$ for all $x \in X$.

My attempt:

Fix any $y_0 \in Y$

Define $f: Y \to \mathbb{C}$

$f(y)=\langle y,y_0\rangle, y\in Y$

Clearly, $f$ is bounded linear functional.

Using Hahn Banach Extension Theorem,

$\exists g: X \to \mathbb{C} \ni g|_Y =f$ and $\|g\|=\|f\|$

But I am not able to define an inner product using $g$

Can anyone help me out with this?

Is this approach ok?

mechanodroid
  • 46,490
gamma
  • 924
  • 3
    Do you know a criterion "a norm $\lVert,\cdot,\rVert$ on a vector space $X$ is induced by an inner product (i.e. $\lVert x\rVert = \sqrt{\langle x,x\rangle}$ for all $x\in X$) if and only if [some condition]"? – Daniel Fischer Nov 07 '15 at 10:28
  • Typographical note: A macro such as $\newcommand{\Brak}[1]{\langle #1\rangle}$ will give better spacing than the binary operators <, >. :) – Andrew D. Hwang Nov 07 '15 at 10:42

1 Answers1

7

The inner product is already determined by the norm using the Polarization identity so no need to try and build it in a non-constructive way. If you define a function $\left< \cdot, \cdot \right>$ on $X \times X$ by

$$ \left< u, v \right> := \frac{||u + v||^2 + ||u - v||^2}{4} $$

then clearly $\left<u, u\right> = ||u||^2$ for all $u \in X$ and you need to check that $\left< \cdot, \cdot \right>$ is an inner product. To do that, note that the norm satisfies the parallelogram law (because it is induced from an inner product on each two-dimensional subspace and the parallelogram law can be checked on each two-dimensional subspace separately) and hence it is indeed an inner product.

levap
  • 65,634
  • 5
  • 79
  • 122
  • But how can we say that $\left< x,x \right>$ is unique if we visualize $x \in$ span${x,y }$ or $x \in$ span${x,z }$ for some $y,z \in X$? –  Nov 12 '15 at 12:11