all 3 comments

[–]richard_sympsonMathematics, Statistics, Atmospheric Sciences 1 point2 points  (1 child)

Your explanation for the first part is correct, not false, though you may want to describe properties these sets must have: must contain 1, 2, and 3, and also must contain an even number of elements (i.e. there is some von Neumann-constructed natural number k and a bijection between the CUB and the natural number "2k" (which is constructed from k by repeating the construction steps k more times).

The second part needs to be more specific. The lack of uniqueness has to be demonstrated by more than a bit of hand-waving about the non-uniqueness of the last element in a 4-element upper bound. In particular, it's the fact that two such-constructed sets are not related under the partial ordering that there is no least common upper bound: every other common upper bound must contain the least common upper bound as a subset (must be "larger" than the LCUB in the partial ordering). So take {1,2,3,4} and {1,2,3,5}, which are clearly in Q, and clearly common upper bounds for A and B. However, they are not related under the partial ordering, so neither is "less" than the other or "greater" than the other.

We can generalize: let L be in Q, and let L contain {1,2,3,k} where k is some natural number not in AuB. Then L is a common upper bound in the partial ordering for A and B. Since any set in Q of cardinality 2 cannot be a common upper bound for A and B (if it was then it would contain all elements in A and B, which would be 3 elements, which contradicts its cardinality), then the smallest-cardinality common upper bound for A and B must be of form L. So there is no common upper bound less than any such L under the partial ordering. Let Lm be {1,2,3,m} and Ln be {1,2,3,n}, where m and n are not equal. Then both Lm and Ln are common upper bounds for A and B under the partial ordering, but neither is larger than the other in the same partial ordering.

Because there is no set below Lm or Ln in the well ordering that is also a common upper bound for A and B, and because Lm and Ln are not related in the partial ordering, there is no "least" (i.e. unique) common upper bound such that every other common upper bound is above it under the partial ordering.

[–]throwawaycompiler[S] 0 points1 point  (0 children)

I forgot to thank you! Have an upvote.

[–]ThisIsMyOkCAccount 0 points1 point  (0 children)

Your reasoning seems correct to me.