Introduction

In the 1870s Georg Cantor made a shocking discovery: some infinities are bigger than others. You can pair up the whole numbers 1, 2, 3, … with the even numbers, the fractions, even all the rationals — they are all the same size of infinity, called ℵ₀ ("aleph-null"), the smallest infinity.

But the real numbers — every point on a continuous line — are a strictly larger infinity. There is no way to list them, no way to pair them one-to-one with the counting numbers. Cantor proved this with his famous diagonal argument.

So we have at least two sizes of infinity: the countable ℵ₀, and the continuum (the size of the reals, written 2^ℵ₀). Cantor's burning question was simple to ask and impossible to shake: is there any size of infinity strictly between them? That question is the Continuum Hypothesis.

Explore the Sizes of Infinity

Below is an interactive scale of infinities. Pick a set and the demo tries to pair it one-to-one with the counting numbers. If the pairing works, the set is the same size as ℵ₀. If it fails — as it does for the reals, by Cantor's diagonal trick — the set is strictly bigger.

<p class="hint">{{hint_pairing}}</p>
<div class="sets">
  <button data-set="evens" type="button">{{btn_evens}}</button>
  <button data-set="rationals" type="button">{{btn_rationals}}</button>
  <button data-set="reals" type="button">{{btn_reals}}</button>
</div>
<div id="pairing" class="pairing"></div>
<div class="status" id="status">{{status_choose}}</div>
<hr/>
<p class="hint">{{hint_scale}}</p>
<div class="scale">
  <div class="track"><div id="fill" class="fill"></div><div id="knob" class="knob"></div></div>
  <input id="slider" type="range" min="0" max="100" value="0" />
  <div class="labels"><span>2^&#8501;&#8320; (reals)</span><span>&#8501;&#8320; (countable)</span></div>
</div>
<div class="verdict" id="verdict">{{verdict_aleph_null}}</div>
* { box-sizing: border-box; }
body { font-family: system-ui, sans-serif; color: #222; margin: 0; }
.hint { font-size: .9rem; color: #444; margin: 0 0 .7rem; line-height: 1.45; }
.sets { display: flex; gap: .5rem; flex-wrap: wrap; margin-bottom: .6rem; }
button { font: 600 14px system-ui, sans-serif; padding: .45rem .9rem; border: 1px solid #1d3557;
         background: #fff; color: #1d3557; border-radius: 8px; cursor: pointer; }
button.active { background: #1d3557; color: #fff; }
.pairing { display: grid; grid-template-columns: repeat(5, 1fr); gap: 6px; margin: .4rem 0; min-height: 2.4em; }
.pair { background: #e8eef3; border: 1px solid #cdd9e3; border-radius: 7px; padding: .35rem .2rem;
        text-align: center; font: 600 13px ui-monospace, monospace; color: #1d3557; }
.pair.miss { background: #fde2e4; border-color: #f5b5bb; color: #c92f3c; }
.status { font-size: 1rem; font-weight: 600; margin: .5rem 0; min-height: 1.4em; }
.status.ok { color: #0a7d33; }
.status.bad { color: #c92f3c; }
hr { border: none; border-top: 1px solid #e3e3e3; margin: 1rem 0; }
.scale { margin: .4rem 0; }
.track { position: relative; height: 10px; background: linear-gradient(90deg,#e63946,#f1c453,#2a9d8f);
         border-radius: 6px; }
.fill { display: none; }
.knob { position: absolute; top: -5px; left: 0; width: 20px; height: 20px; background: #1d3557;
        border: 3px solid #fff; border-radius: 50%; box-shadow: 0 1px 4px rgba(0,0,0,.3); transform: translateX(-50%); }
#slider { width: 100%; margin-top: .5rem; }
.labels { display: flex; justify-content: space-between; font: 600 12px ui-monospace, monospace; color: #1d3557; }
.verdict { font-size: .95rem; font-weight: 600; margin-top: .6rem; min-height: 2.4em; line-height: 1.4; }
// Code not found

Notice the two solid landmarks: ℵ₀ at the bottom (integers, fractions, rationals — all countable) and 2^ℵ₀ at the top (the reals — uncountable). The Continuum Hypothesis asks whether the marked spot in between can ever contain a real set. Drag the slider there: mathematics cannot tell you if anything lives at that point.

Why It Can't Be Settled

What is the status of the Continuum Hypothesis? Not "open," not "true," not "false" — something stranger. It is independent of the standard axioms of mathematics.

  • The axioms. Almost all modern math is built on ZFC — Zermelo–Fraenkel set theory with the Axiom of Choice. Everything we prove is, in principle, derived from these rules.
  • Gödel, 1940. Kurt Gödel built a model of set theory (the constructible universe, L) where CH is true. This proves you can never disprove CH from ZFC — assuming CH never leads to a contradiction.
  • Cohen, 1963. Paul Cohen invented a revolutionary technique called forcing to build a model where CH is false — where an infinity does sit between ℵ₀ and 2^ℵ₀. This proves you can never prove CH from ZFC either. Cohen won the Fields Medal (1966) for it.
  • The verdict. Together: CH is independent of ZFC. The standard axioms simply do not decide it. It was the very first problem on Hilbert's famous 1900 list — and its resolution was that it has no resolution within our usual rules.

This is a cousin of Gödel's incompleteness made concrete: a perfectly clear mathematical question that no proof can ever answer, one way or the other.

Where It Matters

A question with no answer might sound useless — but the Continuum Hypothesis reshaped how mathematicians think about truth itself:

  • Axioms are choices, not commandments. CH showed that our standard rules are incomplete: there are sensible statements they leave wide open. We can adopt new axioms that settle CH either way and get equally consistent mathematics.
  • The hunt for new axioms. Set theorists study large cardinal axioms and principles like the Proper Forcing Axiom precisely to decide questions ZFC leaves open. CH is the benchmark they test against.
  • Forcing became a power tool. Cohen's technique now proves dozens of independence results across analysis, topology, and algebra — many natural questions turn out to be undecidable too.
  • A mirror for computation. Independence in math is the sibling of undecidability in computing: some well-posed questions admit no algorithm and no proof, a hard ceiling on what formal systems can reach.

The lesson echoes far beyond infinity: even a complete-looking system of rules can leave honest questions permanently unanswered.

Conclusion

The Continuum Hypothesis is one of the most beautiful results in mathematics precisely because it has no answer. Cantor asked whether any infinity sits between the counting numbers and the reals; a century later Gödel and Cohen proved that our standard axioms can neither confirm nor deny it.

It is not that we are not clever enough yet. It is that the question is genuinely independent — a permanent gap in what proof can reach, sitting right at the foundations. Like the limits of computation, it marks a boundary where certainty itself runs out, and the honest answer is: it depends on which mathematics you choose to live in.

Share this article

Pick a channel — or use your device's native share sheet.

Comments

Loading comments...

https://www.kipuhub.com/en/article/continuum-hypothesis/Content licensed under CC BY-NC 4.0.