Suppose $j + k < n$ in $\mathbb{N}$.
- Show that $j < n$
- Show that $k < n - j$
- Show that $(n - j) - k = n - (j + k)$
Thoughts for the Problems
I'm not really good with proof, so I start to have some thoughts about it. I learned addition, subtraction, distributive law and well-ordering in my number system class.
For the first two parts, I believe that well-ordering, trichotomy and induction are needed to show certain statements. I think that for the last part, I need to apply the first two parts for this problem and then, use the elementary additions and subtraction laws.
Any comments or advices?