6

Let $V$ be an infinite-dimensional vector space over $\mathbb{R}$. Let $B:V\times V\rightarrow \mathbb{R}$ be a nondegenerate bilinear form, i.e., a bilinear form satisfying

$$ B(x,y)=0,\;\forall y\in V \Rightarrow x=0.$$

Suppose $\phi:V\rightarrow V$ is a self-map satisfying $B(x,y)=B(\phi x, \phi y)$ for all $x,y\in V$. My question is this:

Is $\phi$ necessarily linear? If "no", what's an example?

The answer is yes if $\phi$ is surjective, by an argument I will share momentarily. What I want to know is if there exists a non-surjective nonlinear $\phi$ and a $B$ satisfying the above. The question is motivated by a passage in Peter Lax's book Functional Analysis, which gives a proof that relies on this assumption. On p. 59, Lax writes the following. (Hopefully the meaning of Lax's notation can be inferred from context, but just in case: $H$ is a Hilbert space and there is a fixed self-map of $H$ for which the image of $x\in H$ is denoted by $x'$, and similarly for other variables.)

"We stated in chapter 5 that every isometry of a Banach space onto itself that maps $0$ into $0$ is linear. We give now a new proof of this in Hilbert space:

[... here Lax verifies that an isometry fixing the origin preserves the Hilbert space inner product...]

Now denote $x+y$ by $z$, and let $u$ be any vector in $H$. Using [the preservation of the inner product] we have $$ (z',u')=(z,u) = (x+y,u) = (x,u) + (y,u) = (x', u') + (y',u') = (x'+y',u'). $$ Thus $$(z'-x'-y',u')=0$$ for all $u'$. This can be only if $z'=x'+y'$.

The virtue of this proof is that it applies even when the scalar product is not positive, as long as it is nondegenerate, meaning that no $u$ is orthogonal to all points.

My question arose from making sense of Lax's final comment here. If the scalar product is not positive, then it doesn't induce a metric, so it becomes unclear to me what it should mean for the metric to be complete, and therefore unclear to me how to interpret the notion of "Hilbert space" in this broader context. On the other hand, the argument makes no use of completeness, and the metric structure only enters through the inner product, so presumably the scope of Lax's final comment above is really just spaces equipped with a nondegenerate bilinear form (as in the question above). This led me to a question about what Lax wants to replace the isometry with in this broader context. He defines an isometry as (distance-preserving and) surjective, and implicitly uses this in the argument above because prima facie, "for all $u'$" means "for all $\phi u$ with $u\in H$"; this only ranges across all of $H$ if $\phi$ surjects. So the claim that results from a straightforward generalization of the above argument is that if $\phi$ preserves $B$ and is surjective onto $V$, then $\phi$ is linear. So this made me curious: what happens if $\phi$ is not surjective?

  • Does $V$ have to be infinite-dimensional? I'm just wondering about something like a rotation of the plane about a point different from the origin. Dot products would seem to be preserved, but the map isn't linear. Just guessing here. – Randall Nov 07 '22 at 14:06
  • 1
    @Randall - Thank you. The dot product won't be preserved in that case (distances from the origin will change) although the metric it induces will be (b/c the dot only enters the definition of the metric in the form of dots of differences of points). In fact if there is an example, it cannot involve an inner product (i.e., the bilinear form cannot be symmetric and positive-definite). A map that preserves an inner product fixes the origin b/c of positive definiteness, and preserves distances, and the metric characterizes midpoints, so the map preserves midpoints, and preserving $0$ and (cont'd) – Ben Blum-Smith Nov 07 '22 at 14:27
  • Ah, right. Of course. – Randall Nov 07 '22 at 14:29
  • midpoints implies you preserve sums (b/c in such a situation, $\phi(x+y)$ must be a point such that $\phi((x+y)/2)$ is the midpoint between it and $\phi 0$; meanwhile $\phi((x+y)/2)=(\phi x + \phi y)/2$ [again by preservation of midpoints] and $\phi 0 = 0$ [by preservation of $0$]; so $\phi x + \phi y$ is the only such point). – Ben Blum-Smith Nov 07 '22 at 14:35

1 Answers1

3

It can. Take, for example, $V$ as space of sequences with finitely many non-zero members (or $l_2$ if you want) and define bilinear form as $B(x, y) = \sum_n (-1)^n x_n y_n$.

Choose your favorite non-linear function $h: V \to \mathbb R$ and define $\phi(x) = (h(x), h(x), x_1, x_2, \ldots)$.

Then clearly $\phi$ is non-linear, but $B(\phi(x), \phi(y)) = \sum_n (-1)^{n + 2} x_n y_n + h(x)\cdot h(y) - h(x) \cdot h(y) = B(x, y)$.

The original proof fails exactly where your mention: we can't take, for example, $u' = (1, -1, 0, \ldots)$.

mihaild
  • 17,674