Set of irrational numbers between 9 and 10 are countable

milena24
Messages
8
Reaction score
0

Homework Statement


The set of irrational numbers between 9 and 10 is countable.


Homework Equations





The Attempt at a Solution


My belief is that I can prove by contradiction.

first, i must prove by contradiction using diagonalization that the real numbers between 9 and 10 are uncountable. (1)

second, i take set of rational numbers Q is countable, hence a subset Q (9,10) is also countable. (2)

third i can prove by contradiction stating I (9, 10) is countable
R(9,10) =
Q(9,10) [Countable per item (2) ] U I(9,10) [ Countable per statement]


This would imply that by closure properties R(9,10) is countable. which is a condtradiction of what we found in 1.

Is this logic sound? Can I prove (1) using the same diagonalization method used for (0,1)?
 
Physics news on Phys.org
Your argument should work to prove that the set of irrational numbers between 9 and 10 is uncountable. However, if you know that the set of irrational numbers between 0 and 1 is uncountable already, why not just construct a bijection between the irrational numbers in (0,1) and the irrational numbers in (9,10)? This would show that they have the same cardinality and the set in question is thus uncountable.
 
Well, I agree, I should be able to do a bijection as visually and logically we would expect the numbers between 9 and 10 to have the same cardinality as between 0 and 1, but I am not sure on how I would prove this... in class we taught the diagonaliation proof for reals between 0 and 1, and the union proof for irrationals being uncountable using R = I U Q, but we haven't attacked something such as mapping all the numbers in 0,1 to 9,10

I mean, i could prove bijection I *think* as follows:

for a function
F: R \rightarrow R +9 : f(n) = n + 9

Prove it is a bijection
one-to-one:
If f(x_1) = f(x_2) \rightarrow x_1 = x_2
f(x_1) = n_1 + 9 AND f(x_2) = n_2 + 9
If n_1 + 9 = n_2 + 9 \rightarrow n_1 = n_2 \rightarrow x_1=x_2

ONTO:
For all y \in R + 9 \exists x \in R : f(x) = y
For all y = n + 9 \in R + 9 \exists x = n \in R : f(n) = n + 9

Hence I proved any real number can be mapped to a real number +9, so I can map R(0,1) to R(9,10)

Is that right? Or I could do that for irrationals, i presume... but i figured getting the reals over would make my life easier...
 
There's nothing wrong with your initial argument, so if you're more comfortable with it, then by all means, stick with it; I just thought that constructing a bijection from the irrationals of (0,1) to the irrationals of (9,10) would be simpler. For example, you could have proven this result with the following argument:

Let A be the set of irrational numbers in the open interval (0,1) and B the set of irrational numbers in the open interval (9,10). Consider the function f:A \to B defined by f(x) = x+9. Since 0 < x < 1, it follows that 9 < x+9 < 10; moreover, because x is irrational, x+9 is also irrational. Therefore, every member of A maps to a unique member of B. This proves that |A| \leq |B|, and thus B is uncountable.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top