Hi
I think the title of this thread should be is this system stable instead of is this signal stable, because ## \textbf{BIBO stability} ## is a system property and not a signal property. There are a few system properties:
1. BIBO stability.
2. Causality.
3. Linearity.
4. Time invariance.
5. Memory (with or without).
6. Invertibility.
A system is ## \textbf{T} ## is a mathematical relation between an input and an output signal. We assume single variable functions of time here:
$$
\textbf{T} \{ x(t) \} = y(t)
$$
In the frequency domain where ## H(s) ## is the transfer function:
$$
H(s) \cdot X(s) = Y(s)
$$
A system is BIBO stable if:
1. For every bounded input, it produces a bounded output. AND
2. Its impulse response ## h(t) = \textbf{T} \{\delta(t) \} ## is absolutely integrable (the impulse response is bounded and an energy signal) . AND
3. All of its poles of the transfer function have a strictly negative real part.
4. Possibly other deeper requirements.
If you can prove one of the above requirements (any of 1 to 3) you have proven the system is bibo stable.
This system is described with:
$$
\textbf{T}\{x(t) \} = x(-5t + 1)
$$
The impulse response is:
$$
h(t) = \textbf{T}\{ \delta(t) \} = \dfrac{1}{5} \cdot \delta(t + 1)
$$
The above function is absolutely integrable, but the energy and power of this function cannot be defined. So, it is a bibo stable system.
Intuitively, just look at what the system is doing:
It flips, compresses, and time shifts your signals None of these operations can remove the boundedness from a bounded function or signal.