Let $f$ be a continuous function on $[-1,1]$. Suppose $\exists C$, constant such that $0<C<1$, and $\int_{-1}^1 \frac{|f(t)|}{|t|^n} dt \leq C^n$, $\forall n$. Then I want to show $f \equiv 0$.
Naively I guess from $\lim_{n \rightarrow \infty} C^n=0$, but how one can prove $f\equiv 0$?
Trial vai comment from @Martin R
Assume $|f(x)| > \epsilon>0$ on some interval $[a,b]$, then \begin{align} \int_{-1}^1 \frac{|f(t)|}{|t|^n}dt = 2 \int_{0}^1 \frac{f(t)}{t^n} dt \geq 2 \epsilon \int_{0}^1 t^{-n} dt = \frac{2\epsilon}{n-1} \end{align} Hence \begin{align} \frac{2\epsilon}{n-1} \leq \int_{-1}^1 \frac{|f(t)|}{|t|^n}dt \leq C^n \end{align} For all $n$. Taking $n\rightarrow \infty$ it becomes $0\leq \int_{-1}^1 \frac{|f(t)|}{|t|^n} dt \leq 0$. But How $|f(t)|=0$?