I've formally defined the power whose base is a positive number and its exponent is a real non-zero number like this:
$$x^{\alpha}=\sup\left\{x^p\in\mathbb{R}\mid p\in\mathbb{Q},0<p\leq\alpha\right\},\text{ if $\alpha>0$.}$$ $$x^{\alpha}=\inf\left\{x^p\in\mathbb{R}\mid p\in\mathbb{Q},\alpha\leq p<0\right\},\text{ if $\alpha<0$.}$$
I want to prove the properties which are true for rational numbers ($x>0,\alpha,\beta\neq 0$):
- $x^\alpha\cdot x^\beta=x^{\alpha+\beta}$.
- $(x^\alpha)^\beta=x^{\alpha\cdot\beta}$.
- $(x\cdot y)^\alpha=x^\alpha\cdot y^\alpha$.
Any ideas? My problem is that there're 2 supremum and I don't have any idea to handle that. I hope, I didn't commit any mistake (sorry for my English!).
$$(x^\alpha)^\beta=\sup\left{(x^\alpha)^p\middle|0<p\leq \beta\right}=$$ $$\sup\left{(\sup\left{x^p\middle|0<p\leq\alpha\right})^q\middle|0<q\leq \beta\right}.$$
And now, what? How can I go from that to:
$$\left{x^p\middle|0<p\leq\alpha\cdot\beta\right}.$$
– Raúl Filigrana Villalba Aug 03 '21 at 09:53