[step:Verify the claim for small $n$ by an explicit prime chain]
For $n < 8192$, we exhibit primes witnessing Bertrand's postulate. The sequence
\begin{align*}
p_0, p_1, \ldots, p_{15} = 2, 3, 5, 7, 13, 23, 43, 83, 163, 317, 631, 1259, 2503, 4999, 9973, 19937
\end{align*}
consists of primes with $p_0 = 2 < p_1 = 3 < \cdots < p_{15} = 19937$, each pair satisfying $p_{k+1} < 2 p_k$. One verifies each inequality directly: $3 < 4$, $5 < 6$, $7 < 10$, $13 < 14$, $23 < 26$, $43 < 46$, $83 < 86$, $163 < 166$, $317 < 326$, $631 < 634$, $1259 < 1262$, $2503 < 2518$, $4999 < 5006$, $9973 < 9998$, $19937 < 19946$. Each listed number is prime (verified by trial division or by standard prime tables).
[claim:For each integer $n$ with $1 < n \leq 8192$, some $p_k$ in the sequence satisfies $n < p_k < 2n$]
[proof]
Given such $n$, note $2n \leq 16384 < 19937 = p_{15}$, so the set $\{k : p_k \geq 2n\}$ is non-empty (it contains $k = 15$). Let $k$ be the smallest index with $p_k \geq 2n$; then $k \geq 1$ (since $p_0 = 2 < 4 \leq 2n$ for $n \geq 2$), and $p_{k-1} < 2n$.
By the chain property, $p_k < 2 p_{k - 1}$, so $p_k < 2 p_{k-1}$.
We must show $p_{k - 1} > n$ or, equivalently, we must produce a prime in $(n, 2n)$. Write $q = p_{k-1}$; we have $q < 2n$. We claim $q > n$.
If $q \leq n$, then $p_k < 2q \leq 2n$, contradicting $p_k \geq 2n$. So $q > n$. Hence $q = p_{k - 1}$ satisfies $n < q < 2n$, as required.
(We also need to verify that $q < 2n$ is strict, i.e., $q \neq 2n$: since $q$ is prime and $q > n \geq 2$, $q$ is odd unless $q = 2$, but $q > n \geq 2$ forces $q \geq 3$; and $2n$ is even and $\geq 4$, so $2n$ is composite unless $n = 1$, which is excluded. Hence $q \neq 2n$ in all cases relevant here.)
[/proof]
[/claim]
Since $8192 < 9973 < 19937$, every $n$ with $1 < n < 8192$ has a prime $p_{k-1}$ in $(n, 2n)$ from the chain, completing the small-$n$ case.
[/step]