Does x Have to be Greater Than 0 If y is Chosen from (0,1)?

AI Thread Summary
The discussion centers on whether the condition x > 0 must hold if y is chosen from the interval (0,1) given the inequality x > y - 1. It is established that for any y in (0,1), y - 1 falls within the range (-1,0), leading to the conclusion that x must be at least 0 to satisfy the inequality. The argument presented suggests that while x can be non-negative, it does not necessarily have to be strictly greater than 0. The reasoning indicates that x can equal 0 without violating the inequality, thus making x >= 0 a valid conclusion. Ultimately, the strict inequality x > 0 is not guaranteed.
azay
Messages
18
Reaction score
0
Given the fact that the following inequality must hold;

x > y-1 For all y\in ]0,1[ (an open interval)

and given the fact that one can choose y After one chooses x, can one then state that x > 0 holds?

My idea was to say that at least x >= 0 holds because:

1) Someone picks a negative x that is arbitrarily close to 0, say -0.000...001.
2) I can now choose a y from the interval ]0,1[, say 0.999999... so that y-1 > x
3) Therefore nobody can pick a negative x so that the inequality holds

However, I am even more unsure about the strict inequality x > 0. It seems unlikely to me that it holds.

How do you properly reason about these kind of things?
 
Physics news on Phys.org
If y \in (0,1), then y-1 \in (-1,0), so x \in [0,\infty), that is, x \ge 0, satisfies the inequality. Note that this is a weaker condition than x>0, so both conditions hold.
 
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