I want to find the impulse response $g(t) \in \mathbb{C}$, that it's two-sided Laplace transform is: $$\mathcal{L}\{ g(t)\} = G(s)=\frac{1}{1-e^{-sT}}$$
I tried to find $g(t)$, by finding the inverse impulse response. Since, if I define $f(t)$ to be the inverse impulse response. Then, as in LTI systems, the convolution $ (g\ast f)(t) = \delta(t) $. Thus, in Laplace space according to the convolution theorem: $ G(s)\cdot F(s) = 1$ $$ \Rightarrow F(s) = 1-e^{-sT} $$ Then, by choosing the right plane of the Laplace space, as the $ROC$. And matching with known transformations. $$ f(t) = \mathcal{L^{-1}}\{ F(s)\} = \delta(t) - \delta(t-T) $$ So going back to the first equation: $$ \begin{align} \delta(t) = (g\ast f)(t) &= \int_{-\infty}^{\infty}(\delta(\tau)-\delta(\tau-T))g(t-\tau)d\tau \\ &= \int_{-\infty}^{\infty}\delta(\tau)g(t-\tau)d\tau-\int_{-\infty}^{\infty}\delta(\tau-T)g(t-\tau)d\tau \\ &= g(t) - g(t-T) \end{align} $$ To conclude, I reached the dead-end with getting stuck with this functional equation: $$ g(t) - g(t-T) = \delta(t) $$ where $T$ is a constant.
Is my action/move of splitting the "integral" in the above, wrong? Since $\delta(t) - \delta(t-T)$ is a generalized function? Thanks in advance.
We have that $$g(t)=g(t-T)+\delta(t),\ g(s)=0,\ s<0.$$
Then, applying this formula recursively, we obtain that the impulse response is
$$g(t)=\sum_{i=0}^\infty\delta(t-iT).$$
We can then verify that this is the case since
$$g(t)-g(t-T)=\sum_{i=0}^\infty\delta(t-iT)-\sum_{i=0}^\infty\delta(t-iT-T)=\sum_{i=0}^\infty\delta(t-iT)-\sum_{i=1}^\infty\delta(t-iT)=\delta(t).$$