Conjecture. There are infinitely many $N$ such that if $p$ is a prime $\leq \sqrt{N+1}$ then $p \mid N$.
Is this another hard to prove number theory conjecture, or do you have some idea of how to solve it?
Conjecture. There are infinitely many $N$ such that if $p$ is a prime $\leq \sqrt{N+1}$ then $p \mid N$.
Is this another hard to prove number theory conjecture, or do you have some idea of how to solve it?
If I'm interpreting your conjecture correctly, it is false. Let's say a number $N$ is an enjoyable number if, for all primes $p\le \sqrt{N+1}$, $p$ divides $N$. So for example, $30$ is an enjoyable number because $\sqrt{31} \approx 5.6$, and all primes $\le 5.6$ divide $30$.
Why can there not be infinitely many enjoyable numbers? Suppose $N$ is an enjoyable number. Then $N$ is divisible by every prime smaller than or equal to $\sqrt{N+1}$. In particular, $N$ is divisible by the product of all such primes. The prime counting function has the lower bound $$ \pi(x)> \frac{x}{\log x} $$ The product of all primes less than or equal to $\sqrt{N+1}$ is bounded below by $$2^{\pi(\sqrt{N+1})}>2^{\frac{\sqrt{N+1}}{\log(\sqrt{N+1})}} = 4^{\frac{\sqrt{N+1}}{\log(N+1)}}$$ which is clearly asymptotically bigger than $N$, and computationally is bigger than $N$ for all $N\ge 1473$. Hence all enjoyable numbers must be smaller than $1473$.
Update: I did a computer of all integers up to $1473$. The complete set of enjoyable numbers is $\{1,2,4,6,12,18,30\}$. My Haskell code below: