22
TAF 3023 - Discrete Mathematic Pang Kok An 032195 Siti Aminah Bt Ahmad Sahrel 032806 Nurul Fasihah Bt Che Azmi 032220 Hasyazid b Osman 033147 Muhd. Faiz Fahimi Bin Razali 033225 Nurul Nabilah Bt Azman 032236 Roshatul Hidaya Bt Rosdin 032558 Nusaibah Bt Yahaya 032357 Group 1

Task 5 presentation

  • Upload
    ka-pang

  • View
    107

  • Download
    0

Embed Size (px)

Citation preview

Page 1: Task 5 presentation

TAF 3023 - Discrete Mathematic

Pang Kok An 032195

Siti Aminah Bt Ahmad Sahrel 032806

Nurul Fasihah Bt Che Azmi 032220

Hasyazid b Osman 033147

Muhd. Faiz Fahimi Bin Razali 033225

Nurul Nabilah Bt Azman 032236

Roshatul Hidaya Bt Rosdin 032558

Nusaibah Bt Yahaya 032357

Group 1

Page 2: Task 5 presentation

1. What do you show in the basis step and what do you show in the inductive step when you use (ordinary) mathematical induction to prove that a property involving an integer n is true for all integers greater than or equal to some initial integer?

Page 3: Task 5 presentation

Mathematical Induction involves 2 steps:

- Basis step - Inductive step

In the basis step, we take a value arbitrarily to test its correctness.

Mathematical Induction

Page 4: Task 5 presentation

For example: If x ≥ 4, then 2x ≥ x2

Prove this statement’s validity

Since x ≥ 4, we take any number which is greater or equal to 4. For example, we take 4.

Mathematical Induction

Page 5: Task 5 presentation

24 ≥ 42

16 ≥ 16 (proved)Since we have proved x = 4, we should prove the statement

If x ≥ 4, then 2x ≥ x2

is true for other values of x greater than 4.

Basis step

Page 6: Task 5 presentation

Substitute x as x + 1, as to determine thatIf x is true, then x + 1 is also true.

2x ≥ x2

2x+1 ≥ (x+1)2

2 2∙ x ≥ (x+1)2 ①

2 2∙ x ≥ 2x2 ②

Inductive step

Page 7: Task 5 presentation

Compare ① and ②2 2∙ x ≥ 2x2 ≥ (x+1)2

2x2 ≥ (x+1)2

2x2 ≥ x2 + 2x + 12x2 ≥ x2 + 2x + 1

x2 ≥ 2x + 1x ≥ 2 +

Inductive step

Page 8: Task 5 presentation

x ≥ 2 +

When x is bigger, becomes smaller.

If x ≥ 4, then 2x ≥ x2 is proved.

Inductive step

Page 9: Task 5 presentation

2. What is the inductive hypothesis in a proof by (ordinary) mathematical induction?

Page 10: Task 5 presentation

In inductive step, we proof a statement by applying the method

If P(x) is true, then P(x + 1) is true.

Before we can proof that P(x + 1) is true, we have to proof the inductive hypothesis is true.

The assumption that if P(x) is true in the statement is called the inductive hypothesis

Inductive hypothesis

Page 11: Task 5 presentation

3. Are you able to use (ordinary) mathematical induction to construct proofs involving various kinds of statements such as formulas, divisibility properties and inequalities?

Page 12: Task 5 presentation

We can use mathematical induction to prove the validity of a formula.

For example:

a + (a + d) + (a + 2d) + … + [a + (n – 1)d] = n [ a + (n – 1)]for n N∈

Prove the above formula.

Using Induction in Proving Formula

Page 13: Task 5 presentation

Test the validity of the statement using an initial number: For example, we take 1.

a = 1 [ a + (1 – 1)]

a = a (proved)

We have proved that the statement is true for n = 1. Now, we should prove the validity of the statement with

any general values of n

Basis step

Page 14: Task 5 presentation

Substitute n with n + 1a + (a + d) + … + [a + (n – 1)d] + [a + nd] = (n + 1) [ a + n]

n [ a + (n – 1)] + [a + nd] = (n + 1) [ a + n]

na + n(n – 1) + a + nd = na + n2 + a + n

2na + dn(n – 1) + 2a + 2nd = 2na + dn2 + 2a + dn2na + dn2 – dn + 2a + 2nd = 2na + dn2 + 2a + dn

Inductive step

Page 15: Task 5 presentation

Eliminate both sides2na + dn2 – dn + 2a + 2nd = 2na + dn2 + 2a + dn

2dn – dn = dn dn = dn (proved)

Therefore, a + (a + d) + (a + 2d) + … + [a + (n – 1)d] = n [ a + (n – 1)]

is true for all n N∈

Inductive step

Page 16: Task 5 presentation

We can use mathematical induction to proof whether a statement is divisible by a certain integer.

For example:

Proof that n3 – n is divisible by 3.

Using Induction in Proving Divisibility

Page 17: Task 5 presentation

We take n = 113 – 1 = 0

0 is divisible by 3.

Therefore , the statement, n3 – n is divisible by 3 for n = 1.

Basis step

Page 18: Task 5 presentation

Substitute n with n + 1

Since n3 – n and 3(n2 + n) is divisible by 3, therefore, n3 – n is divisible by 3

Inductive step

(n + 1)3 – (n + 1) = n3 + 3n2 + 3n + 1 – n – 1= n3 – n + 3n2 + 3n= n3 – n + 3(n2 + n)

Page 19: Task 5 presentation

We can also use mathematical induction to proof an inequality.

For example:

Proof that n < 2n for n N. ∈

Using Induction in Proving Inequalities

Page 20: Task 5 presentation

Take n = 1.1 < 21

1 < 2

n < 2n is true for n = 1

Basis step

Page 21: Task 5 presentation

Substitute n with n + 1n + 1 < 2n + 1

Go back to the original statement, n < 2n. Add 1 to both sides of the equation.

n + 1 < 2n + 1

Inductive step

Page 22: Task 5 presentation

n + 1 < 2n + 1

Therefore, we have proven that n < 2n is true for n N. ∈

Inductive step

n + 1 < 2n + 1 < 2n + 2n

n + 1 < 2n + 1 < 2 2∙ n

n + 1 < 2n + 1 < 2n + 1