Exercise :
Find all the continuous and non-negative functions $f(t)$ such that:
$$f(t) \leq \int_0^t f(s)ds$$
Attempt :
I know there are some more "brutal" solving ways to this, such as a Laplace transformation or probably Mean Value Theorem tricks, but my idea is using the Gronwall Inequality, which says :
Let $φ(t)$ be a continuous function in $[0,T]$. Suppose that $\exists k>0$ and another continuous function $f(t)$, such that :
$$ φ(t) \leq f(t) + k\int_o^tφ(u)du, \forall t \in [0,T]$$
Then : $$φ(t) \leq f(t) + k\int_0^t f(τ)e^{t-τ}dτ,\forall t \in [0,T]$$
My problem is that I cannot see how to properly use the inequality or how to fix it, so I can show what is asked.
Any help would be appreciated !
As an alternative to Cuteboy's solution using Taylor series, you can simply use an integrating factor. Let $F(t) = \int^t_0 f(s) ds.$ Then your inequality is $$F'(t) \le F(t) \,\,\,\,\, \text{ or } \,\,\,\,\, F'(t) - F(t) \le 0.$$ Since $e^{-t}$ is non-negative, we can multiply the inequality by $e^{-t}$: $$e^{-t}F'(t) - e^{-t} F(t) \le 0 \,\,\,\, \implies \,\,\,\, \frac{d}{dt} (e^{-t}F(t)) \le 0.$$ Now integrating from $0$ up to some $t$ gives $$e^{-t}F(t) - e^{-0}F(0) \le 0$$ but $F(0) = 0$ so this shows that $$e^{-t} F(t) \le 0 \,\,\,\,\, \implies \,\,\,\,\, F(t) \le 0.$$ However this is possible iff $f \equiv 0$.