Prove: Bounded Set A U B is Bounded

Click For Summary
SUMMARY

The discussion revolves around proving that the union of two bounded sets, A and B, is also a bounded set. The proof establishes that if A is bounded by a value M and B is bounded by a value N, then the union A U B is bounded by K, where K is defined as the maximum of M and N. The participants clarify the necessity of assuming an arbitrary element x in A U B and demonstrate that |x| is less than K, thus confirming the boundedness of the union. The final proof structure emphasizes the importance of defining a single bounding value K for the union.

PREREQUISITES
  • Understanding of set theory, specifically the definition of union.
  • Knowledge of bounded sets and their properties.
  • Familiarity with mathematical notation, particularly absolute values.
  • Basic proof techniques in mathematics, including case analysis.
NEXT STEPS
  • Study the properties of bounded sets in more complex scenarios, such as infinite unions.
  • Learn about the implications of boundedness in metric spaces.
  • Explore the concept of supremum and infimum in relation to bounded sets.
  • Investigate other set operations and their effects on boundedness, such as intersections.
USEFUL FOR

Students of mathematics, particularly those studying set theory and real analysis, as well as educators looking for clear examples of proofs involving bounded sets.

Seda
Messages
70
Reaction score
0

Homework Statement



If A and B are bounded sets, then A U B is a bounded set.
(Prove this statement)


Homework Equations



Definition of Union is a given.

A set A is bounded iff there exists some real value m such that lxl < m for all element x found in A.


The Attempt at a Solution



This makes sense to me. If set A is bounded by M and set B is bounded by N, then A U B will be bounded by which value is higher. I have to keep in mind that the definition of a bounded set has the "iff" term.

My attempt (this is quite odd looking to me, I don't know how to make it more straightfoward)

Let x exist in A. Then that means there is a value m where m>lxl by definition of a bounded set.

Let y exist in B. Then that means there is a value n where n>lyl by definition of a bounded set.

Thus, x and y exist in A U B by definition of union.

We know lxl and lyl are < whichever value of m or n is the larger of the two.


Thus, A U B is a bounded set.

The bolded step seems oddest, but critique on any part of the proof is welcome. Help!
 
Physics news on Phys.org
You should really start by assuming that x is in A U B. Then say why there is a constant K such that |x| < K.
 
But I'm suppose to prove the implication the other way (if A and B are bounded, then A U B is bounded.), not the other way around. Regardless of whether or not the statement is actually biconditional.
 
Seda said:
But I'm suppose to prove the implication the other way (if A and B are bounded, A U B is bounded.), not the other way around. Regardless of whether or not the statement is actually biconditional.
You are proving a statement about A U B, so you need to start with an arbitrary element in A U B. You can then invoke the known properties of A and B individually to prove the statement regarding the union.
 
Reworked:

Let X exist in A U B
Thus X exists in A or B by definition of union.
Cases:
If x exists in A, then lxl < some real value m by the definition of bounded
If x exists in B, then lxl < some real value n by the definition of bounded.
If x exists in both A and B, then X is less than both m and n.
Subcases (in the case that x is in both A and B)
If m>n , x must be < n to fit the definition of bounded for both sets.
If n>m, x must be less then m to fit the definition of bounded for both sets.Thus, for all possibities, the value x is less than some real value m or n. Thus, AUB is bounded since x exists in AUB.THat seems to make more sense, even if it is a tad convuluted. Is that more fitting?
 
Last edited:
That's more like it, but the fact that x lies in the union simply means that |x| < max (m,n) which I would call K.
 
Wouldn't it be min (m,n)?

Edit: Never mind, I see, the larger bound of A or B will become the bound of AUB by definition of union.
 
- you need to find a single value M s.t. for all x in A u B, we have |x| < M.
- i don't know why you are saying exists, a more common phrasing is,
suppose x is in A u B, or, assume x is in A u B, etc

your idea is right, but to help you out, i'll put parentheses around things that aren't part of the proof.

Proof. Suppose A and B are bounded. (now we write down what this means). Then there are M and N s.t. for all x in A, |x| < N, and for all x in B, |x| < M. Now suppose x is in A u B. (again, write down what this means). Then x is in A or x is in B.

(now think for a moment, looking at what you have already done, you know that if x is in A, then |x| < N, and you know that if x is in B, then |x| < M. We need some number K that is bigger than both N and M, so we want the larger of the two, well we can say it in words, let K be the larger of the two, or just K = max{M, N})

Set K = max{M, N}.

If x is in A, then |x| < N <= K.
If x is in B, then |x| < M <= K.

In any case, |x| < K, so A u B is bounded.

Edit: Note that it's important to specify a single value K because the definition requires it. There are times when you can't take a maximum and find a single value K(like if you had an infinite union of bounded sets, A U B U C U ..., it's not always possible to find a maximum, depends what the sets are)
 
Last edited:
Re-reworked

(The problem on my homework already states to suppose that A and B are bounded with that definition, so I won't need to restate that )

Let X exist in A U B. Also, let K= max (m,n)
Thus X exists in A or B by definition of union.
Cases:
If x is in A, then lxl < m thus lxl< K
If x is in B, then lxl < n thus lxl< K
If x is in both A and B, then lxl over both sets is always less than max (m, n) or lxl < K.Thus, for all possibities, the value lxl is less than some real value K. Thus, AUB is bounded since x exists in AUB.

AM i getting closer?
 
Last edited:
  • #10
Since you are dealing with both x in A and x in B, you don't need to deal with "x in A and B" separately.
 

Similar threads

Replies
18
Views
3K
  • · Replies 4 ·
Replies
4
Views
1K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
Replies
20
Views
4K
Replies
6
Views
3K
  • · Replies 2 ·
Replies
2
Views
3K
Replies
1
Views
2K
Replies
3
Views
2K