Direct Proofs
Learn about direct proofs.
We'll cover the following
Recipe for a proof
The ingredients used in a proof include assumed simple facts (axioms), definitions of the objects (and operations) we are dealing with, hypotheses, rules of inference, and a pinch of insight. A proof is a sequence of mathematical statements, starting with a hypothesis or a known fact, and every th statement is true given that all the statements preceding it are true. Normally, the last statement is the conclusion. Axioms, hypotheses, and definitions are considered true statements in proof. Otherwise, a statement is true if it is deducible from the previous statements according to the inference rules.
We can see the stated components in any existing proof. The famous question is how to cook new proofs. The notorious but correct answer to this question is no recipe exists for constructing a new proof. Then how do we do it? It is an art to develop new proofs, like creating a new painting or dish that no one has ever tasted. However, we can discuss famous practices and major categories of existing proofs. Let’s explore the categories, starting with direct proofs.
Direct proofs
Direct proofs are normally constructed to establish the truth value of a quantified conditional statement of the following type:
Certainly, there is a domain for which the above statement is analyzed. It is assumed that all the domain members have the property , and we write proof to conclude that every domain member has the property . Here is the hypothesis, and is the conclusion. Usually, there are multiple hypotheses and facts to start with; in that case, is the conjunction of all. That is, if are assumed true statements, then we can write as follows:
Other than hypotheses, we use definitions and rules of inference to proceed toward the conclusion. Let’s look at a few examples to explore the typical structure of the direct proof.
Examples
Let’s assume the set of integers as the domain. An integer is even if it can be written as for some integer . An odd integer can be written as for some integer . Every integer is either even or odd. Let’s prove the following statement using the available information.
Theorem 1
If is an even integer, then is also even.
Proof
We have to show that , where means is even. We know that when the hypothesis of an implication is false, the implication is true. Therefore, the given statement is trivially true for all integers that are not even. Now, we only concentrate on even integers. Take an arbitrary even integer . By definition, we can write for some integer . Squaring both sides, we get We can rewrite it as . As is an integer so is . Because can be written as , it is even. We took as an arbitrary even integer. Therefore, by using universal generalization, we conclude that for every even integer, its square is also even. We have shown that the given statement is true for all integers, whether they are even or not. So, is true.
Theorem 2
If is an odd integer, then is also odd.
Proof
We have to show that , where means is odd. Take an arbitrary odd integer . By definition, we can write for some integer . Squaring both sides, we get We can open up the square on the right side and rewrite it as . As is an integer so is . Because can be written as , it is odd. We took as an arbitrary odd integer. Therefore, by using universal generalization, we conclude that for every odd integer, its square is also odd. If is not odd, then the implication is vacuously true. We have shown that the given statement is true for all integers, whether odd or not. Therefore, is true.
Theorem 3
If is an odd integer, and is an even integer, then is even.
Proof
We have to show that . Take an arbitrary odd integer and an arbitrary even integer . By definition, we can write and for some integers and . After multiplication, we get We can simplify the expression on the right side and rewrite it as . As and are integers so is . Because can be written as , it is even. We took as an arbitrary odd integer and as an arbitrary even integer. So, by using universal generalization, we conclude that the product of any odd integer with an even integer is even. Therefore, is true.