Chapter 5: Problem 9
Use strong induction to prove that \(\sqrt{2}\) is irrational. [Hint: Let \(P(n)\) be the statement that \(\sqrt{2} \neq n / b\) for any positive integer \(b . ]\)
Short Answer
Expert verified
Strong induction shows \(\sqrt{2} eq \frac{n}{b}\) for any positive integer \(b\), proving \(\sqrt{2}\) is irrational.
Step by step solution
01
- Define the hypothesis
Let us define the statement that we need to prove by strong induction. Let the statement be: \(P(n)\): \(\sqrt{2} eq \frac{n}{b}\) for any positive integer \(b\).
02
- Base case
For strong induction, we need to prove the base case where \(P(1)\) is true. Consider the base case \(n = 1\): We need to show that \(\sqrt{2} eq \frac{1}{b}\) for any positive integer \(b\). Since \(\sqrt{2} = 1.414...\), it is clear that there is no positive integer \(b\) such that \(\sqrt{2} = \frac{1}{b}\). Hence, \(P(1)\) is true.
03
- Inductive step
Assume that the statement is true for all integers up to \(k\), i.e., assume that \(P(n)\) is true for all positive integers \(n\) such that \(1 \leq n \leq k\). This means \(\sqrt{2} eq \frac{n}{b}\) for any positive integers \(n\) and \(b\) within this range. Now we need to show that \(P(k+1)\) is also true: We must show that \(\sqrt{2} eq \frac{k+1}{b}\) for any positive integer \(b\).
04
- Proof by contradiction
Assume for contradiction that \(\sqrt{2} = \frac{k+1}{b}\) for some positive integer \(b\). Then \(\sqrt{2}\) can be written in the form \(\frac{a}{d}\) where \(a\) and \(d\) are positive integers with no common factors (for simplicity, take the fraction in its simplest form). Then: \[ \sqrt{2} = \frac{a}{d} \] Squaring both sides: \[ 2 = \frac{a^2}{d^2} \] Thus, \[ a^2 = 2d^2 \] This implies that \(a^2\) is even, which means \(a\) must also be even because the square of an odd number is odd.
05
- Analyze evenness
Let \(a = 2m\) where \(m\) is some integer. Substituting into the equation above: \[ (2m)^2 = 2d^2 \] \[ 4m^2 = 2d^2 \] \[ 2m^2 = d^2 \] This implies that \(d^2\) is also even, and so \(d\) must be even as well. Therefore, both \(a\) and \(d\) are even, which means they have a common factor of 2. This contradicts our assumption that \(\frac{a}{d}\) was in its simplest form.
06
- Conclusion
Since assuming that \(\sqrt{2}\) is rational leads to a contradiction, it follows that \(\sqrt{2}\) cannot be expressed as \(\frac{a}{d}\) for any positive integers \(a\) and \(d\). Hence, \(\sqrt{2}\) is irrational. By the principle of strong induction, we have shown that \(P(n)\) is true for all positive integers \(n\).
Unlock Step-by-Step Solutions & Ace Your Exams!
-
Full Textbook Solutions
Get detailed explanations and key concepts
-
Unlimited Al creation
Al flashcards, explanations, exams and more...
-
Ads-free access
To over 500 millions flashcards
-
Money-back guarantee
We refund you if you fail your exam.
Over 30 million students worldwide already upgrade their learning with 91Ó°ÊÓ!
Key Concepts
These are the key concepts you need to understand to accurately answer the question.
irrational numbers
Irrational numbers are real numbers that cannot be expressed as a simple fraction or ratio of two integers. Unlike rational numbers, which can be written in the form \(\frac{a}{b}\), where both \(a\) and \(b\) are integers, irrational numbers have non-repeating and non-terminating decimal expansions. Examples of irrational numbers include \(\pi\), \(e\), and \(\sqrt{2}\).Let's consider \(\sqrt{2}\). If you try to write \(\sqrt{2}\) as a fraction, say \(\frac{n}{b}\), you’ll quickly realize that no such pair of integers \(n\) and \(b\) exists that can perfectly represent \(\sqrt{2}\). This is what makes \(\sqrt{2}\) irrational.The proof often uses properties of squares and their evenness to show contradictions, emphasizing how \(\sqrt{2}\) does not fit the mold of rational numbers by failing the criteria outlined for these.
mathematical induction
Mathematical induction is a powerful proof technique often used to show statements are true for all natural numbers. It consists of two main steps:
- Base Case: Validate the statement for the initial value, often \(n = 1\) or \(n = 0\).
- Inductive Step: Assume the statement is true for some arbitrary positive integer \(k\) (the induction hypothesis), and use this assumption to prove the statement for \(k+1\).
proof by contradiction
Proof by contradiction is a fascinating method used in mathematical proofs to establish the truth of a statement by showing that assuming the contrary leads to a contradiction. Here's how it works:
- Assume the Opposite: Begin by assuming that the statement you want to prove is false.
- Find a Contradiction: Using logical steps, demonstrate that this assumption leads to a contradiction or an impossibility.
integer properties
Understanding integer properties is fundamental to many proof techniques in mathematics, including the proof showing that \(\sqrt{2}\) is irrational. Some critical properties include:
- Even and odd numbers: The evenness or oddness of an integer is vital. An even number can be written as \(2m\), and an odd number as \(2m + 1\).
- Factorization: Any integer can be uniquely factorized (except for the order) into prime numbers, known as the Fundamental Theorem of Arithmetic.
- Simplicity of Fractions: A fraction \(\frac{a}{b}\) is in its simplest form if \(a\) and \(b\) have no common divisors other than 1.