I'm reading some notes from MIT OCW on function convolution defined by:
$$(f*g)(t) = \int_{0^{-}}^{t^{+}} f(s)g(t-s) \ ds$$
It says that $(\delta(t-a)*f)(t)=f(t-a)$ and the proof is that:
$(\delta(t-a)*f)(t)=\int_{0^{-}}^{t^{+}}\delta(s-a)f(t-s)ds = f(t-a)$.
I don't see why this proof holds for values of $t$ less than $a$. Because then, the $s$ in the integration never reaches $a$ and $\delta$ is $0$ on the whole integration interval.
Am I right that this proof only holds for $t\ge a$?
Thanks!
Yes $t<a \implies \int_0^t \delta(s-a)f(t-s)ds=0$