I want to prove that: $∀r,s∈N,r<s∧r>0⇒s∤r$
I'm thinking of rewriting this as a contrapositive along with a translation of the divides predicate:
$∀r,s∈N,∃k∈Z,r=sk⇒r≥s∨r≤0$
Where would I go from here, assuming that the contrapositive was the right way to go?
For your second statement, if $r$ is not positive then we are done. Else, $k>0$ since $s$ is positive too. Then $k\geq 1$ so $r=ks\geq 1\cdot s = s$.