Statement For every $n > 1$ there is always at least one prime $p$ such that $n < p < 2n$.
I am curious to know that if I replace that $2n$ by $2n-\epsilon$, ($\epsilon>0$) then what is the $\inf (\epsilon)$ so that the inequality still holds, meaning there is always a prime between $n$ and $2n-\epsilon$
Three related points are worthy of mention, showing that epsilon can be close to n.
There is a result of Finsler that approximates how many primes lie between n and 2n, which is of order o(n/log(n)) as is to be expected by the Prime Number Theorem.
Literature on prime gaps will tell you the exponent delta such that there is (for sufficiently large n) at least one prime in the interval (n , n + n^delta). I think delta is less than 11/20.
Observed data suggests that n^delta can be replaced by something much smaller: for n between something like 3 and 10^14 , some function like 2(log(n))^2 works.