Inductive vs. Deductive Logic Flashcards

1
Q

Is mathematical induction deductive or inductive?

A

Although it’s called ‘induction’ it is not an inductive form of inference, but a deductive one.

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

What are the methods by which to make proofs about infinitely many elements?

A
  1. Pick an arbitrary element and show case holds
  2. Pick couterexample, to show that the claim does not hold
  3. Partition infinite domain into finite numbers or sections and apply proof by cases

Alternatively …

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

What is deductive reasoning?

A

When the truth of the conclusion always follows (necessarily) from the truth of the
premises.
It is impossible for the premises to be true and the conclusion to be false at the same
time.
(‘From general to particular’ — not really. . . )

Premise (Must be true) —–> Conclusion (True)

Ex: Logic, and Mathematical Induction

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

What is inductive reasoning?

A

When the consequence is made more likely by the premises.

(‘From particular to general.’ — not really. . . )

Hume’s problem of induction: How do I know that the sun will rise tomorrow?

Ex: scientific inquiry

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

How does mathematical induction relate to inductive reasoning?

A

What we prove by mathematical induction is not only probable, but also deductively valid.

To distinguish it from the inductive method, we call it ‘mathematical induction’.

“Many mathematical results were found by induction first and proved later [by mathematical induction]. Mathematics presented with rigor is a systematic deductive science, but mathematics in the making is an experimental inductive science.”(George Polya, How To Solve It, p.117).

The principle of mathematical induction itself cannot be proved semantically or syntactically.

If we want to use it within our calculus it has to be assumed as an axiom.

We’ll see this when we talk about axiomatizations of number theory.

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

Use dominos to demonstrate the set-up and execution of mathematical induction?

A
  1. A way of setting up the dominos correctly. –> Recursive definition (Inductive/Hereditary)
  2. Showing that all fall. –> Mathematical induction (Apply and any domain that is recursive)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What are recursive (inductive) definitions?….

A
  • Called “Definition by Induction” or hereditary definition (GEB)
  • To make the connection precise = introduce our object by inductive/recursive definition
  1. A Base Clause:

Which defines the essential elements of our set

  1. Inductive Clause(s):

Tell us how to generate complex elements from parts

  1. Final Clause:

States that all elements are either basic elements or generated by an inductive clause

Ex. Natural numbers IN defined as follows

  1. (Base Clause) 0 is a natural number
  2. (Inductive clause) If n is a natural number, then s(n) is a natural number too
  3. (Final clause) Nother else is a natural number
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is Mathematical Induction?

A

My only be applied to an inductively defined domain.

In general, method of induction not tell us how to arrive at the induction hypothesis, shows us it holds all elements of the domain

  • Deductive process
  • GEB: “an argument based on heredity.”

Show that a certain property holds for all elements in an infinite domain, sure that our inductive proof begins with basic elements

Analogous with dominos: want all to fall - have to set up the first element

  • Always state the claim that you are proving.
  • Always say whether you are showing the base case or the induction step.
  • Always state the induction hypothesis.
  • Always make clear where you apply the induction hypothesis.
  • Always state the conclusion.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is weak mathematical induction?

A

(1) Base Case:

Show that the property holds for the basic element(s)

(2) Inductive Step:

Assume that the property holds for some element n (Inductive hypothesis)

Show that also holds for any element generated from n by inductive clauses

(3) Conclusion:

The property holds for all elements

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

What is strong (complete) mathematical induction?

A
  • Would like to assume the inductive hypothesis not only for previous element but all smaller elements*
    (1) Inductive Step:

Assume that the property holds for all elements less than or equal than n (Inductive Hypothesis)

Show that it also holds for any element generated from n by the inductive clause(s)

(2) Conclusion:

The property holds for all elements

  • No need to prove base case separately - included in inductive step
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is the Inductive Hypothesis?

A

Weak MI: Assume that the property holds for some element n

Strong MI: Assume that the property holds for all elements less than or equal than n (Inductive Hypothesis)

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

5.1 Solve using mathematical induction:

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

5.2 Solve using mathematical induction:

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

5.3 Solve using mathematical induction:

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

5.4 Solve using mathematical induction:

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

5.5 Solve using mathematical induction:

A
17
Q

5.6 Solve using mathematical induction:

A