Let $Y_1, \ldots, Y_n$ be a random sample from a distribution with the density function
$$f_θ(y) = \frac{3θ^3}{y^4} \text{ for } y ≥ θ > 0.$$
Is there a UMP test at level α for testing $H_0 : θ ≤ θ_0$ vs $H_1 : θ > θ_0$?
I've begun this question by looking for an MLR, but I'm already stuck. I've got the likelihood ratio as just $(θ_2/θ_1)^{3n}$, which means it is non-decreasing, but it's not a function of a statistic, just the parameter. Does this mean
a) there is no MLR for this distribution and hence, no UMP?
b) there is no MLR for this distribution, but this doesn't necessarily mean no UMP?
or c) I have misunderstood how to calculate an MLR and there is one.
Thanks!