In discrete mathematics, proofs are essential tools used to demonstrate the validity of mathematical statements or propositions. The methods of proof provide structured approaches to show that a given statement is true. Below are the primary methods of proof commonly used in mathematics:
A direct proof is the most straightforward method of proving a statement. In a direct proof, we assume that the premises (or hypotheses) of the statement are true, and then use logical reasoning to arrive at the conclusion.
Statement: If is an even integer, then is even.
Proof:
Assume is an even integer. By definition of an even integer, we can write , where is an integer.
Now, calculate :
Since is of the form (an integer), it is even. Therefore, is even.
Thus, the statement is proven by direct proof.
Proof by contradiction is a method where we assume that the statement to be proven is false and then show that this assumption leads to a contradiction. Since the assumption of falsity leads to an inconsistency, it must be that the original statement is true.
Statement: is irrational.
Proof:
Assume, for the sake of contradiction, that is rational. That means we can express as a fraction , where and are integers with no common factors (i.e., is in its simplest form).
This implies that is even (since it is divisible by 2). Therefore, must also be even (since the square of an odd number is odd). Let for some integer . Substituting into the equation , we get:
This implies that is even, so must be even as well. But this contradicts the assumption that and have no common factors, because both are divisible by 2.
Therefore, our assumption that is rational must be false. Hence, is irrational.
A contrapositive proof is a proof that involves proving the contrapositive of an implication. The contrapositive of a statement of the form "If , then " is "If not , then not ."
The contrapositive is logically equivalent to the original statement, meaning proving one proves the other.
Statement: If is an odd integer, then is odd.
Proof:
The contrapositive of this statement is: "If is not odd (i.e., is even), then is not odd (i.e., is even)."
Now, we prove the contrapositive:
Since the contrapositive is true, the original statement is also true. Therefore, if is odd, then is odd.
Mathematical induction is a powerful proof technique used to prove statements that hold for all natural numbers. The process consists of two main steps:
If both steps are proven, the statement holds for all natural numbers greater than or equal to the base case.
Statement: , for all .
Proof:
Base case: For , we have:
The base case holds.
Inductive step: Assume that the formula holds for some arbitrary , i.e.,
We need to prove that the formula holds for , i.e.,
Starting from the inductive hypothesis:
Factor out :
Simplifying:
Therefore, the formula holds for . By the principle of mathematical induction, the statement is true for all natural numbers .
In proof by exhaustion, we break the statement into several cases and prove each case separately. This method is useful when a statement depends on different possibilities, and each possibility needs to be verified.
Statement: A triangle with side lengths 3, 4, and 5 is a right triangle.
Proof:
Thus, the statement is proven.
Different methods of proof are essential tools in mathematics to establish the truth of various statements. Each method—direct proof, proof by contradiction, proof by contrapositive, proof by induction, proof by exhaustion—serves a unique purpose and can be applied to different types of mathematical problems. Mastery of these techniques is crucial for solving problems and proving theore
Open this section to load past papers