This is an example from my book and Iam translating from it so there might be some things that are not all clear. Just let me know so i can edit.
Someone is measuring PH-level in a sea and for that she has taken $\textbf{x} =(x_1,...x_n)$ which is a sample taken from $N(\mu, \sigma^2)$ where $\sigma = 0.2$. The confidence interval is done. A 95% upper confidence level for $\mu$ is: $\bar{\mu} = x + \lambda_{0.05}\frac{\sigma}{\sqrt{n}} = \bar{x} + 1.64499\frac{0.2}{\sqrt{10}} \approx 5.8 +0.10= 5.9$ (observe that $\bar{x} = 5.8$ and that $\lambda_{\alpha}$ is defined as the solution $\Phi(\lambda_{\alpha})= 1- \alpha$. $\Phi$ is the Normal distribution function)
A sea is considered acidified if the pH value is less than $\mu_0 = 6.0$ and we want to test if this limit is undershot(i don't know if undershot is a good transalation ,anyhow) So we test the hypothesis $H_0 : \mu = \mu_0$ against $H_1: \mu < \mu_0$ .
A testvariable should be $\bar{x}$ or equivalently: $T = \dfrac{\bar{x}-\mu_0 }{\frac{\sigma}{ \sqrt{n}}}$. which is a observation from $N(0,1)$. with $5\% $ error risk we get the test: $\textbf{what do they mean by $\bar{x}$ is equivalent to $T$ they are just standardizing the variable? }$
"Discard the hypothesis $H_0$" if $T \leq -\lambda_{0.05}$ ($\textbf{i can't understand what they mean here $T\leq -\lambda_{0.05}$ in terms of seeing that $\mu < \mu_0$ }$)
...this occurs when:
$\bar{x}\leq \mu_{0} -\lambda_{0.05}\frac{\sigma}{\sqrt{n}} $ which is equivalent to:
$\mu_{0} \geq \bar{x} + \lambda_{0.05}\frac{\sigma}{\sqrt{n}}$
.....so we discard $H_0$