I proving that the cross product of 2 countable sets is countable.

In summary: And since there is a bijection from N to A and N to B, there must also be a bijection from N x N to A x B. And since N x N is countable, that means A x B is also countable. Therefore, A x B is countable if A and B are countable. In summary, by using the fact that every subset of a countable set is again countable and the idea of bijections, we can prove that the product of two countable sets, A x B, is also countable.
  • #1
pzzldstudent
44
0
Statement to prove:
If A and B are countable sets, prove A x B is countable.

My work so far:
I've thought of 2 ways to approach proving this.
(1) I read that "Every subset of a countable set is again countable."
So my first choice of proving this would be to state that it's given A and B are countable sets. Okay, so now A and B are subsets of A x B (would I have to prove that, or is it known already?). And then from there I can say that since A and B are countable and subsets of A x B, then A x B itself is countable by that statement that every subset of a countable set is again countable.

(2) The other way I thought of proving this was:
Let A and B be countable sets. This means A ~ N and B ~ N (N the set of naturals). A ~ N implies there is a bijection from A to N, and B ~ N implies there is a bijection from B to N. So now I have to show there is a bijection from A x B to N, right?
This is where I got stuck. There is a theorem that says N x N is countable, but I didn't think that helped for this particular proof since sets A and B are not specifically defined except that they are countable.

I did find http://planetmath.org/encyclopedia/ProductOfAFiniteNumberOfCountableSetsIsCountable.html" , but I found it hard to understand with the notations and some of the wording.

Any help is greatly appreciated. Thank you for your time!
 
Last edited by a moderator:
Physics news on Phys.org
  • #2
http://img384.imageshack.us/img384/6088/productcountingln2.png
 
Last edited by a moderator:
  • #3
maze said:
http://img384.imageshack.us/img384/6088/productcountingln2.png

Oh, I'm afraid I don't know what that is since my professor did not cover that. All that was mentioned was some diagonalizing, but we're not going into that this semester.
Thanks for your time though.
 
Last edited by a moderator:
  • #4
pzzldstudent said:
There is a theorem that says N x N is countable, but I didn't think that helped for this particular proof since sets A and B are not specifically defined except that they are countable.
If would help if you could prove AxB and NxN are equipollent, wouldn't it?
 
  • #5
pzzldstudent said:
Statement to prove:
If A and B are countable sets, prove A x B is countable.

My work so far:
I've thought of 2 ways to approach proving this.
(1) I read that "Every subset of a countable set is again countable."
So my first choice of proving this would be to state that it's given A and B are countable sets. Okay, so now A and B are subsets of A x B (would I have to prove that, or is it known already?). And then from there I can say that since A and B are countable and subsets of A x B, then A x B itself is countable by that statement that every subset of a countable set is again countable.
But A and B are not subsets of A x B, which pretty well shoots down the rest of your argument. The set A x B is the set of ordered pairs (a, b), such that a [tex]\in[/tex] A and b [tex]\in[/tex] B. The elements of A are not ordered pairs, so they can't also be in A x B. Same for the elements of B.




pzzldstudent said:
(2) The other way I thought of proving this was:
Let A and B be countable sets. This means A ~ N and B ~ N (N the set of naturals). A ~ N implies there is a bijection from A to N, and B ~ N implies there is a bijection from B to N. So now I have to show there is a bijection from A x B to N, right?
Right.
pzzldstudent said:
This is where I got stuck. There is a theorem that says N x N is countable, but I didn't think that helped for this particular proof since sets A and B are not specifically defined except that they are countable.
I think you might be able to use the ideas of that theorem in your problem. IIRC, the theorem you cite arranges the ordered pairs of N x N in a triangular pattern, and devises a way to count them that is a one-to-one and onto (i.e., bijective) map between N x N and N. Something like this:
(0, 0)
(0, 1) (1, 0)
(0, 2) (1, 1) (2, 0)
(0, 3) (1, 2) (2, 1) (3, 0)
(0, 4) (1, 3) (2, 2) (3, 1) (4, 0)
(0, 5) (1, 4) (2, 3) (3, 2) (4, 1) (5, 0)
and so on.

The counting scheme weaves through the array of pairs diagonally, establishing this map:
(0, 0) --> 1
(0, 1) --> 2
(1, 0) --> 3
(0, 2) --> 4
(0, 3) --> 5
(1, 1) --> 6
(2, 0) --> 7
(1, 2) --> 8
(0, 4) --> 9
(0, 5) --> 10
(1, 3) --> 11
(2, 1) --> 12
(3, 0) --> 13
(2, 2) --> 14

and so on. You'll probably need to write the triangular array of pairs and draw a curve that sweeps back and forth to see how I got the pairing above.

It's easy to see that each ordered pair maps to a specific integer, and that each integer maps to a specific ordered pair. It's also easy to see that this counting scheme exhausts all of the ordered pairs and all of the integers.

Now, how can you use this idea in your problem?
pzzldstudent said:
I did find http://planetmath.org/encyclopedia/ProductOfAFiniteNumberOfCountableSetsIsCountable.html" , but I found it hard to understand with the notations and some of the wording.

Any help is greatly appreciated. Thank you for your time!
 
Last edited by a moderator:
  • Like
Likes czg
  • #6
Mark44 said:
Now, how can you use this idea in your problem?
That seems like an awful lot of work, doesn't it? After all, someone already used that idea to prove a theorem. So why not just figure out how to use the theorem?
 
  • #7
Thanks for the feedback. I could also go the other direction, right?
Since A and B are countable, that also means N ~ A and N ~ B.
Which means for functions f and g where f: N → A and g: N → B, the functions are both 1-1 and onto. There are bijections from N to A and N to B. So I can show there is a bijection from N to A x B, right? This seems 'easier' in a way rather than the original way I was approaching the proof.

---
Ehh...apparently it wasn't as 'easy' as I thought. (What in the world what was I thinking?!)
I am confused by this problem.
I know the elements in A x B are ordered pairs that have the form (a , b) where a is in A and b is in B.
Our textbook doesn't do a lot of explaining or examples on concepts, and lectures move at a rapid pace so I always feel behind.

We didn't learn the "triangular array of pairs" and drawing of a curve. If that makes this easier I wish we were taught that. It's not even in our text either. I feel our text does a lot of high assumptions about us students reading it. It seems like the author expects us to know a lot and remember a lot from previous math classes (yeah right!). This class is the reason why I used to like math. It is so abstract. :| My professor's awesome; it's the material that is hard. I may just be really dense lol.
 
Last edited:

1. What is the definition of a countable set?

A countable set is a set that has the same cardinality (number of elements) as the set of natural numbers (1, 2, 3, ...).

2. How do you prove that the cross product of two countable sets is countable?

To prove that the cross product of two countable sets is countable, we can use the diagonalization argument. This method involves listing out all the possible pairs of elements from the two sets and then constructing a new element from these pairs. By showing that this new element is not in the original sets, we can prove that the cross product is countable.

3. Can you give an example of proving the countability of a cross product?

Yes, we can use the example of the cross product of the set of even numbers (2, 4, 6, ...) and the set of odd numbers (1, 3, 5, ...). By listing out all the possible pairs of elements from these sets, we can construct a new element that is not in either set, such as (3, 5). This shows that the cross product of these two countable sets is also countable.

4. Are there any other methods for proving the countability of a cross product?

Yes, there are other methods such as using bijections (one-to-one correspondence) or proving that the Cartesian product of two countable sets is countable, which can then be applied to the cross product. However, the diagonalization argument is a commonly used and straightforward method for proving the countability of a cross product.

5. How does proving the countability of a cross product relate to other concepts in mathematics?

Proving the countability of a cross product relates to concepts such as set theory, cardinality, and proof techniques. It also has applications in other areas of mathematics, such as topology and analysis, where countable sets and their properties are frequently used.

Similar threads

  • Calculus and Beyond Homework Help
Replies
1
Views
503
  • Calculus and Beyond Homework Help
Replies
6
Views
2K
  • Calculus and Beyond Homework Help
Replies
8
Views
2K
  • Calculus and Beyond Homework Help
Replies
4
Views
495
  • Calculus and Beyond Homework Help
Replies
2
Views
941
  • Calculus and Beyond Homework Help
Replies
1
Views
3K
  • Set Theory, Logic, Probability, Statistics
Replies
3
Views
1K
  • Calculus and Beyond Homework Help
Replies
1
Views
1K
  • Calculus and Beyond Homework Help
Replies
1
Views
1K
  • Calculus and Beyond Homework Help
Replies
20
Views
2K
Back
Top