Assuming it is known that:
$ t\sqrt n = O((nt)^{2/3}+n+t)$
How is it possible to deduce a bound on $ t $?
Specifically, I need to prove that $ t = O(\sqrt n)$. This is part of a bigger question, so I am not sure the above formula is correct. I would like to know in general how to solve such problems.