Least upper bound/ greatest lower bound proof

Syrus
Messages
213
Reaction score
0

Homework Statement


Suppose R is a partial order on A and B ⊆ A. Let U be the set of all upper bounds for B.
a) Prove that every element of B is a lower bound for U.
b) Prove that if x is the greatest lower bound of U, then x is the least upper bound of B.

Homework Equations



The Attempt at a Solution


I have proven a)

Let b ∈ B. Let u ∈ U. Then by the definition of upper bound, (b,u) ∈ R.


For the proof of b), you obviously assume the antecedent of the statement to be shown. I can't, however, seem to make out the logical form of this. Also, it appears you must use part a) in the proof of part b) as well. I have an intuitive understanding of the idea of the statement to be proven, I am just having a hard time (in-)formalizing it.

The logical form of the goal- i would think- is (∀b ∈ B)((b,x) ∈ R) and (∀u ∈ U)((x,u) ∈ R); I assume this means that x is an upper bound of B AND that x is the least upper bound of B (hence, x is the least upper bound of B).

So naturally, my proof thus far is:
Suppose x is the greatest lower bound of U. Let b ∈ B...
 
Last edited:
Physics news on Phys.org
Syrus said:

Homework Statement


Suppose R is a partial order on A and B ⊆ A. Let U be the set of all upper bounds for B.
a) Prove that every element of B is a lower bound for U.
b) Prove that if x is the greatest lower bound of U, then x is the least upper bound of B.

Homework Equations



The Attempt at a Solution


I have proven a)

Let b ∈ B. Let u ∈ U. Then by the definition of upper bound, (b,u) ∈ R.


For the proof of b), you obviously assume the antecedent of the statement to be shown. I can't, however, seem to make out the logical form of this. Also, it appears you must use part a) in the proof of part b) as well. I have an intuitive understanding of the idea of the statement to be proven, I am just having a hard time (in-)formalizing it.

The logical form of the goal- i would think- is (∀b ∈ B)((b,x) ∈ R) and (∀u ∈ U)((x,u) ∈ R); I assume this means that x is an upper bound of B AND that x is the least upper bound of B (hence, x is the least upper bound of B).

So naturally, my proof thus far is:
Suppose x is the greatest lower bound of U. Let b ∈ B...

You've proven the part a rightly but It's not complete I guess. to prove a, remember that U is the set of all upper bounds of B which means for any b in B we have: (b,u)∈R (u in U). now let u be any element of U and fix b. that means u is bounded by an element of b. now let b vary, that means every element of B is a lower bound for you and that means B is the set of lower bounds of U.

to prove the part b, It's easy to show if x is the glb of U then x is an upper bound of B. what you need to prove is that x is also the least upper bound. that means there exists no other element like y s.t y is an upper bound of B and (y,x)∈R. It's easy to show that, I leave the proof to you. prove it by reductio ad absurdum (indirect argument).
 
Last edited:
Coulnd't there also be lower bounds which are not in B? Part of my trouble is specifying a set containing a lower bound of U, since b need not be in B.
 
Syrus said:
Coulnd't there also be lower bounds which are not in B? Part of my trouble is specifying a set containing a lower bound of U, since b need not be in B.

Maybe there are lower bounds of U that are not in B. I guess that might happen when B is left-bounded and I'm not 100% sure about that. but in our case, that doesn't matter. because if m is a lower bound for U that is not in B and we have: \forallb\forallu: b<l<u then that leads us to a contradiction. that's all we need to know to prove that glb(U)=lub(B). I don't think we need anything else to prove the problem.
 
AdrianZ said:
You've proven the part a rightly but It's not complete I guess. to prove a, remember that U is the set of all upper bounds of B which means for any b in B we have: (b,u)∈R (u in U). now let u be any element of U and fix b. that means u is bounded by an element of b. now let b vary, that means every element of B is a lower bound for you and that means B is the set of lower bounds of U.

But then B is not "the set of lower bounds of U" rather, A set of lower bounds of U.

Another thing... i am struggling with how to show that x is an upper bound of B... Even though x is the glb of U doesn't necesserily mean it is an element of U. Still somewhat confused i guess.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top