Prove Using the Method of Contrapositive

kmas55
Messages
3
Reaction score
0
Prove both by method of contrapositive.
1. If a ≤ b + ε, where ε > 0, then b > a.
2. If 0 ≤ a - b < ε, where ε > 0, then a = b.

I'll start with problem 1.:
p: If a ≤ b + ε, where ε > 0
q: b > a

neg q: b < a
neg p: for some ε' > 0 1/2(a - b), a > b + ε'

define ε' = 1/2(a - b)

I assume the contrapositive goes something like this: p→q, neg q→neg p,

After this, do I start with b < a→ a > b + ε', and then substitute the ε' = 1/2( a - b) into neg p and then try to work it into the form b < a ? However, it seem like I should start b > a and work my way to neg p. But how? Am I on the right path? Thanks
 
Last edited by a moderator:
Physics news on Phys.org
kmas55 said:
Prove both by method of contrapositive.
1. If a ≤ b + ε, where ε > 0, then b > a.
2. If 0 ≤ a - b < ε, where ε > 0, then a = b.

I'll start with problem 1.:
p: If a ≤ b + ε, where ε > 0
q: b > a

neg q: b < a
The negation of q is "b is not greater than a" I.e., ##b \le a##
kmas55 said:
neg p: for some ε' > 0 1/2(a - b), a > b + ε'
I don't get what you're doing here. Are there any "for all" qualifiers in the original question?
Where did the (1/2)(a - b) come from?
kmas55 said:
define ε' = 1/2(a - b)

I assume the contrapositive goes something like this: p→q, neg q→neg p,
Yes, you have it right.
kmas55 said:
After this, do I start with b < a→ a > b + ε', and then substitute the ε' = 1/2( a - b) into neg p and then try to work it into the form b < a ? However, it seem like I should start b > a and work my way to neg p. But how? Am I on the right path? Thanks
 
yes,,
Mark44 said:
The negation of q is "b is not greater than a" I.e., ##b \le a##
I don't get what you're doing here. Are there any "for all" qualifiers in the original question?
Yes, sorry, instead of "where ε > 0" I should have wrote "for all ε > 0".
 
Last edited by a moderator:
kmas55 said:
yes,,

Yes, sorry, instead of "where ε > 0" I should have wrote "for all ε > 0".
Look up in your textbook or in examples from class how you deal with universal qualifiers in forming the contrapositive.
 
Mark44 said:
The negation of q is "b is not greater than a" I.e., ##b \le a##
I don't get what you're doing here. Are there any "for all" qualifiers in the original question?
Where did the (1/2)(a - b) come from?
Yes, you have it right.

The (1/2)(a - b) is a hint the 1st problem gives you. I misplaced it in the problem. The "neg p: for some ε' > 0 1/2(a - b), a > b + ε' ", should read " neg p: There is some ε' > 0 , so that a > b + ε'. And then the hint, define ε' = (1/2)(a - b). Sorry, it was late when I typed the original.

Also, thank you for confirming that I'm starting in the right direction. I'll work from there, and then post. Thanks much.
 
Last edited:
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top