Alice is stuck in a dungeon. She needs to solve the following problem to get out.
Is the cardinality of the even numbers same as the natural numbers?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
You can actually match the natural and even numbers up.
For example : 1 ⟺ 2 2 ⟺ 4 3 ⟺ 6 ⋯
where the case is that for any natural number n it can be matched up with even number 2 n . To illustrate this I will show you.
See: n ⟺ 2 n n + 1 ⟺ 2 n + 2 ⋯ ⟺ ⋯