I have been asked to prove the following and have been having some difficulty:
Let m,n and p be integers. If m<n then m+p<n+p
This is my proof thus far. It feels a bit sloppy and I'm also worried that my last part (indicated by ***) is wrong. I have not yet proved subtraction so don't think I can use it. Can anybody maybe check what I have so far and advise me on potential directions to explore? Thanks!
- By Prop 2.2 we know that all N must be greater than zero. We then can determine that n-m>0.
- By the additive inverse identity, we can obtain n-m+p-p>0
- By commutativity, we obtain n+p-m-p>0.
- ***Then, I desperately want to be able todo n+p>m+p, but I'm pretty sure this is incorrect since I haven't yet 'proved' subtraction. How do I get out of this? And also, am I on the right track?
Any insight would be greatly appreciated!