9

What if we consider polynomials whose coefficients are either rational or $e$, that is, a polynomial in $\mathbb{Q} \cup \{e\}$ with $\pi$ as a root.

Can this happen? Does it matter if we change rational to integer in the definition?

Pedro
  • 6,518
  • 2
    There is no difference between rational and integral for the coefficients (multiply through by denominators) – Mark Bennet Sep 06 '11 at 19:04
  • It's probably an open problem. The more general problem of algebraic independence is open. See http://mathoverflow.net/questions/33817/work-on-independence-of-pi-and-e – lhf Sep 06 '11 at 19:04

2 Answers2

12

A real/complex number is a root of a polynomial with rational coefficients if and only if it is a root of a polynomial with integer coefficients: just multiply by a suitable integer to clear denominators to get an integer polynomial.

(However, it is not true that a complex number is a root of a monic polynomial with integer coefficients if and only if it is a root of a monic polynomial with rational coefficients; the former are called algebraic integers, and form a proper subset of the algebraic numbers. For example, $\frac{1}{2}$ is certainly the root of a monic polynomial with rational coefficients, e.g., $x - \frac{1}{2}$, but it's not the root of any monic polynomial with integer coefficients.)

Now, of course $\pi$ is a root of many polynomials with real coefficients: it's a root of $x-\pi$, after all, and so on.

Whether $\pi$ is a root of a polynomial with coefficients in $\mathbb{Q}[e]$ or in $\mathbb{Q}(e)$, however, is unknown. The notion you want is that of algebraic independence. A set of real numbers $\{r_1,\ldots,r_n\}$ is said to be "algebraically independent" if there does not exist a nonzero polynomial $p$ in $\mathbb{Q}[x_1,\ldots,x_n]$ such $p(r_1,\ldots,r_n)=0$. It is unknown whether $\{\pi,e\}$ is algebraically independent. (It's not even known whether $\pi+e$ is irrational!)

However, it is known that $\pi$ and $e^{\pi}$ are algebraically independent.

Arturo Magidin
  • 398,050
  • Is $\mathbb{Q}[e]$ the same as $\mathbb{Q} \cup {e}$? – Pedro Sep 06 '11 at 21:17
  • 2
    @Pedro: No. $\mathbb{Q} [e]$ consist of all real numbers which can be expressed as a polynomial in $e$ with rational coefficients. – Chris Eagle Sep 06 '11 at 21:29
  • 2
    @Pedro: not exactly; it's the set of 'polynomials in $e$' with coefficients in $\mathbb{Q}$; things like $e$, $e^2$, $6e^3-({1\over 2})e+{2\over 5}$, etc. – Steven Stadnicki Sep 06 '11 at 21:31
  • 1
    @Pedro: As others have noted, no; $\mathbb{Q}[e]$ is larger than $\mathbb{Q}\cup{e}$ (just like $\mathbb{Z}[\frac{1}{2}]$, which is the set of all rational numbers whose denominator is a power a power $2$ is strictly larger than $\mathbb{Z}\cup{\frac{1}{2}}$. But if $\pi$ is a polynomial with coefficients in $\mathbb{Q}\cup{e}$, then it is certainly one in with coefficients in $\mathbb{Q}[e]$. – Arturo Magidin Sep 06 '11 at 23:50
7

The answer is almost certainly no, but no proof is known. In fact, it is not even known whether $\pi e$ is rational. Schanuel's conjecture implies that $\pi$ and $e$ are algebraically independent, and therefore that the answer to your question is no.

Robert Israel
  • 448,999
  • @jsepcter: You mean, a joke? Sorry, then. (We still say Faltings proved "the Mordell conjecture", even though it's not a conjecture any more...) – Arturo Magidin Sep 06 '11 at 19:39