I am working on a portion of part (d) from problem 1.2.17 in Lebl's Introduction to Real Analysis (available here).
Problem Statement:
For an irrational $z \in \mathbb{R} \setminus \mathbb{Q}$ and $x > 1$, define:
$ x^z := \sup\{x^r : r \leq z, r \in \mathbb{Q}\}. $
I want to prove the forward implication $x < y \implies x^z < y^z$ for $x > 1$ and $y > 1$.
For brevity, let's denote the set $\{x^r : r \leq z, r \in \mathbb{Q}\}$ as $\{x^r\}$.
Background:
It has been established in a previous exercise that this statement holds true for positive rational exponents.
Proof Sketch:
Observation: Note that $x^z \notin \{x^r\}$ since for any $x^r \in \{x^r\}$, there exists some $x^s > x^r$ with $r < s < z$ due to the density of rationals in the reals.
Comparison: For every $a \in \{x^r\}$, there exists $b \in \{y^r\}$ such that $a < b < \sup\{y^r\} = y^z$. Thus, $y^z$ is an upper bound for $\{x^r\}$.
Therefore, we conclude that:
$\sup\{x^r\} \leq \sup\{y^r\}$,
or $x^z \leq y^z$.
Challenge:
I am encountering difficulty in demonstrating that $x^z \neq y^z$. While it is intuitive, and given the absence of logarithms in the text up to this point, it is assumed that a proof using properties of real numbers and suprema is sufficient.
Goal:
It would suffice to show that there exists some $y^r$ that is not in $\{x^r\}$, or equivalently, find $\epsilon > 0$ such that:
$ y^r \geq x^z + \epsilon $
for some $0 < r < z$.
Any insights or guidance on constructing this part of the proof would be greatly appreciated. Or maybe I am just overthinking this entirely.
Thank you!
So if $\epsilon = y^r - x^r$ then $y^s - x^s > \epsilon$ for $r < s <z$.
Setting $y^s = x^s + \epsilon$ and, like you said, taking suprema, we'll get $y^z = x^z + \epsilon$.
I got the proof idea now. I'll post it tomorrow.
– LogicalApple Oct 30 '24 at 00:51