How can 1.5 ≤ u < r < 2 imply 1 < r < 2 in proving sup(A) = 2?

  • Thread starter Thread starter phydis
  • Start date Start date
  • Tags Tags
    Master's
AI Thread Summary
The discussion centers on proving that the supremum of the set A = (1, 2) is 2. It highlights that if u is an upper bound of A and u < 2, then there exists an r such that u < r < 2, leading to a contradiction since r would belong to A. The confusion arises from the assertion that 1.5 ≤ u < r < 2 implies 1 < r < 2, which is clarified through the transitive property of inequalities. Participants note that introducing 1.5 is unnecessary, as the proof holds without it, and emphasize that any upper bound u must satisfy 2 ≤ u. The conversation concludes that the proof remains valid regardless of the specific values used, as long as the properties of upper bounds are correctly applied.
phydis
Messages
28
Reaction score
0

Homework Statement


A=(1,2) prove that sup(A)=2

Homework Equations


this is how it was proved by the master

2≥x for all x in R
∴ 2 is an upper bound of A
let u be any upper bound of A

suppose u<2
therefore there exists r in R s.t. u<r<2
1.5 ε R --> 1.5 ≤ u

now 1.5≤u<r<2 --> 1<r<2 * :confused:
r ε A with u<r --- contradiction

∴ 2≤u
∴ 2 = sup(A) // here i can't understand the line marked with *
how can 1.5≤u<r<2 imply 1<r<2 ? shouldn't it be corrected as 1.5<r<2?

is there any other way to prove this?
 
Physics news on Phys.org
It's actually a weaker statement: if r is between 1.5 and 2 it is definitely between 1 and 2. You could also replace 1.5 by 1.

The proof is fairly standard, however I'm not too thrilled about the apparently arbitrary occurrence of 1.5.

The shortest proof you would like to give is something like:
"Suppose u < 2. Let ##\epsilon = 2 - u## and ##r = u + \epsilon / 2 \in \mathbb R##. Then ##u < r < 2## so ##r \in A##, therefore u is not an upper bound".

However, you can easily see that this proof will not work if u < 1 (e.g. take u = 0, the above construction would give you r = 1 which is not in A). This is where your teacher introduces the constraint ##1.5 \le u##, because we know that ##1.5 \in A## so any u smaller than that is definitely not an upper bound. You could fix this by replacing the first line of the proof from "Suppose u < 2" to "Clearly ##u \le 1## is not an upper bound for A. Suppose 1 < u < 2".
 
phydis said:

Homework Statement


A=(1,2) prove that sup(A)=2


Homework Equations


this is how it was proved by the master

2≥x for all x in R
You mean "for all x in A".

∴ 2 is an upper bound of A
let u be any upper bound of A

suppose u<2
therefore there exists r in R s.t. u<r<2
1.5 ε R --> 1.5 ≤ u
This is nonsense. Saying that u<2 does not necessarily mean that u is larger than 1.5.

now 1.5≤u<r<2 --> 1<r<2 * :confused:
r ε A with u<r --- contradiction

∴ 2≤u
∴ 2 = sup(A) //


here i can't understand the line marked with *
how can 1.5≤u<r<2 imply 1<r<2 ? shouldn't it be corrected as 1.5<r<2?
That's the part you are confused about? 1< 1.5, certainly so if 1.5< u then 1< u follows immediately. Technically it is the "transitive" property of <. If 1< 1.5 and 1.5< u then 1< u.
It's the statement above, that "1.5 ε R --> 1.5 ≤ u" that should confuse you. That's non-sense.
What is true is that, since u is an upper bound on the set and 2 is in the set, we have 2\le u and certainly 1.5< 2 so 1.5&lt; 2\le u which gives 1.5< u.

But there is no reason in the world to introduce "1.5". That has nothing at all to do with the problem. Even if we were working in the set of integers, where there is NO "1.5", 2 would still be the least upper bound and exactly the same proof would work.

is there any other way to prove this?
What you can say is that if u is an upper bound for {1, 2}, then we must, by definition of "upper bound", have 2\le u so that we cannot have u< 2.
 
Halls, I was confused about A as well, I think it is the open interval (1, 2) instead of the two-element set {1, 2}.
 
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