Let m, n e N. If n >= m, then there is a unique b e N such that n = m + b.
How do I prove that b is unique.
February 16th 2009, 08:56 PM
Chris L T521
Quote:
Originally Posted by jzellt
Let m, n e N. If n >= m, then there is a unique b e N such that n = m + b.
How do I prove that b is unique.
Suppose not. Let and let such that and . By transitivity, we see that . Thus, by cancellation, we have . This shows that is unique.
Does this make sense?
February 16th 2009, 08:57 PM
Jhevon
Quote:
Originally Posted by jzellt
Let m, n e N. If n >= m, then there is a unique b e N such that n = m + b.
How do I prove that b is unique.
assume there is some other natural number, b' such that n = m + b'. then we have m + b = m + b'. subtracting m from both sides, we get b = b'. so our other element was in fact, b. thus we have uniqueness.