I have been working through some of the early problems in Baby Rudin to prepare for a class next year, but am stuck on part (d) of question 1.6.
Fix $b > 1$.
(a). If $m, n, p, q$ are integers, $n > 0, q > 0,$ and $r = \frac{m}{n} = \frac{p}{q}$, prove that: $$(b^m)^{1/n} = (b^p)^{1/q}.$$ Hence it makes sense to define $b^r = (b^m)^{1/n}$.
(b). Prove that $b^{r+s} = b^rb^s$ if $r$ and $s$ are rational.
(c). If $x$ is real, define $B(x)$ to be the set of numbers $b^t$, where $t$ is rational and $t\leq x$. Prove that: $$b^r = \sup B(r)$$ when $r$ is rational. Hence it makes sense to define: $$b^x = \sup B(x)$$ for every real $x$.
(d). Prove that $b^{x+y} = b^xb^y$ for all real $x$ and $y$.
I have thus far been able to show parts a,b,c with relatively easy concepts, but am struggling to find a solution for part d. Below is my work for parts a,b,c. Feel free to look them over for mistakes.
(a). Since $\frac{m}{n} = \frac{p}{q}$, we know: $mq = np = y$. Then, by $\textbf{Theorem 1.21 of the text}$, we know that $x^{nq} = b^y$ is unique. We shall demonstrate that $(b^m)^{1/n} = (b^p)^{1/q} = b^r$: $$((b^m)^{1/n})^{nq} = (b^m)^q = b^y$$ $$((b^p)^{1/q})^{nq} = (b^p)^n = b^y$$ Thus, $((b^m)^{1/n})^{nq} = b^y = ((b^p)^{1/q})^{nq}$, and so, $(b^m)^{1/n} = b^r = (b^p)^{1/q}$, as desired.
(b). First, let $r = \frac{m}{n}, s = \frac{p}{q}$ for $m,n,p,q \in \Bbb{Z}$. Then, $b^{r+s} = b^{m/n +p/q} = (b^{mq+np})^{1/nq}.$ Since $mq, np \in \Bbb{Z}$, we can say, $(b^{mq+np})^{1/nq} = (b^{mq}b^{np})^{1/nq}$. We get: $(b^{mq}b^{np})^{1/nq} = (b^{m/n}b^{p/q}) = b^rb^s$, as desired.
(c). We consider $B(r) = \{b^t \mid t \in \Bbb{Q} \ \& \ t \leq r\}$. For any $t$, $b^r = b^tb^{r-t} \geq b^t1^{r-t}$, since $b > 1$. Thus, $b^r$ is an upper bound of $B(r)$. Since $b^r \in B(r)$, we conclude that $b^r =\sup B(r)$, as desired.
(d). For this part, I have considered doing $b^x = \sup B(x)$, so $B(x) = \{b^t \mid t \leq x, t \in \Bbb{Q}\}$. Then, $b^xb^y = \sup B(x)\sup B(y) \geq b^rb^s = b^{r+s} = \sup B(r+s)$, for $r \leq x, \ s\leq y, \ r,s \in \Bbb{Q}$. Thus, $\sup B(x)\sup B(y) \geq\sup B(r+s)$, and since $r+s \leq x+y$, we have $\sup B(x+y) \leq \sup B(x)\sup B(y)$, which would set $b^xb^y$ as an upper bound for $b^{x+y}$.
Here I come across two issues, one in that I am not sure if this is in fact correct. Since we assumed $r,s$ were rational, I am not entirely sure if it is true that $\sup B(r+s) = \sup B(x+y)$ for $x,y \in \Bbb{R}$, as I think would have to be the case for me to then claim that since $r+s \leq x+y$, $b^xb^y$ is an upper bound for $b^{x+y}$. Is this true, how would one prove this?
My second issue is that, given the above is true, I can't figure out how one would proceed to demonstrate that $\sup B(x+y)$ is an upper bound for $b^xb^y$.
Any help would be greatly appreciated!