I have come across something like $f(T)$ be bounded by $O(\sqrt{T})$ many times in optimization context.
usually, $f(T)$ don't have an explicit form.
If $f(T)$ do have an explicit form, say $f_1(T)=\frac{1}{2}\sqrt T$ and $f_2(T)=\frac{3}{2}\sqrt T$, can we say $f_1(T)$ and $f_2(T)$ are bounded by $O(\sqrt T)$?