Is Floor Function Equality Proven for All Non-Negative x?

  • Context:
  • Thread starter Thread starter anemone
  • Start date Start date
  • Tags Tags
    Function
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
anemone
Gold Member
MHB
POTW Director
Messages
3,851
Reaction score
115
For all $x\ge 0$, prove that $$\left\lfloor{\sqrt[n]{x}}\right\rfloor=\left\lfloor{\sqrt[n]{\left\lfloor{x}\right\rfloor}}\right\rfloor$$.
 
Mathematics news on Phys.org
anemone said:
For all $x\ge 0$, prove that $$\left\lfloor{\sqrt[n]{x}}\right\rfloor=\left\lfloor{\sqrt[n]{\left\lfloor{x}\right\rfloor}}\right\rfloor$$.

let $l^n <= x < (l+1)^n$
then $\lfloor{\sqrt[n]{x}}\rfloor = l\cdots(1)$

from the given condition because l is integer $l^n$ is also integer and it cannot be greater than $\lfloor x \rfloor$

so $l^n <= \lfloor x \rfloor < (l+1)^n$

so $l = \lfloor{\sqrt[n]{\lfloor{x}\rfloor}\rfloor}\cdots(2)$
from (1) and (2) we get the result
 
Well done, kaliprasad! And thanks for participating!