Cardnality of Infinite Sets (2)

In summary, the conversation is about an infinite set A and a countably infinite set B. It is shown that |A U B| = |A|. A possible issue is that A1 and A2 may not be disjoint, which could cause the map f to not be a bijection. Furthermore, it is shown that if A1 is replaced with B and A2 is replaced with A \cap B, then |A U B| = |A|.
  • #1
kingwinner
1,270
0
1) Let A be an infinite set and B is countably infinite set, prove that |A U B| = |A|.

(Incomplete) solution:
Let B={b_1,b_2,b_3,...} since B is countably infinite.
Take A1 in A such that A1={a_1,a_2,a_3,...}. A1 is countably infinite.
Take A2=A \ A1
So A=A1 U A2

Construct map f: A U B->A such that
f(a_i)=a_(2i), if a_i E A1
f(b_i)=a_(2i-1), if b_i E B
f(x)=x, if x E A2

I think this map is at least onto, but it may not be a one-to-one function. The trouble that I can see is that A1 and B may not be disjoint and A2 and B may not be disjoint. If they overlap, then the map f is not a bijection. How can we fix this problem?

Any help is appreciated!:smile:
 
Physics news on Phys.org
  • #2
To account for the overlap, maybe you can push that overlap into A1 (not A2 due to its possible uncountability). For example, let A1 = {a_1,a_2,a_3,...} U B and A2 be as you have it. Then it seems A U B = A1 U A2 and you're left with two cases for f: one over a countable set and another over a possibly uncountable set.

Furthermore, it seems that {a_1,a_2,a_3,...} isn't necessary under this view because you can consider A1 = B and A2 as above. Then the map would be
A \ B on A \ B
and
B on A [tex]\cap[/tex] B, both countable
 
  • #3
mutton said:
To account for the overlap, maybe you can push that overlap into A1 (not A2 due to its possible uncountability). For example, let A1 = {a_1,a_2,a_3,...} U B and A2 be as you have it. Then it seems A U B = A1 U A2 and you're left with two cases for f: one over a countable set and another over a possibly uncountable set.

Furthermore, it seems that {a_1,a_2,a_3,...} isn't necessary under this view because you can consider A1 = B and A2 as above. Then the map would be
A \ B on A \ B
and
B on A [tex]\cap[/tex] B, both countable
So which of the following should I change?
f(a_i)=a_(2i), if a_i E A1
f(b_i)=a_(2i-1), if b_i E B
f(x)=x, if x E A2

Thanks!
 
  • #4
I have an idea! If I write AUB as "disjoint" union AUB = A1 U (A\A1) U (B\A), would it help?

But how can I define the f: A U B->A as a bijection now?

Can someone please help me?
 
  • #5
The disjoint union should exclude A [tex]\cap[/tex] B. Your A1 U (A\A1) U (B\A) doesn't do this.

Here is what I was thinking of. Please check that this is actually a bijection.

Let B \ A = {b_1, b_2, ...}
Let A [tex]\cap[/tex] B = {c_1, c_2, ...}
Both of these sets are countable because B is countable.

f(b_i) = c_(2i), if b_i E B \ A
f(c_i) = c_(2i - 1), if c_i E A [tex]\cap[/tex] B
f(x) = x, if x E A \ B
 
  • #6
But AUB = A1 U (A\A1) U (B\A) is a disjoint union, right?
B\A means B take away A, so we can't have A[tex]\cap[/tex]B, right?
 
  • #7
If I define
f: A U B->A such that
f(a_i)=a_(2i), if a_i E A1
f(b_i)=a_(2i-1), if b_i E B\A
f(x)=x, if x E A2

Would this be one-to-one and onto? I think the sets are disjoint and can't have any overlap now, so I think it's one-to-one, but I am not totally sure. Can someone please confirm this?
 
  • #8
There is an issue here. The statement is not necessarily true if you do not assume the continuum hypothesis or equivalently the axiom of choice.

I'd suggest you start with the continuum hypothesis:
If A is an infinite set then [tex] |A| \ge |\mathbf{N}|=\aleph_0[/tex]

Thus [tex] |A| \ge |B|[/tex]

Then consider that [tex] |A\cup B| = |A| [/tex] is equivalent to [tex] |A \cup B| \le |A| \text{ and }|A \cup B| \ge |A| [/tex]
(This is the Cantor–Bernstein–Schroeder theorem)

It is much easier to construct injections rather than bijections so using the obvious subset injection to show [tex] |A| \le |A\cup B|[/tex] you only need to find an injection showing that [tex] |A\cup B| \le |A|[/tex]. You can use the one you get from the continuum hypothesis: [tex] |B| \le |A|[/tex] directly or you can worry it out from the axiom of choice.

Recall that cardinal lax inequality is defined as the existence of an injective mapping:
[tex] |A|\le|C| \quad \equiv \quad \exists \phi:A \stackrel{inj}{\rightarrow}C[/tex]
 
  • #9
kingwinner said:
But AUB = A1 U (A\A1) U (B\A) is a disjoint union, right?
B\A means B take away A, so we can't have A[tex]\cap[/tex]B, right?

But A [tex]\subseteq[/tex] A1 U (A\A1) whatever A1 you pick inside the regular union A U B. So A [tex]\cap[/tex] B [tex]\subseteq[/tex] A1 U (A\A1) U (B\A). Draw some Venn diagrams.
 
  • #10
kingwinner said:
If I define
f: A U B->A such that
f(a_i)=a_(2i), if a_i E A1
f(b_i)=a_(2i-1), if b_i E B\A
f(x)=x, if x E A2

Would this be one-to-one and onto? I think the sets are disjoint and can't have any overlap now, so I think it's one-to-one, but I am not totally sure. Can someone please confirm this?

Check these as usual. For one-to-one, let x, y in A U B be such that f(x) = f(y). Then x, y must both be in A1, B \ A, or A2 because otherwise, f(x) [tex]\neq[/tex] f(y) because . . .
 
  • #11
mutton said:
But A [tex]\subseteq[/tex] A1 U (A\A1) whatever A1 you pick inside the regular union A U B. So A [tex]\cap[/tex] B [tex]\subseteq[/tex] A1 U (A\A1) U (B\A). Draw some Venn diagrams.
Hold on...I don't understand what's wrong with my claim that AUB = A1 U (A\A1) U (B\A) is a disjoint union

note: B\A={xEB|x is not in A}

A1 and (A\A1) can never intersect
A1 and (B\A) can never intersect
(A\A1) and (B\A) can never intersect

=> AUB = A1 U (A\A1) U (B\A) is a disjoint union, right?

Define f: A U B->A
f(a_i)=a_(2i), if a_i E A1
f(b_i)=a_(2i-1), if b_i E (B\A)
f(x)=x, if x E (A\A1)


f is clearly onto.

The key question is : is f a one-to-one function?
Since AUB = A1 U (A\A1) U (B\A) is a disjoint union, the a_i, b_i, x are taking elements from disjoint sets, and so must be one-to-one function, and this is all I need to prove.

The trouble that may arise if the sets are not disjoint is e.g. f(a1)=a2, f(b1)=a1, but actually a1=b1, so the same element is mapped to 2 different elements, which means that f is not a "function", and hence is not one-to-one, it's one-to-many. But if A1 U (A\A1) U (B\A) is a disjoint union, then this trouble cannot occur and f has to be a one-to-one function.

Please correct me if anywhere is wrong.

P.S. I understand that A [tex]\cap[/tex] B [tex]\subseteq[/tex] A1 U (A\A1) U (B\A), but why does this matter? AUB of course contains all elements in the intersection of A and B. Again, please correct me if I am wrong, I may be totally missing something.
 
Last edited:
  • #12
Forget what I said about continuum hypothesis. It was late, I was confused. Still I think that you're going to run into difficulties if you don't invoke CBS.

Here is my proof:
[tex] |A| \le |A\cup B|[/tex] since [tex] A\subseteq A\cup B[/tex]

Let [tex] C = (A\cup B)/A[/tex] and observe [tex]C\subseteq B[/tex] and [tex]C\cap A =\emptyset[/tex]

[tex] |A| \le |B| \le |C| [/tex] since A is infinite.
thus [tex]\exists \varphi:C\to A[/tex] where [tex]\varphi[/tex] is injective (into).

If [tex] |A / \varphi(C) | \le |B|[/tex] then A is countable and the result is trivial, the union of two countable sets is countable.

Otherwise if [tex]|B| < |A / \varphi(C) | <|A|[/tex] then by disjoint unions of sets of equal cardinality:
[tex] |B\cup C| < |A/\varphi(C)\cup \varphi(C)| < |A\cup C|[/tex]
or
[tex] |A\cup B| < |A| < |A\cup B|[/tex] which is impossible.

Thus otherwise [tex] |A|\le |A/ \varphi(C)|[/tex] then of course [tex] |A| = |A/\varphi(C)|[/tex]
and [tex]\exists \psi:A\to (A/\varphi(C)[/tex]
where [tex]\psi[/tex] is bijective and thus injective.

You can then take the union of disjoint mappings
[tex] \eta= \psi \cup \varphi[/tex] which is an injective map [tex]\eta:A\cup C\to A[/tex]
Since [tex] A\cup C = A \cup B[/tex] we have that: [tex] |A\cup B| \le |A|[/tex].

Thus by CBS whe have [tex] A\cup B| = |A|[/tex].
 

Related to Cardnality of Infinite Sets (2)

1. What is the concept of "Cardinality of Infinite Sets (2)"?

The cardinality of infinite sets (2) refers to the size or number of elements in a set that is infinitely large. It is used to compare the sizes of different infinite sets and determine if they are equivalent or not.

2. How is the cardinality of infinite sets (2) determined?

The cardinality of infinite sets (2) is determined by using a one-to-one correspondence between the elements of two sets. If every element in one set can be paired with a unique element in the other set, then the two sets have the same cardinality. This method is called the Cantor-Bernstein-Schroeder theorem.

3. What is the difference between countable and uncountable sets?

A countable set is one in which the elements can be counted and listed in a specific order, such as the natural numbers (1, 2, 3...). An uncountable set is one in which the elements cannot be counted and listed in a specific order, such as the real numbers (including decimals and irrational numbers).

4. Can an infinite set have a higher cardinality than another infinite set?

Yes, it is possible for an infinite set to have a higher cardinality than another infinite set. This can be seen in the comparison between the natural numbers and real numbers. Although both are infinitely large, the cardinality of the set of real numbers is greater than the set of natural numbers.

5. How does the concept of "Cardinality of Infinite Sets (2)" impact mathematics and scientific research?

The concept of cardinality of infinite sets (2) has many applications in mathematics and scientific research. It helps in understanding the different sizes of infinite sets and their properties. It is also used in various mathematical proofs and theories, such as Cantor's diagonal argument and the continuum hypothesis.

Similar threads

  • Calculus and Beyond Homework Help
Replies
1
Views
722
  • Calculus and Beyond Homework Help
Replies
4
Views
648
  • Calculus and Beyond Homework Help
Replies
2
Views
3K
  • Calculus and Beyond Homework Help
Replies
5
Views
2K
  • General Math
Replies
3
Views
948
  • Calculus and Beyond Homework Help
Replies
8
Views
1K
  • Calculus and Beyond Homework Help
Replies
4
Views
2K
  • Calculus and Beyond Homework Help
Replies
1
Views
970
Replies
6
Views
4K
  • Calculus and Beyond Homework Help
Replies
8
Views
3K
Back
Top