A random sample of size n is obtained from a population with a two-parameter probability density function given by:
$$f(x;\alpha, c) = \frac{\alpha c^\alpha}{x^{\alpha + 1}} \text{ for } x > c > 0 \text{ and } \alpha > 0$$
Prove that a likelihood ratio test for $H_0: \alpha = \alpha_0$ against $H_1: \alpha \not = \alpha_0$ can be based on the test statistic:
$$W = \frac{1}{n} ln(\prod_{i=1}^n (x_i / X_{(1)})) = \frac{1}{n} \sum_{i=1}^n ln (x_i/X_{(1)}) = \frac{1}{n} \sum_{i=1}^n ln(X_i) - X_{(1)}$$
$X_{(1)}$ is the first sample value when data arranged in ascending order
$$\lambda = \frac{L(\hat \omega)}{L(\hat Ω )}$$
Background: I am used to cases with known distributions such as Normal where at the top you use the value from $H_0$ given and at the bottom if we were testing $\mu$ for example we could replace that with $\over x$ for example or $\sigma^2$ we could replace with sample variance so what do we do with c in this case? I am not really sure what to put for $L(\hat Ω )$ in the denominator and how to get the t-statistic given