Show that the usual order relation $<$ on the natural numbers is definable in the structure $(\mathbb{N}, +)$ with only addition.
My teacher has clarified this for me and quantifiers can be used. My teacher has explained that we can define $a < b$ iff there exists a $c$ such that $(a+c=b)$ and $c$ cannot equal zero. He also explained it is enough to write not$(a=b)$ since this would only hold if we had the less than or equal to order relation, but here we have just the $<$ order relation. I was just wondering if someone can clarify this answer for me. Does this hold for any $a$, $b$ and $c$ in the natural numbers (besides $c=0$ of course)? Possibly can someone clarify this using an example with actual natural numbers. Thank you!
Following the suggestion of your teacher, you can use the property that $a < b$ if and only if there exists a $c \not= 0$ such that $(a+c=b)$. Now, in order to translate this property into a first order formula, you first need to express the condition $c \not= 0$. But for this part, you can use another trick: $c \not= 0$ iff $c + c \not= c$. In summary, the following formula expresses the property that $a < b$: $$ \exists c\ \bigl(\neg(c + c = c) \wedge (a+c = b)\bigr) $$