If $p, q \in \mathbb{N}=\{1,2,3,\ldots\}$ and $p + q = 2$, then $p = q = 1$.
How do I prove this using the basic properties of Natural Numbers? I could see how exceeding simple it is to solve, but proving something so basic and fundamental involves deep meta-thinking.
Here is one such proof:
Let $p,q\in \mathbb{N}$. That means, by definition, that $p\geq 1$ and $q\geq 1$. Now, suppose that $p+q=2$. We know that $p+q>p$, since natural numbers are positive, so we have $$2=p+q>p\geq 1$$ That is $2> p\geq 1$, since the only natural number that satisfy the last equality is $1$, then $p=1$. Same argument shows that $q=1$.