A single observation $X$ from a normal distribution with mean $\mu$ and $\sigma^2$=1 is used to test $$H_0 : \mu = 1 \ \ \ \text{vs} \ \ \ H_1 : \mu \lt 1 $$ using the critical region $C = {{x : x \lt k}}$
Determine the value of k that gives a size 0.05 test.
My attempt:
The size of the test = significance level = $\alpha$ = 0.05
From my notes, I am told $\alpha = \pi(H_0)$, where $\pi$ signifies the power function.
The only thing I could think of that might link these together is the z-score formula. $$ Z_{0.05} = 1.65 $$ $$ 1.65 = \frac{\bar x - 1}{1} $$ However this doesn't make sense to me, as when I solve for $\bar x$ I get 2.65, which is greater than $\mu$, and this region should be less than $\mu$
Am I supposed to derive the power function for $\mu$ myself?