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.
I'm not bothering with checking the initial calculations, but $\sqrt{p_n} < n$ does in no way imply $\sqrt{p_{n+1}}-\sqrt{p_{n}} < 1$. There is no statement about a lower bound on $\sqrt{p_n}$, so maybe $\sqrt{p_{1000}}=998.56\ldots$ and $\sqrt{p_{1001}}=1000.23\ldots$. Both values hold the bound you give, but their difference is still bigger than $1$.