4.1 Disproving statements
Before we discuss ways of proving statements, it is important that you understand what it means to disprove a statement. Remember that mathematical statements are either true or false, but not both (See Section 2.1).
Consider the following statement.
Claim 4.1.
For any two real numbers and , if then .
This statement is not true: take and . Then and , therefore . But this does not mean because we know .
Statements like this (with a universal quantifier) can be disproved by finding a single example for which the statement is false. Such an example is called a counterexample to the statement.
When presented with a statement that is false, it can be tempting to try to fix it in some way or another. Consider the following modified versions of Claim 4.1.
Claim 4.2.
For any two positive real numbers and , if then .
Claim 4.3.
For any two non-negative real numbers and , if then .
Claim 4.4.
For any two real numbers and , if then or .
Claim 4.5.
For any two negative real numbers and , if then .
Claims 4.2, 4.3, 4.4 and 4.5 are all true, but they are not counterexamples to Claim 4.1; they do not disprove Claim 4.1. Rather, in each claim we have either modified the hypothesis to restrict the collection of objects so that the statement is true, or we have modified the conclusion.
Exercise 4.6.
Disprove the statement ‘all odd integers between and 14 are prime’.
-
Solution.Consider the integer which is between and but is not prime since it can be written as . Hence not all integers between and are prime.
Exercise 4.7.
Disprove the statement ‘for all real numbers , ’.
-
Solution.Let then . Hence is not greater than for all real .
[Of course, there are other counterexamples that you could use.]
Exercise 4.8.
Disprove the statement ‘for all positive integers , is prime’.
-
Solution.If you evaluate for each of , , and so on, it appears this quadratic always gives prime numbers.
However, for we have
which is not prime.
[This quadratic is a famous example.]