Sorry if this is a dumb question. Trying to understand what this simplifies to:
$$f(t) = |e^{iwt} - e^{iwv}|$$
I don't understand how to get a nice numerical answer to this as the exponentials use different variables to one another...
Its related to the proof of the Fourier Condition of Lipschitz regularity in Stephane Mallat's "Wavelet tour of signal processing book". (Theorem 6.1, page 165)
Many thanks for any answers!
EDIT: Looking at folks answers it seems pretty clear to me you can get a few different solutions to this...for extra clarification, the "solution" in Mallat's book is:
For (condition 1) $$\frac{1}{|t - v|}<= |w|$$ $$\frac{|exp(iwt) - exp(iwv)|}{|t - v|^\alpha} <= \frac{2}{|t - v|^\alpha} <= 2|w|^\alpha$$
For (condition 2) $$\frac{1}{|t - v|}>= |w|$$
$$\frac{|exp(iwt) - exp(iwv)|}{|t - v|^\alpha} <= \frac{|w||t - v|}{|t - v|^\alpha} <= |w|^\alpha$$
So far only one person has given a solution to the problem at the top which could give the solution for condition 1...I still have no idea how Mallat's achieved it for condition 2!