← All topics
Corollary

You can always ask for the next prime

Because primes never run out, 'the 100th prime' or 'the billionth prime' is always a meaningful thing to ask for.
Formally: The n-th prime existsnumber theoryModeratedepth 5 in the graph

Infinitude plus well-ordering gives an ordering: there is a definite 1st prime (2), 2nd (3), 3rd (5), and an n-th for every n. This turns the primes from a mere set into a sequence you can index, tabulate, and study — the object behind questions like 'how big is the n-th prime?'

Knowing a library has infinitely many books lets you shelve them and give each a call number.

p₁=2, p₂=3, p₃=5, p₄=7, p₅=11 … p₂₅ = 97. The corollary says p₁₀₀₀₀₀₀ exists (it's 15,485,863) before anyone computes it.

Prime-generation code in cryptographic libraries is, at heart, an implementation of this corollary: 'fetch me the next prime after N' is guaranteed to terminate.

Level 1 The precise statement

For every positive integer n there exists an n-th smallest prime.

Level 2 The proof
Infinitude gives an unbounded set of primes; well-ordering lets us repeatedly extract least elements, yielding a strictly increasing enumeration whose n-th term is the n-th prime.
Level 3 What it stands on (2 direct)
Level 4 The verified record

This page is generated from a machine-checked node. The kernel confirms its dependencies resolve, nothing is circular, and it grounds in axioms (foundation: ZFC). The content hash below makes tampering evident.

sha256:e021196ecb960d9a728f1b286636ee07d64d9ce9574c2948bdcfb349c29ea34b

Nothing yet — this is a frontier result.

Nothing depends on it yet, so its failure would be contained.

🔬 Open in the workbench🎓 More topics