

Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Solutions to homework 4 of the math 310: introduction to mathematical reasoning course, focusing on proving statements by mathematical induction. Topics include proving that certain expressions are divisible by 3, that cubed numbers are less than or equal to twice the number for large enough integers, and that any real number raised to a power is equal to the product of that number raised to each individual power.
Typology: Assignments
1 / 2
This page cannot be seen from the preview
Don't miss anything!


Math 310: Introduction to Mathematical Reasoning Summer 2006 Homework 4 Solutions
(From An Introduction to Mathematical Reasoning, by Peter J. Eccles.)
Proof. Consider the base case n = 1. 13 − 1 = 0 = 3 · 0, so 1^3 − 1 is divisible by 3. Now suppose k^3 − k is divisible by 3 for some k ≥ 1. Then k^3 − k = 3q for some positive integer q. (k+1)^3 −(k+1) = k^3 +3k^2 +3k+1−k−1 = (k^3 −k)+(3k^2 +3k) = 3q+3(k^2 +k) = 3(q+k^2 +k), so (k + 1)^3 − (k + 1) is divisible by 3. By induction, n^3 − n is divisible by 3 for all positive n.
Proof. Certainly, for the base case, 10^3 = 1000 ≤ 1024 = 2^10. Now suppose that for some k ≥ 10, k^3 ≤ 2 k. To prove that (k +1)^3 ≤ 2 k+1^ = 2· 2 k, it suffices to prove that (k +1)^3 ≤ 2 k^3 , or, expanding (k + 1)^3 , that, k^3 + 3k^2 + 3k + 1 ≤ 2 k^3 , or equivalently that 3k^2 + 3k + 1 ≤ k^3. We will have established this if we can show that each term in the sum on the left is less than or equal to 13 k^3 individually. But 3k^2 ≤ 13 10 k^2 ≤ 13 k^3 , and 3k ≤ 13 10 k ≤ 13 k^2 ≤ 13 k^3 , and 1 ≤ 13 10 ≤ 13 k ≤ 13 k^3 , so indeed 3k^2 + 3k + 1 ≤ k^3 , as desired. By induction, the proposition is true for all m ≥ 10.
Proof. It is certainly true that 1 ≥ 1, establishing the base case. Now suppose that k ≥ 1. We will use the fact that 1 ≥ 0, as we have previously proven. k + 1 ≥ k + 0 = k and k ≥ 1, so by transitivity k + 1 ≥ 1. By induction, n ≥ 1 for all positive integers n.
(a) xm+n^ = xmxn;
Proof. Consider the base case n = 0; by definition, x^0 = 1, so for any m, xm+0^ = xm^ = xmx^0 , as desired. Now suppose that for some k ≥ 0, xm+k^ = xmxk^ for all non-negative integers m. Then for any such m, xm+(k+1)^ = x(m+k)+1^ = xm+kx = xmxkx = xmxk+ where we have used the inductive definition of exponentiation repeatedly. By induction, for any nonnegative integers m and n, xm+n^ = xmxn.
(b) (xm)n^ = xmn.
Proof. Consider the base case n = 0; by definition, for any non-negative integer m, (xm)n^ = 1 = x^0 = xm·^0. Now suppose that for some k ≥ 0, for all non-negative integers m, (xm)k^ = xmk. Then (xm)k+1^ = (xm)kxm^ = xmkxm^ = xmk+m^ = xm(k+1)^ by the previous exercise. By induction, (xm)n^ = xmn^ for all non-negative integers m and n.
[These statements are known as the laws of exponents or the laws of indices.]
(You may assume xnyn^ = (xy)n.)
(From Mathematical Thinking, by John P. D’Angelo and Douglas B. West.)
∑n i=1 ai| ≤^
∑n i=1 |ai|. (You may assume that, for any a, b ∈ R, |a + b| ≤ |a| + |b|. This is known as the Triangle Inequality.)
Proof. The base case n = 1 is trivial: |
i=1 ai|^ =^ |a^1 |^ =^
i=1 |ai|.^ Now suppose that |
∑k i=1 ai| ≤^
∑k i=1 |ai|^ for some^ k^ ≥^ 1.^ Then^ |^
∑k+ i=1 ai|^ =^ |^
∑k i=1 ai^ +^ ak+1| ≤ |^
∑k i=1 ai|^ + |ak+1| ≤
∑k i=1 |ai|^ +^ |ak+1|^ =^
∑k+ i=1 |ai|. By induction, the proposition holds for all positive integers n.