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.
$47$ is prime. It is between $n$ and $50n$ for all $n\in [1,45]$. Test done.
Now, estimating $f(x)=a\frac{cx}{\ln(cx)}-b\frac{x}{\ln x}$ without getting too grubby: $$f(x)=\frac{acx}{\ln x+\ln c}-\frac{bx}{\ln x} = \frac{(ac-b)\cdot x\ln x -b\ln c\cdot x}{\ln x(\ln x+\ln c)}$$ If $x \ge e$, $x\ln x \ge x > 0$. If also $ac-b > b\ln c > 0$, then $(ac-b)\cdot x\ln x > b\ln c\cdot x$ and $f(x)$ is positive. So, then, estimating for our specific values $a\approx 0.23$, $b\approx 5.6$, $c = 50$, $\ln c \approx 3.9 < 4$, $$ac-b \approx 5.9,\quad b\ln c < 22.4$$ Yeah, not good enough for $f$ to be positive. On the other hand, we can effectively improve our constant by pushing out further. If we take $x\ge 50$ instead, then $x\ln x \ge x\ln 50$, and the numerator estimate becomes $$(ac-b)\cdot x\ln x - b\ln c\cdot x \ge \ln(50)[(ac-b)x - bx] \approx \ln(50)\cdot 0.3x > 0$$ We have now shown that for sufficiently large $x$, $\pi(50x) > \pi(x)$. We don't need to show that $\pi(50x) \ge \pi(x) +1$; after all, the prime-counting function $\pi$ only changes when we cross a prime, so we can only have $\pi(50x) > \pi(x)$ if there's at least one prime in $(x,50x]$.
So then, this inequality works for all $x\ge 50$. For $2\le x< 50$, we need something else - like an explicit prime in $(x,50x]$. Since $50 < 53 < 2\cdot 50$, the fact that $53$ is prime suffices to cover all of these cases.