I am trying to prove the following:
Let $(\Omega, \Sigma, \mu)$ be a measure space. Assume there exists an $a >0$ such that for any $A \in \Sigma$ either $\mu(A) = 0$ or $\mu(A) \geq a$. Then $L^{p'} \subset L^p$ if $1 \leq p' \leq p \leq \infty$.
I am trying to prove it for simple functions, since the rest would follow easily. To that end, let $f$ be simple. That is $f = \sum_{i = 1}^n \alpha_i 1_{A_i}$, for disjoint $A_i \in \Sigma$. Then,
\begin{align} \|f\|_p &= \|\sum_{i = 1}^n \alpha_i 1_{A_i}\|_p \leq \sum_{i = 1}^n \|\alpha_i 1_{A_i}\|_p \\&= \sum_{i = 1}^n \alpha_i \mu(A_i)^{1/p} \\&= \sum_{i = 1}^n \alpha_i \mu(A_i)^{1/p - 1/p' + 1/p'} \\&\leq \frac{1}{a^{1/p' - 1/p}} \sum_{i = 1}^n \alpha_i \mu(A_i)^{1/p'}. \end{align} The first inequality follows from Minkowski's inequality. Now it is clear that the last term is equal to $\frac{1}{a^{1/p' - 1/p}} \sum_{i = 1}^n \|\alpha_i 1_{A_i}\|_{p'}$. But I am trying to bound $\|f\|_p$ by $\|f\|_{p'}$, so I need to get the sum back into the norm. I am not sure how to continue here, or even if this approach is correct. The exercise this is based on is Exercise 4.1.2 in Achim Klenke's Probability Theory textbook. My approach is based on the proof of the third theorem here (https://math.stackexchange.com/a/66038/697506), but the author does not really explain the last inequality.
Many thanks in advance!