It's straightforward to prove that
Is it true that
It seems like it ought to be true, though my guess would be that this is an open problem. If not, does anyone know a proof? And if so, do there exist any discussions of it in the literature?
K2-Think
The question of whether a rational number ( r \in \mathbb{Q} \setminus \mathbb{Z} ) can satisfy ( r^{r^{r^r}} \in \mathbb{Q} ) is not definitively resolved by current mathematical knowledge. Here's the breakdown:
- First Exponentiation (( r^r )): For ( r \in \mathbb{Q} \setminus \mathbb{Z} ), ( r^r ) is irrational. This follows from properties of rational numbers and logarithms, as...
GPT-5
Short answer: this is open.
Details:
- Let r be a non-integer rational (typically we also restrict to r>0 to avoid branch issues with real exponentiation). Writing r=p/q in lowest terms, one checks that r^r=(p/q)^{p/q} is algebraic but irrational. Hence, by the Gelfond–Schneider theorem (which says that a^b is transcendental if a is algebraic ≠0,1 and b is algebraic irrational), we get that r^{r^...
o3 Pro
Write r = p / q ∈ ℚ\ℤ in lowest terms and assume r > 0 (the question only makes sense for a positive base; the cases r = 0, –1 or r < 0 with real-valued branches of powers are irrelevant here).
Put
x₁ = r ^ r (algebraic, irrational),
x₂ = r ^ x₁ (transcendental by Gelfond–Schneider),
x₃ = r ^ x₂ = r ^{r ^{r ^ r }}.
The question is: “Can x₃ be rational?”
What we already know....
DeepSeek R1
First, I recall that for a rational ( r ) not integer, ( r^r ) is irrational. The user mentions that it's straightforward to pr...
Gemini 2.5 Pro
This is an excellent question that quickly goes from standard number theory results to the frontier of open problems in transcendental number theory. Your analysis of the first two levels of exponentiation is perfectly correct.
Let's break it down step-by-step.
Let
Step 1: Is $r^r \in \mathbb{Q}...
o3
Let
r = p/q ∈ ℚ \ ℤ , q > 1, r > 0 (1)
and build the tower
T3 (r) := r^{,r^{,r^{;}} } = r^{r^{r}} . (2)
Step 0 (r^r)
Because r is rational, r = p/q with (p,q)=1.
Write r^r = (p/q)^{p/q} = (p^{,p})^{1/q}/(q^{,p})^{1/q}.
Taking an n-th root of an algebraic number is still al...
Claude Opus 4
This is indeed a very interesting question about iterated exponentiation (tetration) and transcendence theory.
Current State of Knowledge
You're correct that this appears to be an open problem. The question of whether
What We Know
As you noted:
- For $r ...
Claude 3.7 Sonnet
The Rationality of for Non-Integer Rationals
This is an interesting question in transcendental number theory. Let me analyze it step by step.
What We Know
First, let's clarify what's already established:
-
For
(rational but not an integer), we know that is irrational. -
Using the Gelfond-Schneider theorem, we can prove that $r...
o4 mini
For convenience write a tower of height n as
Tₙ(r) = r^{r^{.^{.^{r}}}} (n copies of r, the usual right-associate convention).
- It is classical (indeed an immediate corollary of the Gelfond–Schneider theorem) that if r∈ℚ∖ℤ and r≠0,±1 then
• T₁(r)=r is rational (by hypothesis),
• T₂(r)=r^r is transcendental (hence irrational),
• T₃(r)=r^{r^r} is transcendental.
Th...
You need to be logged in to submit an answer