Given $a\in\mathbb{R}$, define $p=a+a^2$ and $q=a+a^3$. Show that the following statement is false:
"If $q$ is irrational, then $p$ is also irrational".
My approach: I just was lucky to find a counterexample setting $p=1$. Then, I found out that for both $a$ that satisfy the equation $q$ is irrational.
I wonder if someone here could come up with a more neat solution.
I want to add the following more general result/method.
Observation. Assume that $f(x)$ and $g(x)$ are polynomials with rational coefficients and respective degrees $m$ and $n$. If $\gcd(m,n)=1$ then for all real numbers $\rho$ the values $f(\rho)$ and $g(\rho)$ can both be rational if and only if $\rho$ is rational.
Proof. Consider the field of rational functions $K=\Bbb{Q}(x)$. It has subfields $F_1=\Bbb{Q}(f)$, $F_2=\Bbb{Q}(g)$ and $F_3=\Bbb{Q}(f,g)$. We immediate see that
This means that $x\in\Bbb{Q}(f,g)$, so there exists bivariate polynomials $a(X,Y), b(X,Y)\in\Bbb{Q}[X,Y]$ such that $$ x=\frac{a(f,g)}{b(f,g)}. $$ The claim follows from this by plugging in $x=\rho$. We were given that $f(\rho)$ and $g(\rho)$ are rational. Consequently so are $a(f(\rho),g(\rho))$ and $b(f(\rho),g(\rho))$ and hence also their ratio $=\rho$. QED
This has the following
Corollary. If $f(x)$ and $g(x)$ are monic polynomials with integer coefficients and respective degrees $m,n>1$ such that $\gcd(m,n)=1$, then there exists a real nuber $\rho$ such that $f(\rho)$ is rational but $g(\rho)$ is not.
Proof. Because $f(x)$ has degree $\ge2$, there exists an integer $m$ such that $f(x)=m$ has a real solution $x=\rho$, but it has no solutions $x\in\Bbb{Z}$. This is basically because asymptotically $|f(x)|$ is growing faster than linearly when $|x|\to\infty$, so the image $f(\Bbb{Z})$ cannot be all of $\Bbb{Z}$. As we assumed $f(x)$ to be monic the rational root test implies that any rational solution of $f(x)=m$ would be an integer. As that is not the case, we can conclude that $\rho$ is irrational.
If $g(\rho)$ were rational then, by the Observation, $\rho$ would have to be rational also. Therefore $g(\rho)$ is irrational. QED
I'm fairly sure that the assumption of $f$ and $g$ being monic is not necessary. For the argument to work we only need to locate a rational number $q$ such that $f(x)=q$ has an irrational solution $\rho$. I don't have the time to think of an argument showing that such a $q$ exists. So I bailed out by assuming that $f$ and $g$ are monic, when the above argument is available.