In order to evaluate whether a mathematical statement is correct or not, you must understand what the statement means. First, we have to look at the definitions below:
Consider the following examples:
| Example: | Is -48 even? |
| Solution: | -48 is even, since -48 = 2(-24). |
| Example: | Is 307 odd? |
| Solution: | 307 is odd, since 307 = 2(153) + 1. |
Proving Existential Statements
Referring to Section 1.6, a statement in the form:
x
M
such that Q(x)
is true if, and only if, Q(x) is true for at least one x in M.
There are two ways to prove this statement. The first one is to find an x in M that makes Q(x) true. Another way is to give a set of directions for finding such an x. Both of these methods are called constructive proofs of existence.
Conversely, a nonconstructive proof of existence involves showing either:
The disadvantage of a nonconstructive proof is that it may give virtually no clue about where or how x may be found.
Again referring to Section 1.6, a universal statement is in the form:
x
M,
if P(x) then Q(x)
When M is finite such a statement can be proved by the method of exhaustion. As the name implies, this technique tests each element (exhaust the possibilities) of the domain to show the truth of the universal statement. This method can be used when there are a finite number of elements that satisfy the condition P(x).
Another proof method is the method of direct proof. The steps are as follow:
| 1. Express the statement in the form as the above statement. |
| 2. Start the proof by assuming x is an element of M for which the hypothesis P(x) is true. |
| 3. Show that Q(x) is true by definitions, previous result and the rules for logical inference. |
Consider a statement of the form
x
M,
if P(x) then Q(x).
Suppose that we wish to prove that this statement is false. In order to disprove this statement, we have to find a value of x in M for which P(x) is true and Q(x) is false. Such an x is called a counterexample.
Furthermore, proving that this statement is false is equivalent to showing that its negation is true. The negation of the above statement is
x in M
such that P(x) and not Q(x).
x
M | P(x)
~Q(x).
Finding an x that makes the above statement true will disprove the original statement.