6

The kernel of a linear functional is either closed (if it is continuous) or dense (if not). In the latter case, apparently the complement of the kernel is path connected. How does one see this?

Yes Daniel, this is the point. The question was on last years masters exam at my university. The first part was to show the density of the kernel in the case the real-valued linear functional from a Banach space is discontinuous, which has been discussed elsewhere on this forum. If the linear function is continuous then the kernel separates its negative values from its positive values, so then the complement of the kernel is not path connected, so the answer depends crucially on the fact that the functional is discontinuous. If a point is in the kernel then the ray through that point is in the kernel. If a point is in the complement of the kernel then the ray except the origin is in the complement, so one can push everything onto the unit sphere. But I still don't see how to get there.

Paul
  • 61

2 Answers2

3

Since $f$ must be surjective, we know that there must be some $x_0 \in X$ such that $f(x_0) = 1$. Let $z \in X$ such that $f(z) \neq 0$.

  1. If $f(z) \notin \mathbb{R}$, consider the line $t \mapsto tz + (1-t)x_0$. Note that $$ f(tz + (1-t)x_0) = tf(z) + (1-t) \neq 0 $$ Hence that line connects $z$ to $x_0$.

  2. If $f(z) \in \mathbb{R}$, note that $f(iz) = if(z) \notin \mathbb{R}$, so it suffices to find a path from $z$ to $iz$. Again, $t \mapsto tz + (1-t)iz$ works since $$ f(tz + (1-t)iz) = tf(z) + (1-t)f(z)i \neq 0 \quad\forall t\in [0,1] $$

It is likely this proof is not the most efficient, but it seems to work.

  • 3
    This assumes the scalar field is $\mathbb{C}$, in which case the complement of the kernel is path-connected also for continuous $f$ and the proposition is trivial. The interesting case is that of real scalars. I am not convinced that the complement of the kernel of a discontinuous linear functional is path-connected then, but I don't see a proof that it isn't either. – Daniel Fischer Dec 11 '13 at 18:41
2

A sketch:

  1. Pick $y$ with $f(y) > 0$. It suffices to find a path from $y$ to some $x$ with $f(x) < 0$. (Why?)

  2. Using discontinuity, find an $x$ and a sequence $x_n$, such that $x_n \to x$, $f(x) < 0$, and $f(x_n) > 0$ for all $n$. (How?) Without loss of generality, $x_1 = y$.

  3. Define a path $\gamma$ with $\gamma(0) = x$ and $\gamma(1/n) = x_n$ (so $\gamma(1) = y$), and piecewise linear in between. Verify that $\gamma$ is continuous, and that $f(\gamma(t)) \ne 0$ for every $t$.

Nate Eldredge
  • 97,710