Lecture in Methods of Proofs

You might also like

Download as doc, pdf, or txt
Download as doc, pdf, or txt
You are on page 1of 1

Methods of Proofs

In general there are two most common types of proof, the inductive and the deductive
methods of proof. For the purpose of discussion we are going to discuss three types’ namely
direct proofs, indirect proofs and mathematical induction.

Direct proof (inductive method)


The direct proof follows the principles of “Modus Pones”. Given a certain statements
“P”, the results of this statements, Q, is true whenever P is found to be true.
Recall:
P
P →Q
∴Q

Indirect proof
The indirect direct proof or most commonly known as the proof by contradiction simply
follows the principles of “Modus Tollens”. For a statement, assuming the conclusion to be false
will result to a false cause.
Recall:
P →Q
~Q
∴~P

Mathematical Induction
This method is the most common way of proving mathematical propositions involving a
series of positive integers.

First Principle of mathematical induction (Principle of Finite Induction)


Let S be a set of positive integers with the properties
(a) 1 belongs to S, and
(b) whenever the integer k is in S, then the next integer k + 1 must be in S.
Then S is the set of all positive integers.
The following are the procedure of mathematical induction
Step 1: Verification
Given a certain property, verify whether 1 posses this property.
Step 2: Induction Hypothesis
If 1 posses this property, then given positive integer n this integer posses the same
property.
Step 3: Proof of the Induction
Assuming that the hypothesis is true for every integer n then this must be true for integer
n + 1.
Step 4: Conclusion
If the proposition is true for integer n + 1 then it will be hold to all positive integers.

You might also like