If $n$ is not prime, then there exists an integer $a$ which divides $n$ and is in the interval $2\leq a \leq \sqrt{n}$.
I need to either prove or disprove this.
My approach would to first attempt to test values for $a$ and $n$ to see if it seems true.
I have tried $a = 4$ and $n = 16$. This statement holds for these $n$ = 16. I then tried $n = 36$, and found an integer $a$ to be $4$. This statement so far seems true.
Next, I will try to prove this by proving the statement's contrapositive, because it seems easier to do that than proving the original statement.
This is where I am running into trouble.