How to prove $n>0\implies n\ge1$ for integers $n$ by constructing a truth table?
I know the some basic concepts of the truth tables like $p,q,r$ but I have no idea how to prove the above statement true using a truth table.
p q r
T T T
T T F
T F T
T F F
F T T
F T F
F F T
F F F
Truth tables really are just for proving tautologies with statements, i.e. things with a true/false value. That way you can enumerate all possibilities, and verify that they are true in all situations.
In this case, we're dealing with a predicate in $n$. To enumerate all possibilities, you would have to list all integers $n$, and assign a true/false label to the statement to each of them. This, of course, would have to be some kind of infinite table, of which we'd only be able to see a finite number of rows anyway, which defeats the purpose of a truth table, in that you're able to see that the statement is always true.
So, basically, you cannot prove this with a truth table.