Let $a,t$ be integers such that:
- $t > a \ge 0$
- $t > 1$
It seems to me that there exists integers $r,w$ such that:
$a = \left\lfloor\dfrac{t^w}{r}\right\rfloor$
I'm having trouble coming up with the argument.
Consider $a=4, t = 10$.
There is no $r$ for $w = 1$.
For $w = 2$,
$$4 = \left\lfloor\dfrac{10^2}{25}\right\rfloor$$
Am I right in my assumption about the general case? If so, how can this be shown?
This is quite trivial. Make $w$ large enough so that: $$\frac{t^w}{a}-\frac{t^w}{a+1}>2$$ Then, there exists some integer $r$ in between $\frac{t^w}{a}$ and $\frac{t^w}{a+1}$. We then have: $$\frac{t^w}{a}>r>\frac{t^w}{a+1} \implies a<\frac{t^w}{r}<a+1$$ Which gives us: $$\bigg\lfloor \frac{t^w}{r} \bigg\rfloor=a$$ Solved!