Upper bound and supremum problem

Click For Summary

Discussion Overview

The discussion revolves around a mathematical claim regarding the supremum of a set and its transformation under squaring. Participants explore the implications of the claim that if A is a non-empty subset of positive real numbers bounded above, then the supremum of the set of squares B derived from A equals the square of the supremum of A. The discussion includes attempts to prove this claim and considerations of whether it holds when extending the set to all real numbers.

Discussion Character

  • Technical explanation
  • Mathematical reasoning
  • Debate/contested

Main Points Raised

  • Some participants propose using the definition of supremum to show that if a = sup(A), then a^2 = sup(B) by demonstrating that all elements in B are less than or equal to a^2.
  • Others suggest proving the second part of the claim by contradiction, assuming that there exists an upper bound for B that is less than a^2 and deriving a contradiction from this assumption.
  • A participant questions the validity of deriving that ∀ε>0 ∃x∈A, x^2≤a^2 from ∀ε>0 ∃x∈A, x≤a, seeking clarification on the implications of squaring in this context.
  • Some participants express uncertainty about the implications of the conditions under which the claim holds, particularly when extending the discussion to the set of all real numbers.
  • There is a suggestion to consider the monotonicity of the square function as a means to facilitate the proof.

Areas of Agreement / Disagreement

Participants generally do not reach a consensus on the proof of the claim, with multiple competing approaches and some uncertainty regarding the implications of the conditions set forth in the problem. The discussion remains unresolved on certain aspects, particularly concerning the extension of the claim to all real numbers.

Contextual Notes

Limitations include the dependence on the assumption that the square function behaves monotonically for positive numbers, and the unresolved nature of the implications when considering the set of all real numbers instead of just positive reals.

i_hate_math
Messages
150
Reaction score
2
Claim: Let A be a non-empty subset of R+ = {x ∈ R : x > 0} which is bounded above, and let B = {x2 : x ∈ A}. Then sup(B) = sup(A)2.

a. Prove the claim.
b. Does the claim still hold if we replace R+ with R? Explain briefly.

So I have spent the past hours trying to prove this claim using the theorem:
a = sup(A) ⇔ ∀ ε>0 (( ∀ x∈A x ≤ a + ε )∧( ∃ x∈A x > a - ε ))

I aim to prove true for: ∀ ε>0 (( ∀ x∈A x2 ≤ a2 + ε )∧( ∃ x∈A x2 > a2 - ε )), which is equivalent to proving ∀ ε>0 (( ∀ x∈B x ≤ b + ε )∧( ∃ x∈B x > b - ε )), given how set B is related to A.

As for the proof:
Firstly, it is given that A is bounded above, this means sup(A) exists.
Letting a = sup(A) gives: ∀ ε>0 (( ∀ x∈A x ≤ a + ε )∧( ∃ x∈A x > a - ε )) statement 1
I was able to use the definition of supremum to get a≥x and since a,x>0 , a2≥x2. With this result, it is easy to get the first part of the definition for B: ∀ ε>0 ( ∀ x∈A x2 ≤ a2 + ε ).
But the this result is not as helpful when proving the second part (namely, ∀ ε>0 ( ∃ x∈A x > a - ε )), neither is statement 1 (tried squaring both sides and messing with the inequalities but didn't work).

What I really need to prove is just there exist an x such that x2 > a - ε, this seems almost to be the definition of supremum. I took a further step, attempting to prove by cases with case 1 being a∈A, this gives the desired result easily; case 2 is a∉A, again, the difficulties arise.

Please help.
 
Last edited:
Physics news on Phys.org
i_hate_math said:
Please help.

If you can assume (or prove) that for ##x, y > 0, \ x \le y \ \Leftrightarrow x^2 \le y^2##, then I would suggest a different approach using the definition of supremum as the least upper bound.
 
Last edited:
The second part is readily proved by contradiction. Assume it is false, ie ##\neg(\forall\varepsilon>0,\ \exists x\in B:\ x>a^2-\varepsilon)##, where ##a\triangleq \sup(A)##. That is equivalent to ##\exists \varepsilon>0,\ \forall x\in B:\ x\leq a^2-\varepsilon## which, because the square function is a monotonic bijection between ##A\subseteq\mathbb R^+## and ##B\subseteq\mathbb R^+##, is equivalent to ##\exists \varepsilon>0,\ \forall y\in A:\ y^2\leq a^2-\varepsilon##.

Try completing the square of ##a^2-\varepsilon## in order to find an upper bound for ##A## that is less than ##a##, which will give us the contradiction we need.
 
  • Like
Likes   Reactions: i_hate_math
PeroK said:
If you can assume (or prove) that for ##x, y > 0, \ x \le y \ \Leftrightarrow x^2 \le y^2##, then I would suggest a different approach using the definition of supremum as the least upper bound.
I don't quite get what you're suggesting. Could you be a bit more specific about using the definition of supremum?
 
andrewkirk said:
The second part is readily proved by contradiction. Assume it is false, ie ##\neg(\forall\varepsilon>0,\ \exists x\in B:\ x>a^2-\varepsilon)##, where ##a\triangleq \sup(A)##. That is equivalent to ##\exists \varepsilon>0,\ \forall x\in B:\ x\leq a^2-\varepsilon## which, because the square function is a monotonic bijection between ##A\subseteq\mathbb R^+## and ##B\subseteq\mathbb R^+##, is equivalent to ##\exists \varepsilon>0,\ \forall y\in A:\ y^2\leq a^2-\varepsilon##.

Try completing the square of ##a^2-\varepsilon## in order to find an upper bound for ##A## that is less than ##a##, which will give us the contradiction we need.
Thank you very much for your quick response, very thorough explanation. I'll work on it!
 
i_hate_math said:
I don't quite get what you're suggesting. Could you be a bit more specific about using the definition of supremum?

The supremum is the least upper bound. ##a = sup(A)## means:

1) ##a## is an upper bound for A (##\forall x \in A, x \le a##)

2) If ##b## is an upper bound for ##A## then ##a \le b##

That's what a supremum is, by definition.

To help you a little, if ##a = sup(A)## you could show thta ##a^2 = sup(B)## by showing that:

1) ##\forall x \in B, x \le a^2##

2) If ##b## is an upper bound for ##B## then ##a^2 \le b##
 
  • Like
Likes   Reactions: i_hate_math
PeroK said:
The supremum is the least upper bound. ##a = sup(A)## means:

1) ##a## is an upper bound for A (##\forall x \in A, x \le a##)

2) If ##b## is an upper bound for ##A## then ##a \le b##

That's what a supremum is, by definition.

To help you a little, if ##a = sup(A)## you could show thta ##a^2 = sup(B)## by showing that:

1) ##\forall x \in B, x \le a^2##

2) If ##b## is an upper bound for ##B## then ##a^2 \le b##

I am able to prove (1) as it is equivalent to ∀x∈A x2 ≤ a2, which can be derived from ∀x∈A x ≤ a (for positive x and a).
But I am having trouble with the second part, because the only thing we know about b so far is ∀x∈b x ≤ b, can also be written as ∀x∈A x2 ≤ b. This does not , though, give the desired a2≤b. Could you enlighten me a bit further?
 
andrewkirk said:
The second part is readily proved by contradiction. Assume it is false, ie ##\neg(\forall\varepsilon>0,\ \exists x\in B:\ x>a^2-\varepsilon)##, where ##a\triangleq \sup(A)##. That is equivalent to ##\exists \varepsilon>0,\ \forall x\in B:\ x\leq a^2-\varepsilon## which, because the square function is a monotonic bijection between ##A\subseteq\mathbb R^+## and ##B\subseteq\mathbb R^+##, is equivalent to ##\exists \varepsilon>0,\ \forall y\in A:\ y^2\leq a^2-\varepsilon##.

Try completing the square of ##a^2-\varepsilon## in order to find an upper bound for ##A## that is less than ##a##, which will give us the contradiction we need.
I've tried your suggested method, and it worked well and I am well convinced. However, there are still a few things I am not certain:
1. Is it sound to get from ∀ε>0 ∃x∈A, x≤a that ∀ε>0 ∃x∈A, x2≤a2 ?
2. For when I am rewriting the logical notations of these statements, do I need to assign different parameters x, y .etc for elements in different sets? e.g. x and y in your reply

Thanks heaps.
 
i_hate_math said:
1. Is it sound to get from ∀ε>0 ∃x∈A, x≤a that ∀ε>0 ∃x∈A, x2≤a2 ?
Yes, it is sound because
$$x\geq 0\to\left(x\leq a\ \leftrightarrow x^2\leq a^2\right)$$
It would be worthwhile to prove that formally as an exercise.

It is the absence of that antecedent condition ##x\geq 0## that prevents part (b) of the question in the OP from being true.
2. For when I am rewriting the logical notations of these statements, do I need to assign different parameters x, y .etc for elements in different sets? e.g. x and y in your reply
It is not strictly necessary, because the scope of a variable is restricted to the smallest containing formula in which it is quantified. However I think it is good practice to use different variables for members of different sets, because it makes it easier for the reader to follow.
 
  • Like
Likes   Reactions: i_hate_math
  • #10
i_hate_math said:
I am able to prove (1) as it is equivalent to ∀x∈A x2 ≤ a2, which can be derived from ∀x∈A x ≤ a (for positive x and a).
But I am having trouble with the second part, because the only thing we know about b so far is ∀x∈b x ≤ b, can also be written as ∀x∈A x2 ≤ b. This does not , though, give the desired a2≤b. Could you enlighten me a bit further?

You need to use the fact that ##a = Sup(A)##. Hint: use ##\forall x \in A, x \le \sqrt{b}##
 
  • Like
Likes   Reactions: i_hate_math

Similar threads

  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 54 ·
2
Replies
54
Views
7K
  • · Replies 0 ·
Replies
0
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 17 ·
Replies
17
Views
2K
  • · Replies 3 ·
Replies
3
Views
5K
Replies
11
Views
3K
  • · Replies 3 ·
Replies
3
Views
4K