Contrapositive Proof of Theorem: x > y → x > y+ε

AI Thread Summary
The theorem states that if x ≤ y + ε for every ε > 0, then x ≤ y. The contrapositive statement x > y → x > y + ε is discussed, with clarification that it holds true only if ε is positive. The conversation highlights that negating the statement requires considering ε > 0 rather than ε < 0. It is emphasized that if x > y, there are infinitely many positive ε such that x > y + ε. The proof requires demonstrating that for some ε > 0, the original implication holds true.
trebolian
Messages
3
Reaction score
0

Homework Statement



Theorem: Let x,y,ε be ℝ. If x≤ y+ε  for every ε > 0 then x ≤ y.

Write the above as a logic statement and prove it using contrapositive proof.


The attempt at a solution

The contrapositive statement x > y → x > y+ε is only true if ε < 0. Does a contrapositive proof negate the equality of ε?
 
Physics news on Phys.org
trebolian said:

Homework Statement



Theorem: Let x,y,ε be ℝ. If x≤ y+ε  for every ε > 0 then x ≤ y.

Write the above as a logic statement and prove it using contrapositive proof.


The attempt at a solution

The contrapositive statement x > y → x > y+ε is only true if ε < 0. Does a contrapositive proof negate the equality of ε?


It should. The negation of x≤ y+ε  for every ε > 0 requires X>y+e for some e<0.
 
trebolian said:

Homework Statement



Theorem: Let x,y,ε be ℝ. If x≤ y+ε for every ε > 0 then x ≤ y.

Write the above as a logic statement and prove it using contrapositive proof.The attempt at a solution

The contrapositive statement x > y → x > y+ε is only true if ε < 0. Does a contrapositive proof negate the equality of ε?
I don't know what you mean by "the equality of \epsilon". Are you referring to the in equality "\epsilon&gt; 0"?

In any case your first statement is incorrect. If x> y then there exist an infinite number of positive \epsilon such that x&gt; y+ \epsilon. x> y implies x-y> 0. Take \epsilon to be any positive number less than x- y.
 
HallsofIvy said:
I don't know what you mean by "the equality of \epsilon". Are you referring to the in equality "\epsilon&gt; 0"?

In any case your first statement is incorrect. If x> y then there exist an infinite number of positive \epsilon such that x&gt; y+ \epsilon. x> y implies x-y> 0. Take \epsilon to be any positive number less than x- y.

HallsofIvy, are you saying that the contrapositive of "for every ε > 0..." is actually "there exists an ε > 0 such that..."?

I would have thought that the contrapositive should be "there exists an ε < 0 such that...", i.e switch the inequality as well as the universal/existential quantifier
 
you can't negate saying that you need an epsilon greater than zero. The negation must be done looking for some nonnegative epsilon. Any will do it, in particular epsilon=y-x.
 
A mistake in my previous post. Indeed, to prove ~Q implies ~P you have to show that for some e>0, x > y → x > y+ε, since negating Q means that there is at least one e>0 such that ~Q is true.
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Back
Top