Cancellation property of addition of natural numbers

AI Thread Summary
The discussion focuses on proving that for all natural numbers k, m, and n, if m+k = n+k, then m=n, using mathematical induction. The base case for k=0 is established, showing that if m+0 = n+0, then m=n. Participants express confusion about how to proceed with the induction step, particularly with the transition from m+1 = n+1 to m=n. Some suggest that subtracting k from both sides is valid, while others emphasize the importance of understanding the axioms and definitions of addition in natural numbers. The conversation highlights the challenges of proving seemingly obvious statements and the necessity of a solid foundation in mathematical reasoning.
zcdfhn
Messages
23
Reaction score
0
I have to prove that for all k,m,n \in N that if m+k = n+k, then m=n.

The problem mentions that I must prove this by induction.

I did the base case k = 0: If m+0 = n+0, by identity m=n.

Then I attempt to show that m+1 = n+1 implies m=n, but I am stuck, I don't see how induction can be used to prove this and then next predicate that m+k = n+k implies m=n.

Any help would be greatly appreciated, and thanks in advance.
 
Physics news on Phys.org
zcdfhn said:
I have to prove that for all k,m,n \in N that if m+k = n+k, then m=n.

The problem mentions that I must prove this by induction.

I did the base case k = 0: If m+0 = n+0, by identity m=n.

Then I attempt to show that m+1 = n+1 implies m=n, but I am stuck, I don't see how induction can be used to prove this and then next predicate that m+k = n+k implies m=n.

Any help would be greatly appreciated, and thanks in advance.

"show that m+1 = n+1 implies m=n"

Can you subtract 1 from both sides? Not sure if that's allowed in this step of the proof. It's less general than subtracting k from both sides of the original question, but not by much...
 
zcdfhn said:
The problem mentions that I must prove this by induction.

I did the base case k = 0:
The problem didn't say you had to induct on k, though.

As an aside... doesn't
m+k = n+k implies m = n​
follow straightforwardly from
m+1 = n+1 implies m = n​
?
 
What is your definition of addition for natural numbers?
 
I just don't get this. This is exactly the problem I have with some of the "proofs" that I am given to construct in textbooks, they are obvious before the fact, and that is a horrible way to teach a concept.

m + k = n + k | -k
m = n

Of course that is true! there is no natural number k so that 3 + k = 4 + k!

I have a mental block or something which prohibits me from learning a method by examples where I don't actually need to use the method to get the desired result!

End-of-rant

k
 
If you're allowed to, use the fact there is an ordering on the natural numbers.
 
i know what you mean kenewbie, I'm struggling with the same issue on analysis proofs... but there in lies the twist, if you can't prove something that appears obvious, how can you prove something less obvious, that probably relies on your obvious friend?

i think its about breaking it right down to what actually is assumed eg. your axioms... and what follows as a logical consequence from those axioms alone. Otherwise seemingly simple assumptions could get swept up in your reasoning without a concrete base for them

probably wrong place to hijack somones question to discuss it, but interested on anyone else's thoughts on this
 
Well, your first example uses k = 0. Your next step you said that your k was 1 greater than your previous value of k, k = k + 1. If you prove that this next step is also true and that this process of getting to the next natural number is valid, then you just proved it, I think. I haven't done much of this kind of problem.
 
I asked before, what definition of addition are you using? I don't see how you can prove anything about addition of natural numbers without using the basic definition.
 

Similar threads

Back
Top