I have proved a basic theorem in prime numbers, If $n \ge 2$ and $n$ is composite, then it is divisible by some prime $p \le \sqrt n$. This is a fairly basic result, and then my textbook shows me how the 'Sieve' works etc. But I am interested to know, does
$ p | n $ where p > $\sqrt n$
provide a contradiction? The first theorem does not imply anything about the existence/ non existence of such a prime...
I would like to know, because when asked to determine whether 111 is prime, I would say that $\sqrt{111} < 11 <\sqrt{121} $ and argue that 111 is not divisible by any of the primes less than 11. But i am currently not convinced that there does exists $p > \sqrt n$ such that p | n.