1

At $C[0,1]$ we define the function $$d(f,g)=\int_{0}^{1}\vert(f(t)-g(t))(2f(t)+3g(t))\vert dt. $$ Is $d$ a metric on $C[0,1]$?

Henno Brandsma
  • 242,131
Kostas
  • 97
  • 7

2 Answers2

3

It is not a metric, since there are two different functions $f,g$ such that $d(f,g)=0$

For example $$f(x)=3x,g(x)=-2x$$

TheHolyJoker
  • 2,040
2

Take $f \equiv 2, g \equiv -1$

Then $d(f,g) = \int_{0}^{1} 3 dt = 3$

But $d(g,f) = \int_{0}^{1}12dt = 12$

So is not symmetric

ZAF
  • 2,618
  • 7
  • 13