This question is related to Exercise 3.3.7(b) in Cohn, Measure Theory, 2nd edition, which reads as follows:
Let $(X, \mathcal A, \mu)$ be a finite measure space, and let $f$ be an $\mathcal A$-measurable real- or complex-valued function on $X$. Show that if $f \in \mathcal L^{\infty}(X, \mathcal A, \mu)$, then $\|f\|_{\infty} = \lim_{p \to \infty}\|f\|_p$.
I was able to solve this. I was then curious to know whether convergence is necessarily monotonic.
Using $f = 1$ (the constant function), I observed that $\|f\|_p = \mu(X)^{1/p}$, so $\|f\|_p \uparrow \|f\|_{\infty}$ if $0 < \mu(X) \leq 1$, whereas $\|f\|_p \downarrow \|f\|_{\infty}$ if $\mu(X) \geq 1$. Therefore monotonic convergence in either direction is certainly possible.
By experimenting with step functions of the form $a\chi_{[0, \alpha]} + b \chi_{(\alpha, \beta]}$, I was able to find an example where convergence is not monotonic: for this example, as $p$ increased, initially $\|f\|_p$ decreased, then subsequently increased to converge to $\|f\|_{\infty}$. However, I was only able to find such an example when the sum of the interval lengths exceeded $1$ (i.e. $\mu(X) > 1$)
I have not found a nonmonotonic example where $X$ is an interval of length $1$ or smaller, even by writing a Matlab script to generate random step functions on this interval. In all cases, $\|f\|_p \uparrow \|f\|_{\infty}$ when $X = [0,1]$.
This leads me to speculate that
If $\mu(X) \leq 1$, then $\|f\|_p \uparrow \|f\|_{\infty}$ as $p \to \infty$.
To prove this, it would suffice to show that $1 \leq p < q < \infty$ implies $\|f\|_p \leq \|f\|_q$ when $\mu(X) \leq 1$. But I haven't been able to show this. Is it true?
I know that for any finite measure space, $p \leq q$ implies $\mathcal L^q \subset \mathcal L^p$, but that doesn't necessarily mean that $\|f\|_p \leq \|f\|_q$ (at least if $\mu(X) > 1$), as my examples have shown.
My guess is that there is some clever Hölder inequality manipulation which will give me what I want, but I haven't spotted it yet.