Proving that if $A$ is a non-empty set, then $|A| ≤ |A \times A|$

605 Views Asked by At

I just need some help with this problem.

Let $A$ be an non-empty set. Prove that $|A| \leq |A \times A|$. $A$ may or may not be infinite!

Intuitively, this statement makes sense. $A \times A$ must have at least as many elements in it as $A$ does, but how can I prove this statement? I can make a hypothetical set $A$ that consists of the elements say $\{1,2,3\}$ and illustrate that $A \times A$ obviously has a bigger cardinality than $A$ but I have trouble when it comes to proving this statement for all sets $A$, whether infinite or not...

Thank you!

2

There are 2 best solutions below

1
On BEST ANSWER

To furnish a proof you need to work with the definition. Now, $|A|\le |A\times A|$ has a very precise meaning. It means that there exists an injection $f:A\to A\times A$. So, try to construct such an injection. For inspiration, you can try to take a particular set $A$ and see if you can find a very naturally occurring such injection. Then go from the particular example to the general case.

By the way, the restriction that $A\ne \emptyset $ is not needed.

1
On

Hint: You need to show that there is an injection $A \to A \times A$. As $A$ is nonempty choose $a \in A$ and think about $\{a\} \times A$.