1

Let $f$ is continuous on $[a,b]$. There exists positive K such that $|f(x)| \leq K \int_a^x |f(t)|dt$ then $f(x) = 0$. I was trying to prove the statement above, by trying the smallest number c such that $f(x) = 0$ for any $x<c$ and taking integral near at c. But I get stuck and can somebody give me a hint or idea?

markvs
  • 19,653
LemonTea
  • 13
  • 2

2 Answers2

2

Let $$F(x)=\int_a^x|f(t)|dt$$

Now, $$e^{-Kx}(F'(x)-KF(x))\le0\qquad\forall x\in[a,b]\\ \implies \Big(e^{-Kx}F(x)\Big)'\le0$$ Therefore, $e^{-Kx}F(x)$ is a non-increasing function taking value $0$ at $x=a$. So, it is non-positive $\forall x\in[a,b]$, and therefore is constant zero function, since both $e^{-Kx}$ and $F$ are non-negative.

Martund
  • 14,706
  • 2
  • 13
  • 30
2

Here is another way:

Let $M=\max_{x \in [a,b]} \lvert f(x) \rvert$.

If $|f(x)| \leq K \int_a^x |f(t)|dt$, then $|f(x)| \le MK(x-a)$, then $|f(x)| \le M{1 \over 2}K^2(x-a)^2$ and so we see $|f(x)| \le {1 \over n!} MK^n (x-a)^n$ for all $n$.

Hence if we fix any $x \in [a,b]$ we see that $f(x) = 0$.

tristan
  • 2,883
copper.hat
  • 172,524