7

I need a hint of proof of uniqueness of the derivative in locally convex topological vector space (it's asserted in Lang's "Introduction to differentiable manifolds").

Define derivative of a function $f: E \to F$ between two topological vector spaces at the point $x_0$ as a linear operator $f'(x_0) \in L(E, F)$ such that ${}^2\!\!f(y) := f(x_0 + y) - f(x_0) - f'(x_0) y$ is tangent to zero (a function $\varphi$ is tangent to zero if for any neighborhood of zero $W \subset F$ there exists a neighborhood of zero $V \subset E$ such that $\varphi(tV) = o(t)W$).

Now suppose that two operators $A_1$ and $A_2$ satisfy the condition of the derviative. I need to prove then that $A_1 = A_2$. It is easy to see that there must be a neighborhood of zero $V \subset E$ such that $(A_1 - A_2)V = 0$, so we have $\operatorname{span}V \subset \ker (A_1 - A_2) \subset E$, so it is sufficient to prove that $\operatorname{span}V = E$. In case of Banach space it is very easy (any non-empty open set must contain a ball), but in a more general case it seems that this attempt fails (consider a discrete space), and I can't see another strategy.

Is the derivative in fact unique or is some condition stronger than what is stated required for it to be unique?

t.b.
  • 78,116
  • 3
    If $A_1 \neq A_2$ then there exists $y$ such that $A_1 y \neq A_2 y$. Apply Hahn-Banach. – t.b. Jul 16 '11 at 12:19
  • 5
    By the way: a discrete space is not a topological vector space! (Hint: consider the scalar action) Also, by definition of local convexity, a neighborhood of zero is absorbing. – t.b. Jul 16 '11 at 12:26
  • Ok, so we have the scalar action $s: \mathbb{K} \times V \to V$, and $U \subset V$. Then $\pi_\mathbb{K}(s^{-1}(U)) = \mathbb{K}$, seems perfectly continuous to me. In more detail, for any $x \in V$ $s^{-1}(x) = \mathbb{K} \times \mathbb{K}x$, and this set is open, so the preimage of any set is a union of such sets, and so it's open, am I right? – Aleksei Averchenko Jul 16 '11 at 12:41
  • No it isn't. If $\lambda_n \to \lambda \neq 0$ and $\lambda_n \neq \lambda$ then by continuity $\lambda_n v \to v$ and this can't be if $v \neq 0$ (we're in a discrete space and $\lambda_n v \neq \lambda v$). – t.b. Jul 16 '11 at 12:44
  • Did you mean $\lambda_n v \to \lambda v$? Why can't it be? I'm puzzled: why do we even need to consider limits here when the continuity is painfully obvious from the usual topological definition? – Aleksei Averchenko Jul 16 '11 at 12:50
  • Yes, sorry about the typo. Well, it is so painfully obviously wrong, that I tried to give a different argument to convince you. The only convergent sequences in a discrete space are the eventually constant ones. – t.b. Jul 16 '11 at 12:52
  • Look: ${v}$ is open. If $v \neq 0$ then the only scalar that satisfies $\lambda v = v$ is $\lambda = 1$. But ${\lambda}$ isn't open. (The map $f:\mathbb{K} \to \mathbb{K} \times V \to V$ is continuous if we assume that scalar multiplication is continuous and $f^{-1}({v}) = {\lambda}$). – t.b. Jul 16 '11 at 13:02
  • Oh, I see now: for all $x \in V$ the set $\lbrace x \rbrace$ is open, but the set $s^{-1}(\lbrace x \rbrace) = \lbrace k \times \frac{1}{k}x \mid k \in \mathbb{K}, k \neq 0 \rbrace$ is not, because it does not contain any set of the form $(a, b) \times y$. Is this right? – Aleksei Averchenko Jul 16 '11 at 13:03
  • Exactly.${}{}{}{}$ – t.b. Jul 16 '11 at 13:05
  • @Theo: alright, if any neighborhood of zero is absorbing, then it is easy to complete the proof the way I started it. I will accept it as an answer. BTW: which form of Hahn-Banach did you mean? – Aleksei Averchenko Jul 16 '11 at 13:11
  • Okay, I'll elaborate a bit in an answer. Give me a few minutes. – t.b. Jul 16 '11 at 13:13

1 Answers1

4

Note that every neighborhood of zero is absorbing, balanced and convex by definition of local convexity, so your argument is already all of it.

If you think about local convexity in terms of semi-norms, it is clear that neighborhoods of zero are absorbing. In the other direction, we want the Minkowski-functionals of a basic system of neighborhoods to be semi-norms generating the topology (in order to have Hahn-Banach at hand). In order for the Minkowski functional of a convex set to be finite everywhere, we need the neighborhoods to be absorbing (the other two conditions already ensure that they are indeed seminorms).

I suggested to use Hahn-Banach. Let $A = A_1 - A_2 \neq 0$. Take $z = Ay = (A_1 - A_2)y \neq 0$ (assuming that $A_1 \neq A_2$). Then by Hahn-Banach we find a continuous linear functional $\phi: F \to \mathbb{K}$ such that $\phi(z) = 1$. I let you finish this alternative proof, using that $\phi \circ A$ is continuous (I suggested this proof before reading your question entirely, there's not much difference).

Note of course that for both these arguments to work, we need that local convexity includes Hausdorff.


Finally, since the topic of the discrete vector space came up. As I convinced you in the comments, this is not a topological vector space, as scalar multiplication is not continuous. There is however a unique finest locally convex topology making a vector space into a topological vector space: simply take the topology generated by all seminorms.

t.b.
  • 78,116