5.1 Mathematical Induction Flashcards

1
Q

How is Mathematical Induction going to help? discovering new formulas?

A

mathematical induction can be used
only to prove results obtained in some other way. It is not a tool for discovering formulae or
theorems.

Used to assert that P(n) is true for all positive integers n, where P(n) is a propositional function.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Vocab Warning | Use of words:

A

Mathematical proofs, including arguments that
use mathematical induction, are deductive, not inductive.
In logic, deductive reasoning uses rules of inference to draw conclusions from premises, whereas inductive reasoning makes conclusions only supported, but not ensured, by evidence.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

PRINCIPLE OF MATHEMATICAL INDUCTION

express as rule of Inference:

A

To prove that P(n) is true for all positive
integers n, where P(n) is a propositional function, we complete two steps:
BASIS STEP: We verify that P(1) is true.
INDUCTIVE STEP: We show that the conditional statement P(k) → P(k + 1) is true for all
positive integers k.

(P(1) ∧ ∀ k(P(k) → P(k + 1))) → ∀ nP(n)

Domain : Set of positive Integers.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Inductive Hypothesis:

A

To complete the inductive step of a proof using the principle of mathematical induction, we
assume that P(k) is true for an arbitrary positive integer k and show that under this assumption,
P(k + 1) must also be true. The assumption that P(k) is true is called the inductive hypothesis.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Doubt that Mathematical Induction is some fallacy:

A

In a proof by mathematical induction it is not assumed that P(k) is true for all positive
integers! It is only shown that if it is assumed that P(k) is true, then P(k + 1) is also true. Thus,
a proof by mathematical induction is not a case of begging the question, or circular reasoning.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Well Ordering Property:

A

An axiom for the set of positive integers, which states

that every nonempty subset of the set of positive integers has a least element.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Why mathematical Induction is valid?

A

It comes from Well ordering property.
Now, Suppose we know P(1) is true and that
P(k) -> P(k+1) is true for all positive integers k.

To show that P(n) must be true for all positive integers n, assume that there is at least one positive integer n for which P(n) is false.

Then the set S of positive integers n for which P(n) is false is nonempty.
And by well ordering S has least element, let that be m.
Now, m != 1.
also, P(m-1) not in S.
and by P(m-1) -> P(m) we get a contradiction.
Henc P(n) must be true for every positive integer.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Well ordering and Principle of Mathematical Induction:

A

They are equivalent. Ws showed one way, we could show other way to: take this principle as axiom and prove that positive integers are well ordered.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Choosing the Correct Basis Step:

A

Often, we will need to show that P(n) is true for n =
b, b + 1, b + 2, … , where b is an integer other than 1.

We can use mathematical induction
to accomplish this, as long as we change the basis step by replacing P(1) with P(b).

In the inductive step,
we show that the conditional statement P(k) → P(k + 1) is true for k = b, b + 1, b + 2, …. Note
that b can be negative, zero, or positive.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Template for proofs by mathematical Induction:

A

page 335:
1. Express the statement that is to be proved in the form “for all n ≥ b, P(n)” for a fixed
integer b. For statements of the form “P(n) for all positive integers n,” let b = 1, and for
statements of the form “P(n) for all nonnegative integers n,” let b = 0. For some statements
of the form P(n), such as inequalities, you may need to determine the appropriate value
of b by checking the truth values of P(n) for small values of n, as is done in Example 6.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

The Good and the Bad of Mathematical Induction:

A
You can prove
a theorem by
mathematical
induction
even if you do
not have the
slightest idea
why it is true!

As we noted, mathematical induction is not a tool for finding theorems about all positive
integers. Rather, it is a proof method for proving such results once they are conjectured.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Sum of first n odd positive integers:

A

1 + 3 + 5 + ⋯ + (2n − 1) = n^2

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

PROVING INEQUALITIES

A

Mathematical induction can be used to prove a variety of inequalities that hold for all positive integers greater than a particular positive integer

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

An Inequality for Harmonic Numbers The harmonic numbers Hj,
j = 1, 2, 3, … , are
defined by
Hj = 1 +1/2 +1/3 + ⋯ +1/j.

Prove it.

A

Hv(2^n) ≥ 1 +n/2

Remark: The inequality established here shows that the harmonic series
1 + 1/2 + 1/3 + ⋯ + 1/n + ⋯
is a divergent infinite series. This is an important example in the study of infinite series.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Go through examples.

A

DA : Example 9, Example 12. example 13.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Applications of Mathematical Induction we came across:

A
  1. PROVING SUMMATION FORMULAE
  2. PROVING INEQUALITIES
  3. PROVING DIVISIBILITY RESULTS
  4. PROVING RESULTS ABOUT SETS
  5. PROVING RESULTS ABOUT ALGORITHMS
  6. CREATIVE USES OF MATHEMATICAL INDUCTION
17
Q

Mistaken Proofs By Mathematical Induction

A

To uncover errors in proofs by mathematical induction, remember that in every such proof,
both the basis step and the inductive step must be done correctly. Not completing the basis step
in a supposed proof by mathematical induction can lead to mistaken proofs of clearly ridiculous
statements such as “n = n + 1 whenever n is a positive integer.” (We leave it to the reader to
show that it is easy to construct a correct inductive step in an attempted proof of this statement.)

Its often not easy to find the errors.