• Tidak ada hasil yang ditemukan

MATH/COSC 1056E

N/A
N/A
Protected

Academic year: 2023

Membagikan "MATH/COSC 1056E"

Copied!
7
0
0

Teks penuh

(1)

Mathematical Induction

Discrete Mathematics

(2)

Mathematical Induction: Induction Example

The sum of first odd integers:

n= 1, 1 = 1 n= 2, 1 + 3 = 4 n= 3, 1 + 3 + 5 = 9 n= 4, 1 + 3 + 5 + 7 = 16 n= 5, 1 + 3 + 5 + 7 + 9 = 25 n= 6, 1 + 3 + 5 + 7 + 9 + 11 = 36 ...

n=k, 1 + 3 + 5 +· · ·+ (2k−1) =?

Mathematical Induction 2

(3)

Statement of Problem

LetP(n), a propositional function on a well-ordered setS. The problem is to prove that

∀n∈S,P(n) is true.

(4)

Definition: Mathematical Induction

LetP(n), a propositional function on a well-ordered setS. If 1 is the minimum element of the setS, then, the rule of inference:

P(1)

∀k(P(k)→P(k+ 1))

∴ ∀n P(n)

is known as theprinciple of induction (or thefirst principle of induction).

The first hypothesisP(1) is called the basis step.

The second hypothesisP(k)→P(k+ 1) for anyk is called the inductive step. The assumption thatP(k) is true is called the inductive hypothesis.

Mathematical Induction 4

(5)

Example: The Sum of the First n Odd Positive Integers

PRELIMINARY STEP: LetP(n) be the propositional function:

Pn

i=1(2i−1) =n2.

BASIS STEP: We verify thatP(1) is true.

INDUCTIVE STEP: We show that the conditional statement P(k)→P(k+ 1) is true for all positive integers k.

We conclude thatP(n) is true for all positive integers n.

(6)

Example: The Sum of the First n Integers

PRELIMINARY STEP: LetP(n) be the propositional function:

Pn

i=1i =n(n+ 1)/2.

BASIS STEP: We verify thatP(1) is true.

INDUCTIVE STEP: We show that the conditional statement P(k)→P(k+ 1) is true for all positive integers k.

We conclude thatP(n) is true for all positive integers n.

Mathematical Induction 6

(7)

Why Mathematical Induction Is Valid?

Suppose that the well-ordered setS is N, thatP(1) is true and that the propositionP(k)→P(k+ 1) is true for any k. We use a proof by contradiction to prove thatP(n) must be true for all n∈N. Suppose there exists at least one positive integer such that P(n) is false. Let the set F ⊂Nbe the set of integers such that P(n) is false. By assumption, the set F is non empty. So, according to the well-ordering property,F has a least element, which will be designated bym. We know that m cannot be 1 becauseP(1) is true. Therefore m is an integer greater than 1 and m−1∈N. Moreover,m−1 is less than mand does not belong to F, so P(m−1) must be true. Since the conditional statement P(k)→P(k+ 1) is true for any k, thenP(m−1)→P(m) and thereforeP(m) is true. This contradicts the choice ofm.

Referensi

Dokumen terkait

All 4 -digit positive integers with the same four digits as in the number 2013 are written on the blackboard in an increasing order.. The diagram shows a shaded quadrilateral

equilateral. The negation is true. All real numbers are integers. The original statement is true. Some natural number is larger than its square. The original statement is true.

Write C++ statements for the following tasks. This program will reads integers from file and calculate sum of the integers. a) Include necessary header for reading data from

Numbers on the circles tell the product of the four digits around them.. What is the last digit of the sum of the first 2005 Fibonacci

Each vertex is assigned a “vertex number” which is the sum of the numbers on the faces which intersect in that vertex and then the sum of the vertex numbers is calculated.. What

After step 2, the remaining digits are in numbered as the multiple of 4=2 2 places of the origin number.. After step 3, the remaining digits are in numbered as the multiple of 8=2 3

Table 1 Summary of steps required to calculate layout parameters for an example Nelder wheel plot Determining Nelder wheel layout parameters: an example Preliminary step: determine

A statement that can be either true or false, depending on the truth values of its propositional variables, is called a