Context. I was reading about the converse of the parallelogram law (a norm satisfying the law defines an inner product), and in an answer on MO it is stated that this is impossible without the norm's inequality axiom (yielding continuity). Ivanov constructs an explicit counterexample, and makes a claim (below) which I am unable to verify.
Definition. A mock scalar product $\langle-,-\rangle$ on a vector space $V$ over a field $\mathbb{F}$ satisfies
- homogeneity: $\langle tu,tv\rangle=t^2\langle u,v\rangle$
- symmetry: $\langle u,v\rangle=\langle v,u\rangle$
- biadditivity: $\langle u,v+v'\rangle=\langle u,v\rangle+\langle u,v'\rangle$
(Homogeneity is equivalent to $\langle tu,tu\rangle=t^2\langle u,u\rangle$ via polarization unless $\mathrm{char}\,\mathbb{F}=2$.)
Claim. $D_{u,v}(t):=\langle u,vt\rangle-\langle u,v\rangle t$ is a derivation of $t\in\mathbb{F}$ (for any $u,v\in V$).
(Recall a derivation $D$ satisfies $D(s+t)=D(s)+D(t)$ and $D(st)=D(s)t+sD(t)$ for any $s,t\in\mathbb{F}$. I wrote $t$ on the right of the $v$ only so $D_{u,v}$ looks more like an operator.)
Question. How do we verify the claim from the MO thread?
Work. Writing out the product rule for $D_{u,v}$, we could add $2\langle u,v\rangle st$ to both sides but I don't see how this helps. Presumably there is a way to move scalars around using homogeneity but I don't see it. When I use homogeneity to verify the special case $D_{u,v}(1/t)=-D_{u,v}(t)/t^2$ I instead get
$$ \begin{array}{cl} D_{u,v}(1/t) & = \langle u,v/t\rangle-\langle u,v\rangle/t \\ & = \big(\langle tu,v\rangle-\langle u,v\rangle t\big)/t^2 \\ & = D_{v,u}(t)/t^2 \end{array} $$
When $u=v$ this seems to be the opposite of what it ought to be if $D_{u,v}$ is a derivation.