A way to prove that sqrt(2) is an irrational number is the following.
Let a, b be natural numbers greater than 1. Now, I plug
sqrt(2) = a/b
As you will see, that statement leads to a contradiction. Square both sides of the equation:
2 = (a^2)/(b^2)
2(b^2) = a^2
The fundamental theorem of arithmetic: every nonprime number greater than one can be expressed as a unique product of primes.
Now, clearly, the right-hand side of the equation has the factor 2 a different number of times from that of the left-hand side. Namely, on the right-hand side, 2 appears as a factor an even number of times. But on the left-hand side, it appears as factor an odd number of times.
What went wrong? It happens to be that sqrt(2) is not a rational number (a/b). It is an irrational number.
I have to say that I took this proof from Varberg and Fleming's Algebra and Trigonometry with Analytic Geometry: A problem-solving approach (the Spanish language version).
I have used the same logic above to show that 2^(1/(5*10^(n-1))) is an irrational number. Maybe I omitted some details. So I will be more explicit:
Let a, b, n be positive integers. Then, plug
2^(1/(5*10^(n-1))) = a/b
Now, 0 < 1/(5*10^(n-1)) < 1
Given that 2^x, with x real, is an increasing function,
2^0 < 2^(1/(5*10^(n-1))) < 2^1
So, 2^(1/(5*10^(n-1))) lies somewhere between 2 and 1. Being that the case, it is not an integer. So b can't be equal to 1. Also, a is not equal to b; it must be greater than it. That's why a is not equal to 1.
Going back, I raise the following equation to the power of 5*10^(n-1):
2^(1/(5*10^(n-1))) = a/b
2 = (a/b)^(5*10^(n-1))
2*b^(5*10^(n-1)) = a^(5*10^(n-1))
On the left-hand side, there may be only one factor 2. And, if tha't's the case, the right-hand side also must have one factor 2, but that's not the case.
Now, the other possibility is that, on the left-hand side, 2 appears as factor a multiple-of -five-plus-one number of times, whereas on the right-hand side it appears a multiple-of-five number of times. Now, it seems to me that that's a contradiction.
The conclusion is that 2^(1/(5*10^(n-1))) is an irrational number.
I want to prove in the same fashion (on a case by case basis) what kinds of numbers the expression 2^(digit number/(10^(n))) yields (rational, irrational?). But, does this program lead anywhere concerning the question of what kind of number is sqrt(2)^sqrt(2)?
Remember,
sqrt(2)^sqrt(2) = 2^(1/sqrt(2)) = 2^0 * 2^(digit number/10) * 2^(digit number/100) * 2^(digit number/1000) * ...
I would also be grateful if someone can assess the reasoning I have followed on this post.