You have probably had this nagging feeling. You write \sqrt{2}. You square it and get 2. You multiply \sqrt{2} \cdot \sqrt{2} = 2 and \sqrt{2} \cdot \sqrt{3} = \sqrt{6} and none of it feels suspicious — you are pushing a symbol around, following rules, and numbers come out the other end.

But ask for its decimal and what you get is 1.41421356237\ldots — with dots at the end. Dots that never stop. Dots that cannot stop, because if they did, \sqrt{2} would be a ratio of integers, and you already know it isn't. So \sqrt{2} is a recipe for an infinite digit sequence, not a finished decimal you can write down. Is that a number in the same sense that 3 or \tfrac{7}{5} are numbers? Or is \sqrt{2} really just a symbol, a piece of notation that behaves well in algebra but doesn't stand for any actual thing?

The short answer is: \sqrt{2} is a genuine number, as real as 3. The long answer has three parts, and each one is a different way of saying "here is the thing that \sqrt{2} denotes — it is not just ink on a page."

Why the unease is reasonable

The worry is not silly. When you write 3, you can hold up three fingers. When you write \tfrac{7}{5}, you can cut a length into five pieces and take seven. But \sqrt{2} has no finite procedure — its decimal never stops, no fraction p/q matches it. All you have is the symbol and the rule "this squared equals 2." A symbol plus a rule sounds like notation, not a number. That guess is wrong: mathematicians spent the nineteenth century giving \sqrt{2} three concrete identities, each a purely logical object that behaves exactly the way \sqrt{2} is supposed to behave.

Answer 1: \sqrt{2} is a length

The most concrete answer. Take a square with side 1 metre. Draw its diagonal. That diagonal has a length — a physical length you can measure with a ruler, except that no rational number of millimetres will ever match it exactly.

By Pythagoras, the diagonal satisfies d^2 = 1^2 + 1^2 = 2, so d = \sqrt{2}. This length exists in the world. You can draw the square on paper, swing a compass from one corner of the diagonal to the number line, and the point where the arc lands is \sqrt{2} — a specific, unambiguous point on the line.

Root 2 as the length of a unit square diagonal, pinned to the number lineA horizontal number line from zero to two. Above the line, a unit square sits between x equals zero and x equals one, with a diagonal drawn from the origin to the top right corner. A compass arc swings the diagonal down from the top right corner of the square, landing on the number line a little past one point four. A filled dot on the number line marks this landing point, labelled root two. 0 1 2 √2 1 1 √2 the arc lands at a specific point — no fraction names it, but it is there
The diagonal of the unit square is a real length. Swing it down with a compass and it lands on a definite point of the number line. That point is $\sqrt{2}$, whether or not any fraction $p/q$ can describe it.

This is already enough to answer your question. If \sqrt{2} were "just a symbol," the diagonal of a unit square would have no length. But diagonals have lengths. Geometry is older than algebra — the Greeks knew \sqrt{2} as a length centuries before anyone had fractional-exponent notation. The symbol came later to name a pre-existing thing.

But "length" is a physical intuition. A sceptic can still ask, "tell me what the number \sqrt{2} is without appealing to any diagram." Two constructions, both from the late 1800s, give that answer using just sets and sequences of rationals — no pictures required.

Answer 2: \sqrt{2} is a Dedekind cut

Richard Dedekind's idea. Pick any point on the real line — call its location \alpha. That point splits the rationals \mathbb{Q} into two sets:

If \alpha is rational, this split has a "seam" at \alpha itself (it sits in R). If \alpha is irrational, there is no seam — neither L has a greatest element nor R a least. The partition is the only trace of \alpha left in the rationals.

Dedekind's move was radical. He said: forget about "pre-existing" \alpha hovering somewhere. Define a real number to be a partition of \mathbb{Q} into two sets L, R with the right properties (every element of L below every element of R, L has no greatest element). The partition is the real number.

For \sqrt{2}, the cut is:

L = \{q \in \mathbb{Q} : q < 0\} \cup \{q \in \mathbb{Q} : q \ge 0 \text{ and } q^2 < 2\},
R = \{q \in \mathbb{Q} : q > 0 \text{ and } q^2 \ge 2\}.

Every rational number you have ever written down is in exactly one of these two sets. 1.4 \in L because 1.4^2 = 1.96 < 2. 1.5 \in R because 1.5^2 = 2.25 \ge 2. 1.41 \in L, 1.42 \in R, 1.4142 \in L, 1.4143 \in R. As the decimals get finer, the two sets press closer and closer to each other — but they always have an infinitesimally thin gap between them, a gap that contains no rational at all. That gap is \sqrt{2}. The partition itself is the number.

Why this counts as a definition: the cut is a completely concrete mathematical object — a pair of subsets of \mathbb{Q}. There is no mysterious "number" hovering above. You can add cuts, multiply cuts, compare cuts — the arithmetic of real numbers is defined in terms of these set operations, and you can check that (\sqrt{2})^2 = 2 by verifying it on the level of sets.

Dedekind does not say "there is a number \sqrt{2} and here is a set that describes it." He says "the set is the number." Under this definition, 3 is also a real number — namely, the cut L = \{q \in \mathbb{Q} : q < 3\}, R = \{q \in \mathbb{Q} : q \ge 3\}. Rationals and irrationals are built from the same raw material; the only difference is whether R has a smallest element or not. "Is \sqrt{2} a real thing or just a symbol?" becomes "is a partition of \mathbb{Q} a real thing?" — and of course it is.

Answer 3: \sqrt{2} is a Cauchy sequence

Georg Cantor's alternative. Consider the sequence of truncated decimals:

1,\; 1.4,\; 1.41,\; 1.414,\; 1.4142,\; 1.41421,\; 1.414213,\; \ldots

Every term is rational. Every term is a terminating decimal. The terms are getting closer and closer together — the difference between consecutive terms shrinks like 10^{-n}. A sequence whose terms cluster arbitrarily close to each other is called a Cauchy sequence.

In the rationals, this Cauchy sequence has nowhere to go — no rational limit. That is a defect: rationals are not complete. Cantor's fix: declare that every Cauchy sequence of rationals, even those with no rational limit, names a real number. Two Cauchy sequences name the same real number if their difference shrinks to zero.

So \sqrt{2} is the equivalence class of the sequence above — together with every other Cauchy sequence that "approaches the same thing," like 1.5, 1.42, 1.415, 1.4143, \ldots or the Newton-iteration sequence 1, 1.5, 1.41\overline{6}, 1.41421568\ldots. All of them are representatives of the same real number. The real number \sqrt{2} is the collection of all Cauchy sequences that converge to it.

This is how computers think about \sqrt{2} too. A floating-point value is a truncated decimal from exactly this kind of sequence. A symbolic-algebra system represents \sqrt{2} as "the unique positive root of x^2 - 2 = 0," which is just another way of specifying the limit.

The Cauchy-sequence construction makes peace with the "dots at the end" that first made you uneasy. The dots are not a defect — they are the content of the number. \sqrt{2} is the process of approaching, made into a completed object by taking an equivalence class.

Three constructions, one number

The geometric point, the Dedekind cut, and the Cauchy equivalence class look like three totally different objects — a point, a set of sets, a set of sequences. But when you set up arithmetic on each, the three systems turn out to be isomorphic: there is a structure-preserving correspondence between them, and every theorem proved in one translates cleanly to the others. That is why mathematicians stopped arguing about "which one is the real \sqrt{2}." They are all the real \sqrt{2}.

Why "symbol manipulation" works

Here is the punchline. When you write

(\sqrt{2} + 1)(\sqrt{2} - 1) = 2 - 1 = 1,

you are not doing anything that treats \sqrt{2} as a mystical symbol. You are using the fact that \sqrt{2} is a number that satisfies (\sqrt{2})^2 = 2, and then applying the distributive law that holds for all real numbers. If \sqrt{2} were "just a symbol" with no numerical content, the distributive law would not apply, and answers would come out inconsistent depending on which manipulations you chose.

They don't come out inconsistent. Every path gives the same answer. That consistency is evidence that \sqrt{2} is a genuine number — if it weren't, the arithmetic would break somewhere. The ancient Greeks, Dedekind, Cantor, and your scientific calculator all agree on its value because they are all describing the same object from different angles: a length on a line, a partition of the rationals, a limit of a sequence.

Compare this with a genuinely game-like symbol — the imaginary unit i, introduced as "the thing whose square is -1." For centuries i was treated as a formal symbol with no interpretation. The resolution came when Argand and Gauss identified i with the point (0, 1) in the plane, turning it into a genuine object. \sqrt{2} has had its concrete home the entire time — three of them, in fact.

The three answers, side by side

Lens What \sqrt{2} is
Geometric the length of the diagonal of a unit square
Dedekind the partition \{q \in \mathbb{Q} : q^2 < 2 \text{ or } q < 0\} versus its complement
Cauchy the equivalence class of the sequence 1, 1.4, 1.41, 1.414, \ldots

All three answers pick out the same point on the number line. They are three different constructions of the same object. This is why completeness is a theorem and not a miracle: every construction of \mathbb{R} builds the same number system.

So the next time you write \sqrt{2}, remember: the symbol is shorthand for a real thing. You can pick whichever of the three answers feels most concrete to you — for most students the geometric one is the anchor — and trust that when you manipulate \sqrt{2} algebraically, you are manipulating a number. The dots at the end of 1.41421356\ldots do not mean the number is "incomplete." They mean the decimal representation is infinite, which is a limitation of the notation, not of the number itself.

This satellite sits inside Real Numbers — Properties. See also Rationals Aren't Enough and Tennenbaum's Picture-Proof That √2 Is Irrational.