They say that the function f (x) grows faster than the other function g (x) if the limit of their relations when x approaches infinity goes to some positive bounded number, as can be seen from the definition below.

In the case of the sublinear, we want to prove that the function grows more slowly than c * n, where c is some positive number.
So, for every function f (n) in your list, the ratio of f (n) to (c * n) is required. If the limit is 0, this means that the function f (n) is sublinear. Otherwise, it grows at the same (approximate) speed n or faster.
lim n->inf (log log n)/(c*n) = 0 (via l'Hopital's)
(subline)
lim n->inf (n)/(c*n) = 1/c != 0
(linear)
lim n->inf (log n)/(c*n) = 0 (via l'Hopital's)
(subline)
lim n->inf (sqrt(n))/(c*n) = 0
(subline)
erip
source share