I am currently taking logic and proof techniques course.
I encountered this question, and I wonder if my approach is correct or not.
Result: Let $n ∈ \mathbb N$. Prove that if $n^3 − 5n − 10 > 0$, then $n ≥ 3$. (From Mathematical Proofs: A Transition to Advanced Mathematics Book.)
My proof:
Proof (By contrapositive): If $n<3$ then $n^3 − 5n − 10 <0$ where $n∈ \mathbb N$, the set of natural numbers that are less than $ 3$ is $\{1,2\}$
for 1: $$(1)^3 − 5(1) − 10=-1$$ for 2:$$(2)^3 − 5(2) − 10=-12$$ therefore the statement is true for all n where $n ∈ \mathbb N$ and $n<3$.
but thinking about it, if I approved that the contrapositive is true for $ n<3$, it still doesn't say anything about if its true or false for $n\leq 3$.