Hi I used the following steps to solve the Andrica's conjecture.
Problem Statement : $\sqrt{p_{n+1}}$$-$$\sqrt{p_{n}}$ < 1 Where $p_n$ is the $n^{th}$ prime number
Steps: We can easily prove $(log($$p_n))^2$ < $p_n$ for all $p_n$>1
multiplying with $p_n$ on both sides
$p_n$$(log($$p_n))^2$$ < $$p_n^2$
$p_n$ < $($$p_n$/$log($$p_n$$)$$)$$^2$
From the Prime Number theorem,
($p_n$/$log($$p_n$$)$$)$ < $\pi$($p_n$)
so $p_n$ < ($\pi$($p_n$))$^2$
$p_n$ < $n^2$
$\sqrt{p_{n}}$ < n
which implies the statement $\sqrt{p_{n+1}}$$-$$\sqrt{p_{n}}$ < 1
Please anyone give some insights on this approach.