To prove limit[x->Infinite]{f(x)}=Infinite for a function f(x). Here is what you should do:
For any M>0, you are required to find an N>0, such that, when x>N, f(x)>M.
For your function f(x)=Sqrt[x]-ln[x], write it in the folloiwng form:
f(x) = Sqrt[x]/2 + (Sqrt[x]/2-ln[x])
First, choose an N1>0 such that, when x>N1, the second term of the right hand side (Sqrt[x]/2-ln[x])
>=0. Next, choose an N2>0 such that, when x>N2, the first term of the right hand side Sqrt[x]/2 >M. Then when x>max{N1,N2}, f(x)>M.
In the above, the only work is at choosing N1, which would take you a little effort. All others are trivial.