viren_t2005
- 20
- 0
Prove by induction that 2^1/2 is irrational.
AKG said:Induction? Induction on what. There's a standard proof by contradiction for this one.
CRGreathouse said:That's a good question. Usually a proof by induction proves that something is true for n=1 and that if it is true for a given n it is true for n+1. Let's try:
For n=1: Suppose \sqrt{2} is rational. Write \sqrt{2}=\frac ab with (a,b)=1. Then 2b^2=a^2.
TenaliRaman said:Probably OP meant 2^(1/n) ?
-- AI
shmoe said:They probably want an "infinite decent" type proof where you assume sqrt(2)=p/q then show sqrt(2)=r/t where r<p and t<q
Ray Eston Smith Jr said:(a) The first term in the sequence is 1, which is a rational number.
(b) Assume the nth term in the sequence is rational.
To go from the nth term to the (n+1)th term, you add a rational number (the next digit).
The sum of 2 rational numbers is a rational number,
therefore the (n+1)th term is also rational.
(c) From (a) & (b), by induction, every term in the sequence is rational.
(d) Therefore if 1.413213562373... exists, it is rational.
mathwonk said:the original proof by euclid is by the well ordering principle, i.e. inductiion.
he proves that if 2 B^2 = A^2, then A is even, hence B is even, and then reduces the fraction further. he comments this reduction process cannot go on forever.
indeed the assumption in greathouses proof that it is possible to choose A,B which gcd = 1, is proved by well ordering, since one takes the denominator as small as possible, say.
i.e. induction is so basic to the usual proofs that we have ceased noticing it.