Could someone help me understand how a simultaneous time shift on two separate functions is possible? I am having trouble linking a property to this solution. Given the function:
$$x(t) = \mathrm{e}^{-(t-3)}u(t-1)$$ $$ X(f)= \mathcal{F}\{\mathrm{e}^2\mathrm{e}^{-(t-1)}u(t-1)\}$$ $$ = \mathrm{e}^2\mathcal{F}\{\mathrm{e}^{-(t-1)}u(t-1)\}$$
This is the point that doesn't seem clear. The solution of this problem is to use the time shift property. However, the solution only shows one time shift. i.e.
$$ = \mathrm{e}^2\mathrm{e}^{-j2\pi f}\frac{1}{1+j2\pi f}$$
Is it ok to transform several functions that have the same time shift? I was under the impression that I need to shift each function. Will this always the case or does it only apply to a unit step function? Can someone please shine some light on this!? Thanks!!