I came up with a theorem that a number $n$is prime if it is not divisible by any prime number $a \le \approx \sqrt{n}$
My proof is that past that set limit any prime number divisible would share a factor less than the same set limit, which should have already been discovered had it existed. Hope that makes sense.
Take for example 29. Approximately its square root is 5. It's not divisible by any primes up to 5. Therefore if it was divisible by say 7, then the corresponding factor i.e $7 \cdot k = 29$ would have to be less than 5. But it was never discovered from 2 upwards which is a logical contradiction.
Is there a way to write this down analytically?
Start by considering two factors of a number $n$ , let them be $a,b$ .
We will prove this using method of contradiction .
Assume $a,b\gt \sqrt n$ .
Then , $$a\times b \gt \sqrt n \times \sqrt n \implies ab\gt n$$
But this contradicts the fact that $ab = n$ . This is because of the incorrect assumption that both $a,b \gt \sqrt n$ holds at the same time.