Square Root Of 6 Is Irrational

8 min read

You've probably seen the proof that √2 is irrational. It's the classic example — the one every math student meets in their first week of discrete math or number theory. Because of that, clean. Elegant. In real terms, uses contradiction. Shows that assuming √2 = a/b in lowest terms leads to both a and b being even, which is impossible.

But what about √6?

Most textbooks mention it in passing. "Similarly, √6 is irrational." Then they move on. And if you're like me, you nodded along and thought, *yeah, sure, same idea.Here's the thing — * But here's the thing — it's not exactly the same idea. But the details shift in ways that trip people up. And if you actually sit down to write the proof from scratch without peeking, you might hesitate.

I did. More than once That's the part that actually makes a difference..

So let's walk through it properly. In real terms, no hand-waving. No "left as an exercise." Just the proof, the pitfalls, and why this particular square root has a few surprises up its sleeve Not complicated — just consistent..

What Does "Irrational" Actually Mean Here?

Before we touch √6, let's be precise about what we're proving.

A number is irrational if it cannot be written as a ratio of two integers. That is, there do not exist integers p and q (with q ≠ 0) such that the number equals p/q. Equivalently, its decimal expansion never terminates and never repeats Nothing fancy..

√6 is the positive number that, when squared, gives 6. 44948974278... Now, the digits go on forever with no pattern. In practice, approximately 2. But "looks random" isn't a proof. We need to show that no fraction can equal √6 exactly.

And the standard tool for this? Proof by contradiction.

Assume the opposite — that √6 is rational — and derive something impossible. That's the plan.

Why √6 Is Slightly Trickier Than √2

Here's where most people gloss over the difference.

For √2, the contradiction comes from parity: if √2 = a/b in lowest terms, then a² = 2b², so a² is even, so a is even, so a = 2k, then 4k² = 2b², so b² = 2k², so b is even — contradiction, since a and b can't both be even Less friction, more output..

Clean. The logic hinges on a single prime: 2.

But 6 = 2 × 3. Two distinct primes. That changes the algebra Still holds up..

If √6 = a/b in lowest terms, then a² = 6b². Now a² is divisible by 6. Still, does that mean a is divisible by 6? Not necessarily. Divisibility by a composite number doesn't work the same way as divisibility by a prime.

This is the trap. I've seen students write "a² is divisible by 6, so a is divisible by 6" and call it a day. That's wrong. a = 6 works. Here's the thing — a = 12 works. But a = 2? 2² = 4, not divisible by 6. a = 3? 9, not divisible by 6. a = 4? 16, nope. a = 6? 36, yes. a = 12? 144, yes That alone is useful..

So a² divisible by 6 does imply a divisible by 6 — but it's not obvious. You have to argue it via the prime factors: if 2 | a² then 2 | a, and if 3 | a² then 3 | a, so 6 | a. That extra step matters.

Not the most exciting part, but easily the most useful.

And there's another path entirely — one that avoids the composite-number trap. We'll get to both It's one of those things that adds up. Simple as that..

The Standard Proof (Prime Factorization Route)

Let's do this carefully.

Theorem: √6 is irrational.

Proof. Suppose, for contradiction, that √6 is rational. Then there exist integers a and b, with b ≠ 0, such that √6 = a/b and the fraction is in lowest terms (gcd(a, b) = 1) And that's really what it comes down to. That's the whole idea..

Square both sides:

6 = a² / b²

Multiply:

a² = 6b²

So a² is a multiple of 6. Since 6 = 2 × 3, this means a² is divisible by 2 and by 3.

Now — and this is the key lemma — if a prime p divides a², then p divides a. This follows from the fundamental theorem of arithmetic (unique prime factorization). If p appears in the prime factorization of a², it must have come from a, and with twice the exponent.

Honestly, this part trips people up more than it should.

Apply this with p = 2: 2 | a² ⇒ 2 | a.
Apply with p = 3: 3 | a² ⇒ 3 | a.

Since 2 and 3 are distinct primes, their product divides a: 6 | a.

Write a = 6k for some integer k. Substitute back:

(6k)² = 6b²
36k² = 6b²
6k² = b²

So b² is a multiple of 6. By the same prime-divisibility argument, 6 | b.

But now both a and b are divisible by 6. That contradicts gcd(a, b) = 1 Simple, but easy to overlook..

Therefore our assumption was false. √6 is irrational. ∎

Why the Prime Lemma Matters

That step — "if p | a² then p | a" — is doing heavy lifting. Think about it: it's true for primes. So you can't just say "6 divides a², so 6 divides a" without justification. It's false for composites in general. Here's the thing — for example, 4 | 6² (36), but 4 ∤ 6. The justification is: 2 and 3 each divide a², so each divides a, so their product divides a Most people skip this — try not to..

This is the nuance that separates a rigorous proof from a hand-wavy one.

An Alternative Proof: Using √2 and √3

Here's a different angle. It's shorter if you already know √2 and √3 are irrational — but it requires a lemma about products of irrationals.

Lemma: If x and y are irrational, xy can be rational or irrational. (√2 × √2 = 2, rational. √2 × √3 = √6, irrational — which is what we're proving!)

So you can't just say "product of irrationals is irrational." That's false.

But you can use this approach:

Suppose √6 is rational. Then

Continuing from the point where the alternative line of reasoning begins:

Suppose, for the sake of argument, that √6 can be expressed as a reduced fraction c/d with d ≠ 0 and gcd(c,d) = 1. Because of that, consequently, 6 divides c, so we can write c = 6k for some integer k. Practically speaking, hence d² is also a multiple of 6, forcing 6 to divide d as well. In real terms, by the same prime‑divisibility lemma used earlier, each of those primes must also divide c. Squaring both sides yields 6 = c²/d², or equivalently c² = 6d². On top of that, substituting back gives (6k)² = 6d², which simplifies to 6k² = d². But then both numerator and denominator share the factor 6, contradicting the assumption that the fraction was in lowest terms. Now, this equation tells us that c² is a multiple of 6, and therefore both 2 and 3 divide c². This contradiction shows that √6 cannot be rational And that's really what it comes down to..

The argument above mirrors the classic prime‑factor proof, yet it arrives at the same conclusion by tracing the divisibility of the numerator and denominator simultaneously. Still, it underscores a more general principle: whenever a square integer is divisible by a product of distinct primes, each of those primes must appear in the factorization of the original integer. This principle extends to any non‑square integer n; if n were rational, the same chain of reasoning would force every prime divisor of n to divide both the numerator and denominator, leading to an impossibility It's one of those things that adds up. Which is the point..

Counterintuitive, but true.

Another perspective involves viewing √6 as a root of the polynomial x² − 6. Over the integers, this polynomial is primitive (its coefficients have greatest common divisor 1) and irreducible by Eisenstein’s criterion with the prime 2 (or 3). A theorem from algebra—Gauss’s lemma—states that a primitive polynomial that is irreducible modulo a prime remains irreducible over the rationals. Now, since x² − 6 fails to factor into linear terms with rational coefficients, its sole real root, √6, cannot be rational. This approach bypasses explicit manipulation of divisibility and instead leans on the structural properties of polynomials Simple, but easy to overlook..

And yeah — that's actually more nuanced than it sounds.

A more constructive angle can be taken by approximating √6 with continued fractions. Now, a terminating continued fraction would correspond to a rational number, while an infinite periodic one signals an irrational square root. The simple continued fraction of √6 is [2; 2, 12, 2, 12, …], a purely periodic sequence that never terminates. Thus the very structure of the expansion confirms the irrationality of √6 without invoking contradiction.

Honestly, this part trips people up more than it should.

Finally, a conceptual take‑away: the irrationality of √6 is not an isolated curiosity but a special case of a broader theorem—the square root of any positive integer that is not a perfect square is irrational. Which means the proof hinges on the uniqueness of prime factorization and the impossibility of “balancing” the exponents of those primes in both numerator and denominator of a reduced fraction. Whether one chooses to point out divisibility, polynomial irreducibility, or continued fractions, the underlying logical skeleton remains the same And that's really what it comes down to..

Conclusion
Through several complementary arguments—prime‑factor analysis, simultaneous divisibility, algebraic irreducibility, and continued‑fraction periodicity—we have demonstrated that √6 cannot be expressed as a ratio of integers. Each method reinforces the central idea that the presence of an unbalanced set of prime exponents in a putative rational representation leads to an inevitable contradiction. Hence, √6 stands as an irrational number, consistent with the general rule that the square root of a non‑square integer is irrational Worth keeping that in mind. Turns out it matters..

Don't Stop

Newly Published

Curated Picks

A Bit More for the Road

Thank you for reading about Square Root Of 6 Is Irrational. We hope the information has been useful. Feel free to contact us if you have any questions. See you next time — don't forget to bookmark!
⌂ Back to Home