viren_t2005
- 20
- 0
Prove by induction that 2^1/2 is irrational.
The discussion revolves around the proof of the irrationality of \( \sqrt{2} \) using induction, a method that some participants question as appropriate for this problem. The conversation includes various approaches to proving irrationality, including standard proofs by contradiction and alternative methods such as infinite descent.
Participants generally disagree on the appropriateness of using induction to prove the irrationality of \( \sqrt{2} \). While some support the idea of using induction, others argue that it is not suitable for this proof, leading to multiple competing views without a consensus.
Participants express uncertainty about the correct application of induction in this context, with some suggesting that the problem may not lend itself well to this method. The discussion also highlights the historical significance of various proof techniques and their foundational principles.
This discussion may be of interest to those studying mathematical proofs, particularly in the context of irrational numbers, as well as participants preparing for math competitions or exploring the foundations of mathematical reasoning.
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 [tex]\sqrt{2}[/tex] is rational. Write [tex]\sqrt{2}=\frac ab[/tex] with (a,b)=1. Then [tex]2b^2=a^2[/tex].
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.