Non-standard inner product on $\mathbb{R}^n$

1.2k Views Asked by At

Let $\mathbf{x} = (x_1, \dots, x_n)$ and $\mathbf{y} = (y_1, \dots, y_n)$ be two vectors in $\mathbb{R}^n$. Show that $$\langle \mathbf{x}, \mathbf{y} \rangle = 2\left(\sum_{i=1}^nx_iy_i \right) - \sum_{i=1}^{n-1}(x_iy_{i+1}+x_{i+1}y_i)$$ defines an inner product.

The linearity and conjugate conditions are elementary, but how would I show positive-definiteness? That is, showing that: $$\langle \mathbf{x},\mathbf{x} \rangle = 2 \left(\sum_{i=1}^nx_i^2 \right) - \sum_{i=1}^{n-1}(2x_ix_{i+1}) \ge 0,$$ and $$\langle \mathbf{x},\mathbf{x} \rangle = 0 \iff \mathbf{x}=0. $$ I'm stuck on how to manipulate the expressions.

Please help!

2

There are 2 best solutions below

0
On BEST ANSWER

$2 \left(\sum_{i=1}^nx_i^2 \right) - \sum_{i=1}^{n-1}(2x_ix_{i+1})=x_1^2+x_n^2+\sum_{i=1}^{n-1}(x_i-x_{i+1})^2\geq0$

0
On

I find it easier and neat the following approach:

Let $ A \in \mathbb{M}_n(\mathbb{R})$ defined as $$ A(m,n) \doteq \begin{cases} 1 &,& n = m+1 \\ 0 \end{cases} $$

So for $ x = (x_1, ..., x_n)$ we have $Ax = (x_2, ..., x_n, 0)$.

Then we can rewrite the inner product $ \langle \cdot, \cdot \rangle $ in terms of the standard inner product $ \langle \cdot, \cdot \rangle_{\mathbb{R}^n} $ as

$$\begin{align} \langle x, y \rangle &= 2 \langle x, y \rangle_{\mathbb{R}^n} - \langle x, Ay \rangle_{\mathbb{R}^n} - \langle Ax, y \rangle_{\mathbb{R}^n} \\ &= \langle x - Ax, y - Ay \rangle_{\mathbb{R}^n} \end{align}$$

and take advantage of their already established properties.

Thus the linearity, the symmetry and the positive-definiteness follows immediately.

I'll leave you to check that $\langle x, x \rangle = 0 \iff x=0$.