Problem: Using the Chebyshev inequality related to the prime number theorem, show that for each integer $n \geq 2$, that there is at least one prime number $p$ with $n<p\leq50n$.
Attempt: So I know that: $0.23 \frac {n} {ln (n)} \leq \pi(n) \leq 5.6 \frac {n} {ln (n)}$, and
$0.23 \frac {50n} {ln (50n)} \leq \pi(50n) \leq 5.6 \frac {50n} {ln (50n)}$
What I thought of doing at first is showing that $f(x) = 0.23 \frac {50x} {ln (50x)}-5.6 \frac {x} {ln (x)}$ is positive and strictly increasing on the interval $(2, \infty)$, but this function is only positive starting at about $n=41$, and is larger than $1$ at about $n=45$, so this doesn't seem like a very clever approach (I would have to test all values of $n$ smaller than $45$). The goal would have been to show that $|\pi(50n)-\pi(n)| \geq 0.23 \frac {50x} {ln (50x)}-5.6 \frac {x} {ln (x)} > 1$.
I'm also looking for an argument for why $f(x) = 0.23 \frac {50x} {ln (50x)}-5.6 \frac {x} {ln (x)}$ is strictly increasing on $ (e, \infty)$ without trying to find the zeroes of the derivative, which is a messy equation.
Any insights on how to approach this problem efficiently appreciated.