Introduction to Induction (LAMC, 10/14/07)

Similar documents
Chapter 5: The Integers

CSC 344 Algorithms and Complexity. Proof by Mathematical Induction

PROOF WITHOUT WORDS MATH CIRCLE (BEGINNERS) 05/06/2012

Carmen s Core Concepts (Math 135)

Example: Use a direct argument to show that the sum of two even integers has to be even. Solution: Recall that an integer is even if it is a multiple

MATH10040: Numbers and Functions Homework 1: Solutions

CISC-102 Fall 2017 Week 3. Principle of Mathematical Induction

5: The Integers (An introduction to Number Theory)

Proof Techniques 1. Math Camp n = (1 = n) + (2 + (n 1)) ( n 1. = (n + 1) + (n + 1) (n + 1) + n + 1.

Use mathematical induction in Exercises 3 17 to prove summation formulae. Be sure to identify where you use the inductive hypothesis.

Divisibility of Natural Numbers

Section 4.1: Sequences and Series

Fall 2017 Test II review problems

Mathematics 228(Q1), Assignment 2 Solutions

PGSS Discrete Math Solutions to Problem Set #4. Note: signifies the end of a problem, and signifies the end of a proof.

Outline. We will cover (over the next few weeks) Induction Strong Induction Constructive Induction Structural Induction

Climbing an Infinite Ladder

Exercises. Template for Proofs by Mathematical Induction

3 Finite continued fractions

MAC-CPTM Situations Project

Discrete Mathematics. Spring 2017

Solution Set 2. Problem 1. [a] + [b] = [a + b] = [b + a] = [b] + [a] ([a] + [b]) + [c] = [a + b] + [c] = [a + b + c] = [a] + [b + c] = [a] + ([b + c])

EECS 1028 M: Discrete Mathematics for Engineers

Mathematical Induction. EECS 203: Discrete Mathematics Lecture 11 Spring

Discrete Mathematics for CS Spring 2008 David Wagner Note 4

PUTNAM TRAINING MATHEMATICAL INDUCTION. Exercises

CS 220: Discrete Structures and their Applications. Mathematical Induction in zybooks

Induction 1 = 1(1+1) = 2(2+1) = 3(3+1) 2

Induction. Induction. Induction. Induction. Induction. Induction 2/22/2018

1 Implication and induction

Discrete Mathematics and Probability Theory Spring 2014 Anant Sahai Note 3

Discrete Mathematics and Probability Theory Fall 2013 Vazirani Note 1

WORKSHEET MATH 215, FALL 15, WHYTE. We begin our course with the natural numbers:

Discrete Math, Spring Solutions to Problems V

Math 110 HW 3 solutions

Lecture 6 : Induction DRAFT

, p 1 < p 2 < < p l primes.

Solutions to Assignment 1

MATH 324 Summer 2011 Elementary Number Theory. Notes on Mathematical Induction. Recall the following axiom for the set of integers.

Direct Proof MAT231. Fall Transition to Higher Mathematics. MAT231 (Transition to Higher Math) Direct Proof Fall / 24

Discrete Mathematics and Probability Theory Spring 2016 Rao and Walrand Note 3

Mathematical Induction

Discrete Mathematics & Mathematical Reasoning Induction

Homework 3, solutions

At the start of the term, we saw the following formula for computing the sum of the first n integers:

Discrete Structures - CM0246 Mathematical Induction

Hence, the sequence of triangular numbers is given by., the. n th square number, is the sum of the first. S n

Direct Proofs. the product of two consecutive integers plus the larger of the two integers

INDUCTION AND RECURSION. Lecture 7 - Ch. 4

Chapter 1 Review of Equations and Inequalities

WORKSHEET ON NUMBERS, MATH 215 FALL. We start our study of numbers with the integers: N = {1, 2, 3,...}

Mathematical Induction. How does discrete math help us. How does discrete math help (CS160)? How does discrete math help (CS161)?

PRIME NUMBERS YANKI LEKILI

MATHEMATICAL INDUCTION

Discrete Mathematics & Mathematical Reasoning Induction

n n P} is a bounded subset Proof. Let A be a nonempty subset of Z, bounded above. Define the set

What can you prove by induction?

Ch 3.2: Direct proofs

Induction and recursion. Chapter 5

MATH 2200 Final Review

Unit 3: Definitions, Theorems and Proofs

Reading and Writing. Mathematical Proofs. Slides by Arthur van Goetham

Mathematical Induction

CSE 1400 Applied Discrete Mathematics Proofs

Mathematical Induction. Defining Functions. Overview. Notation for recursive functions. Base case Sn(0) = 0 S(n) = S(n 1) + n for n > 0

a 2 + b 2 = (p 2 q 2 ) 2 + 4p 2 q 2 = (p 2 + q 2 ) 2 = c 2,

Climbing an Infinite Ladder

PUTNAM TRAINING NUMBER THEORY. Exercises 1. Show that the sum of two consecutive primes is never twice a prime.

Section 3.1: Direct Proof and Counterexample 1

Math Circle Beginners Group February 28, 2016 Euclid and Prime Numbers

Mathematical Induction

A guide to Proof by Induction

n(n + 1). 2 . If n = 3, then 1+2+3=6= 3(3+1) . If n = 2, then = 3 = 2(2+1)

We want to show P (n) is true for all integers

Lecture 1 Maths for Computer Science. Denis TRYSTRAM Lecture notes MoSIG1. sept. 2017

Divisibility = 16, = 9, = 2, = 5. (Negative!)

Consider an infinite row of dominoes, labeled by 1, 2, 3,, where each domino is standing up. What should one do to knock over all dominoes?

Math Circle: Recursion and Induction

Math 324 Summer 2012 Elementary Number Theory Notes on Mathematical Induction

Solutions to Tutorial 4 (Week 5)

Assignment 3 Logic and Reasoning KEY

Example. How to Guess What to Prove

Grade 6 Math Circles November 1 st /2 nd. Egyptian Mathematics

2 Elementary number theory

Prompt. Commentary. Mathematical Foci

Announcements. CS243: Discrete Structures. Sequences, Summations, and Cardinality of Infinite Sets. More on Midterm. Midterm.

Math 38: Graph Theory Spring 2004 Dartmouth College. On Writing Proofs. 1 Introduction. 2 Finding A Solution

Math 10850, fall 2017, University of Notre Dame

Mathematical Induction. Section 5.1

Economics 204 Fall 2011 Problem Set 1 Suggested Solutions

The theory of numbers

Problem Set 5 Solutions

Conjectures and proof. Book page 24-30

Reading 5 : Induction

Chapter 5: Sequences, Mathematic Induction, and Recursion

Some Review Problems for Exam 3: Solutions

MAT 300 RECITATIONS WEEK 7 SOLUTIONS. Exercise #1. Use induction to prove that for every natural number n 4, n! > 2 n. 4! = 24 > 16 = 2 4 = 2 n

Some Review Problems for Exam 3: Solutions

PRINCIPLE OF MATHEMATICAL INDUCTION

All numbered readings are from Beck and Geoghegan s The art of proof.

Transcription:

Introduction to Induction (LAMC, 10/14/07) Olga Radko October 1, 007 1 Definitions The Method of Mathematical Induction (MMI) is usually stated as one of the axioms of the natural numbers (so-called Peano axioms), and thus, does not require proof Let P(n) be a mathematical statement that depends on an integer n (For example, P(n) can be: The number of primes which are smaller then n is less then n/ or 1 + + + (n 1) + n = n(n 1) ) One should think of P(n) not as a single statement but as an infinite series of similar propositions: P(1), P(), P(3), for all integer values of n Principle of Mathematical Induction: Suppose that 1 P(1) is true; For any n 1 P(n) is true implies P(n + 1) is true Then P(n) is true for all n To prove a statement using the Method of Math Induction, we need to complete two steps: 1 Base case: show that the statement P(1) is true Inductive step: Assume that P(n) is true Show that this implies that P(n + 1) is also true We will solve problem 1 from page 3 as the first example 1

Strong Induction Sometimes when completing the inductive step (showing that P(n + 1) is true) we must use some (or all!) of the statements P(1), P(), P(n) This is called strong induction Suppose that 1 P(1) is true; For any n 1, P(1), P(),, P(n) are true implies P(n+1) is true See problem of section 5 for an example where you have to use the strong form of induction Other versions of induction Sometimes you have to use a number other then 1 for the base of induction (eg, in problem of section 5) Sometimes the base consists of several statements (eg, in problem 3 of section 6) A paradox: All the horses are of the same color The following example was invented by George Polya to demonstrate that one has to be careful when applying the MMI Theorem All horses are of the same color (Similarly, you can proof that, eg, all people are of the same height or that all test problems are equally difficult, etc) Proof (by induction) 1 The base case: consider a set consisting of one horse In this set all horses are clearly of the same color (as there is just one horse) Inductive step: Assume that the statement is true for n horses (That is, in any set of n horses all horses are of the same color) Consider a set consisting of (n + 1) horse Enumerate the horses in this set by number 1,,n + 1 Consider the following two sets of horses: (1,,,n 1, n) and (, 3,,n, n+1) Each of the sets consists of n horses By induction assumption, in each of the sets all the horses are of the same color Since the two sets overlap, all the horses are of the same color The argument above obviously contains a mistake Can you find it?

3 Proving identities using MMI 1 Let S n = 1 + + n (ie, the sum of all integers starting from 1 and ending with n) Use induction to show that S n = n(n + 1) (There is also a nice non-inductive proof If you don t know it yet, try to think about it) Let S n = n k=1 a k, where a k = a + (k 1)d for any k (Note that S n represents the sum of the first n elements of the arithmetic progression {a k }) Can you guess the formula for S n? Use induction to prove this formula 3 Use induction to show that 1 + + + n = 4 Use induction to show that ( 1 1 ) 4 ( 1 1 9 n(n + 1)(n + 1) 6 ) (1 1n ) = n + 1 n 3

4 Divisibility results by Induction 1 Show that n 3 + (n + 1) 3 + (n + ) 3 is divisible by 9 for all n Show that 3n + 1 is divisible by 3 n+1 3 Show that the number 111 111 (written with 81 ones) is divisible by 81 (Can you find an inductive and non-inductive proof?) 4 Is it true that n + n + 41 is prime for any natural number n? 5 Inequalities and Induction 1 Use induction to show that 1 + 1 + 1 3 + + 1 n < n Use induction to show that n > 1+n n 1 for n =, 3, (Note that n = should be used as the base of induction) 3 Show that 1 3 5 (n 1) 4 n 1 n + 1 6 Elementary number theory and induction 1 Show that the equation x + y = z n has a solution in positive integers (x, y, z) for all n = 1,, 3, (Hint: consider the cases of n even and odd separately) Prove that any natural number can be written as a sum of several distinct powers of two(hint: use strong induction) 3 Prove that one can pay any number of pesos bigger or equal to 7 using only the 3- and 5- peso notes 4

7 Dividing and coloring the plane 1 The plane is divided into regions by several straight lines Prove that one can color these regions using two colors so that any two adjacent regions have different colors (Regions are adjacent if they have a common boundary) Suppose that n lines are drawn on the plane in such a way that none of the lines are parallel and no three are meet at the same point What is the number of the regions into which the lines divide the plane 8 Challenge problems 1 Show that + + + + π = cos n+1, where n is the number of signs on the left Let F k be Fibonacci numbers defined by: F 0 = 0; F 1 = 1, and if k > 1, F k = F k 1 + F k Prove that F n 1 F n+1 = F n + ( 1) n n i=0 F i = F n F n+1 any positive integer can be written as a sum of distinct Fibonacci numbers 5