11

I know how to prove the countability of sets using equivalence relations to other sets, but I'm not sure how to go about proving the uncountability of the transcendental numbers (i.e., numbers that are not algebraic).

Srivatsan
  • 26,311
user10507
  • 111

3 Answers3

19

If a number $t$ is algebraic, it is the root of some polynomial with integer coefficients. There are only countably many such polynomials (each having a finite number of roots), so there are only countably many such $t$. Since there are uncountably many real (or complex) numbers, and only countably many of them are algebraic, uncountably many of them must be transcendental.

user3180
  • 2,372
  • 1
    I understand this answer, but is it acceptable to just assume that reals are uncountable? – user10507 May 05 '11 at 06:36
  • 4
    Acceptable to whom? If you want a proof that the reals are uncountable, just ask. – Gerry Myerson May 05 '11 at 06:38
  • 2
    @user 10507. I don't know what you have or have not seen in class; I was assuming that you already knew that R was uncountable (this is probably the first result a student sees in class after learning the definition of an uncountable set). If you havn't seen this proof, it fairly simple. See Cantor's Diagonal Argument for instance. I don't know if it is possible to prove that the trancedental numbers are uncountable without first knowing that R is uncountable. – user3180 May 05 '11 at 06:52
  • 4
    the numbers $\sum a_n10^{n!}$ with $a_n$ zero or one, are transcendental (provided infinitely many of the $a_n$ are one) and are uncountable in number. Both facts can be proved without knowing $\bf R$ is uncountable. – Gerry Myerson May 05 '11 at 12:46
  • @GerryMyerson: Those numbers are a subset of $\mathbb{R}$, so if they are uncountable so is $\mathbb{R}$. Proving them uncountable is the same as proving $\mathbb{R}$ uncountable-in fact there is a pretty simple bijection aside from the infinite strings of $1$s in $\mathbb{R}$ – Ross Millikan Dec 04 '11 at 03:53
  • 2
    @RossMillikan, OP wanted a proof that there are uncountably many transcendentals. Any proof of that is more-or-less the same as proving $\bf R$ uncountable, no? – Gerry Myerson Dec 04 '11 at 05:33
15

If you accept the premise that $|\mathbb R| = |P(\mathbb N)|$ then you know it is uncountable, due to Cantor's theorem.

Take all polynomials in rational numbers, each have only finitely many roots in $\mathbb R$.

Since the set of polynomials is equivalent to $\bigcup_{n\in\mathbb N} \mathbb Q^n$ (the union of polynomials from all degrees), which is countable you have only countably many possibly roots for all rational polynomials and thus only countably many algebraic numbers.

Now consider $\mathbb R\setminus A$ where $A$ is the set of all algebraic numbers, if it was not uncountable then $\mathbb R = \mathbb R\setminus A\cup A$ which was a union of two countable sets, which then would be countable.

augurar
  • 1,856
Asaf Karagila
  • 393,674
  • @augurar: Please don't make these sort of very minor edits to very old posts. – Asaf Karagila Feb 28 '14 at 05:31
  • @Shuchang: Please don't approve such minor edits. Especially when the post is nearly three years old. – Asaf Karagila Feb 28 '14 at 05:32
  • @Shahab: Please don't approve such minor edits. Especially when the post is nearly three years old. – Asaf Karagila Feb 28 '14 at 05:33
  • 5
    Why not? The question doesn't "expire". I was looking for an answer, read this one, and didn't know why the first statement was true. So I looked it up and added that detail. The answer is now more useful. – augurar Mar 03 '14 at 02:59
  • @augurar: It is true that the question doesn't expire. But there is a ratio of age to edited information; and this edit was well below [what I see as] the reasonable ratio. There had been a few discussions on that on the meta site. – Asaf Karagila Mar 03 '14 at 03:00
  • 3
    I guess we'll have to agree to disagree. I can't see any reason not to make improvements of this sort if I happen to come across them, regardless of the age of the question. – augurar Mar 03 '14 at 03:06
  • @augurar: Then either you are deliberately going against community norms (or at least how I perceive them to be), or you should take your case to the meta site. In either case I didn't find your edit useful to the post. It was minor, and had I seen it, I would have rejected it. – Asaf Karagila Mar 03 '14 at 03:09
  • 3
    Okay, I have posted a question on the meta. – augurar Mar 03 '14 at 03:21
11

There is a more number-theoretic way of looking at the matter, one that harks back to the work of Liouville.

He showed, among other things, that a number whose decimal expansion consists of $0$s and $1$s, such that the number of $0$s between consecutive $1$s grows faster than any polynomial, must be transcendental.

The standard example is the Liouville Constant, with the $n$-th gap being of length $n!$.

It is easy to produce continuum many transcendental numbers of the Liouville type.

The reason the result is worth mentioning is that it arises from examination of the approximability of algebraic numbers by rationals, a subject with a long and glorious history.

The required approximability result has a pretty quick proof that uses only high-school level mathematics.

André Nicolas
  • 507,029
  • I am sure that one can think of a very very complicated forcing argument requiring very large cardinals in order to prove that :-) – Asaf Karagila May 05 '11 at 09:01