Mathematical Proofs: Basics
Learn about the structure of mathematical proofs and how to construct a proof using inference rules.
We'll cover the following
What is a proof?
A mathematical proof is a sequence of logically correct deductions based on a set of hypotheses and rules of inference to establish the truth value of a proposition under consideration. In the collection of hypotheses, we include the propositions already known to be true or assumed to be true. At times we use a more direct approach and use a truth table to look at all the possibilities to conclude the truth value of the desired proposition.
Let’s assume that we are given as set of hypotheses. We apply a rule of inference using and (possibly) to conclude . Then for the next step, can be used as a hypothesis along with members of . The objective is to conclude , which is the desired proposition; in other words, is the proposition we want to prove.
It is pertinent to note that if we prove a statement that is known to be false, then there are only two possibilities. Either a rule of inference is not applied correctly, or at least one of the hypotheses is not true.
Examples
How do we prove a proposition from a set of hypotheses? We explain it with the help of examples. In each of the following examples, we’ll look at a scenario, formalize it, state the set of hypotheses, note down the desired conclusion, and then present a proof to deduce the desired conclusion.
Science grade
For the first example, consider the following scenario in which Beth is a sixth-grade student.
Scenario
If Beth prepares from the textbook, (then) she gets an A grade in science. If she prepares from the class notes, (then) she gets a B grade in science. Beth prepared from the textbook or class notes. Beth did not get a B grade in science.
Can we conclude that Beth gets an A grade in science?
Formalization
- : Beth prepares from the textbook.
- : Beth gets an A grade in science.
- : Beth prepares from the class notes.
- : Beth gets a B grade in science.
Hypotheses
- If Beth prepares from the textbook, (then) she gets an A grade in science.
- If Beth prepares from the class notes, (then) she gets a B grade in science.
- Beth prepared from the textbook or class notes.
- Beth did not get a B grade in science.
Conclusion
- Beth gets an A grade in science.
If we apply the conjunction rule on and , we conclude the following:
<br>
Now, use and to apply constructive dilemma, as shown on the right, and get the following conclusion:
Apply disjunctive syllogism using and to get the following:
- Beth gets an A grade in science.
Ghosts exist
For the second example, consider the following scenario.
Scenario
If Steve believes in ghosts, then they are a reality for him. If ghosts are a reality for Steve, (then) they are affecting his life. If ghosts do not exist, (then) they are not affecting Steve’s life. Steve believes in ghosts. It leads to the conclusion that ghosts exist.
Formalization
- : Steve believes in ghosts.
- : Ghosts are a reality for Steve.
- : Ghosts are affecting Steve’s life.
- : Ghosts exist.
Hypotheses
- If Steve believes in ghosts, then they are a reality for him.
- If ghosts are a reality for Steve, then they are affecting his life.
- If ghosts do not exist, then they are not affecting Steve’s life.
- Steve believes in ghosts.
Conclusion
- : Ghosts exist.
We use and to apply modus ponens and conclude .
- Ghosts are a reality for Steve.
Now use and to apply modus ponens again and conclude .
- Ghosts will affect Steve’s life.
Finally, take and to apply modus tollens and conclude , which is . Note that, .
- Ghosts exist.