The question is related to the interesting problem raised by following OP.
Notably I'm trying to prove the following fact
For any $n\in \mathbb{N} \quad \exists x\in \mathbb{R} \quad x>1$ and $\exists N\in \mathbb{N}$ such that
$$\lfloor{x^{N}}\rfloor =n \quad \land \quad \lfloor{x^{N+1}}\rfloor =n+1$$
My idea for the proof is to consider
- $x=\sqrt[N]{n} \implies \lfloor{x^{N}}\rfloor = \lfloor{{(\sqrt[N]{n})}^{N}}\rfloor =\lfloor n\rfloor=n$
and then we need that
- $x^{N+1}=x\cdot n=n+1+\alpha\,$ for some $\alpha \in(0,1)$
therefore finally we need to show that for any $n\in \mathbb{N} \quad \exists \alpha\in \mathbb{R} \quad \alpha \in(0,1)$ and $\exists N\in \mathbb{N}$ such that
$$\sqrt[N]{n}=1+\frac{1+\alpha}{n}$$
but I'm totally stuck here and I can't find any method to prove that.
Thanks in advance for any idea or suggestion about that!