I don't understand this equation $\int_0^t ds \int_0^{t'} ds' \delta(s-s')= \min(t,t')$. I tried to work with the property of the dirac delta function that $\int_a^b \delta(x-c)dx = 1$ if $c \in [a,b]$, but I can't see how I can obtain the minimum. Can someone help me?
Thank you in advance!
let $\chi_t(x)$ be the indicator function for the interval $[0,t]$. then, as you point out: $$ \int_0^{t'}ds'\delta(s-s') = \chi_{t'}(s) $$ but now: $$ \int_0^t\chi_{t'}(s) ds = \int_0^{\infty} \chi_{t}(s)\chi_{t'}(s) ds = \int_0^{\infty} \chi_{\min(t,t')}(s) ds = \min(t,t') $$