Samuelb88
- 160
- 0
Homework Statement
Does [0,1] \times [0,1] in the dictionary order have the least upper bound property?
Homework Equations
Dictionary Order. (on \mathbb{R}^2) Let x , y \in \mathbb{R}^2 such that x=(x_1 , x_2) and y = (y_1 , y_2). We say that x < y if x_1 < y_1, or if x_1 = y_1 and x_2 < y_2.
Def'n. An ordered set A is said to have the least upper bound property if every nonempty subset A_0 \subseteq A that is bounded has a least upper bound.
Assume that the real line has the least upper bound property.
The Attempt at a Solution
I'm not sure if I am proving this correctly. Here's my proof.
I want to show that every subset A_0 \subseteq [0,1] \times [0,1] that is nonempty and bounded has the lub property. Suppose that \mathbb{R} has the lub property. Let A_0 be an nonempty subset of [0,1] \times [0,1]. Since [0,1] \times [0,1] is bounded, it follows that every subset of [0,1] \times [0,1] is bounded. We will consider two forms of A_0, that is, when either A_0 = [i,j] \times [k, \ell], or A_0 = (i,j) \times (k, \ell), where 0 \leq i, j, k, \ell \leq 1.
If A_0 = [i,j] \times [k, \ell], then \forall x \in A_0, we can always find a least upper bound, say y by letting y=x. So that case is settled.
Instead, suppose that A_0 = (i,j) \times (k, \ell). Then \forall x \in A_0, we can still always find a least upper bound which we will again call y such that y = (y_1 , y_2) by letting y_1 = j and y_2 = k.
In a similar manner, we can show that subsets that have both closed and open ends (e.g. (i,j] \times (k, \ell]) always have a least upper bound.
Therefore I have shown that every subset of [0,1] \times [0,1] that is nonempty and bounded has the lub property and therefore the set [0,1] \times [0,1] has the lub property.
How does this look?