1

The function defined by $ d(u,v)=\int_0^1| u^\prime(x)-v^\prime(x) |^2 dx $ defines a metric over the space $C([0,1]).$

I have proved the trivial thing i.e

$ d(u,v)\ge 0 $ and $ =0 \iff u=v $ and $d(u,v)=d(v,u)\ \forall\ u,v\ \in C([0,1]).$

But I am unable to prove the triangle inequality part. Please help me.

3 Answers3

3

Note that $d(1,0)=0$ but $1\neq 0$.

Pedro
  • 122,002
0

I think you have proved it wrong. Because if you will choose any constant function $u(x)=c_1$ and $ v(x)=c_2 $ s.t $c_1\neq c_2$ then $d(u,v)=0$ but $u\neq v.$ Hence, it is not a metric.

0

In addition to $d(1,0) = 0$, the triangle inequality is not satisfied.

$$ d(a,b) = ∫|a'-b'|^2 =∫|a'|^2 + ∫|b|^2 - 2∫a'b' = d(a,0) + d(b,0) - 2∫a'b'$$

So choosing $a=-b$ will result in

$$ d(a,b) = ∫|2b'|^2 =∫|a'|^2 + ∫|b'|^2 + 2∫|b'|^2 = d(a,0) + d(b,0) + 2d(b,0) \geq d(a,0) + d(b,0)$$

To check, try $a=x=-b$: then the statement reduces to $|1-(-1)|^2 = 4 \geq 2 = 1^2 + 1^2 $

Calvin Khor
  • 34,903