[Math] proof that says that an operation that can take a transcendental number and make it an integer cannot exist

number theorytranscendental-numbers

Motivation:

To get an integer to become a different integer, you have to add or subtract another integer, e.g. $1+2=3$

To get a rational number to become an integer, you have to multiply by the denominator, e.g. $\frac{3}{4}(4) = 3$

To get an irrational number to become an integer, you have to raise it to some power, e.g. $(\sqrt{3})^2 = 3$

From my understanding, transcendental numbers are numbers where there is no operation (done in one step) that can bring a transcendental number back into the integer realm; I know it is easy to get an integer from a transcendental number in two operations/steps, e.g. $e+e=2e\quad \frac{2e}{e}=2$

Is this because (1) no operation exists in mathematics (because 'mathematics transcends the human mind' – pun intended) or (2) because no operation known to man exists?

I know that there is some ambiguity in that question so I will try my best clarify: by option 1, I mean is there a proof that says that such an operation cannot exist and by option 2, I mean no such proof exists.

Best Answer

You're a little bit off with your definition of transcendental numbers. The "algebraic numbers" (i.e. the "non-transcendental" numbers) can be thought of as follows. We begin by considering the numbers that can be brought to zero under the following operations:

  • addition by an integer
  • multiplication by a (nonzero) integer
  • (positive) integer powers

Any such number and any sum of finitely many of these numbers is algebraic. If a number isn't algebraic, it's transcendental.

$3$ is algebraic because $3-3=0$.

$\frac34$ is algebraic because $4\times \frac34 = 3$, and $3-3=0$.

$\sqrt3$ is algebraic because $(\sqrt3)^2=3$, and $3-3=0$.

$e$ is transcendental because no amount or order of these operations will bring $e$ to $0$. We can't simply divide $e$ by $e$ or do anything like that because $e$ is not a rational number, and we can't call that one step because $e$ certainly is not an integer.


The equivalent (and more concise) statement of this definition, by the way, is that an algebraic number is one that is the root of some polynomial $a_0+a_1x+a_2x^2+\dots+a_nx^n$, where each coefficient $a_k$ is an integer. So for example, $\sqrt2-1$ is algebraic because $$ (\sqrt2-1) + 1=\sqrt 2\\ (\sqrt 2)^2=2\\ 2-2=0 $$ Equivalently, $\sqrt 2-1$ is a root of the equation $$ (x+1)^2-2=0\implies\\ x^2+2x-1=0 $$


Note: You could (as some do) add to the list of allowable operations division by an integer, which would allow you to consolidate some steps by using rational numbers. However, this does not expand the set of numbers you can bring to zero because any root of a polynomial with rational coefficients is the root of some polynomial with integer coefficients.

Along the same lines, you could allow negative/rational powers with out changing the outcome.

Second note: if you're trying to understand all this, I highly recommend this video (if you aren't already a numberphile fan), which does a good job of explaining what I've said here.

Related Question