Tags
Related Posts
Share This
The five methods of proof
In essence there are five methods of proof:
- Direct: A string of implications
, or some straightforward calculation.
- Induction:
true and
true for all
means that
is true for all
.
- Contradiction. Show a statement is true by assuming it is false and showing that this implies something that isn’t true.
- Contrapositive: To show
implies
we show
false implies
false.
- Cases: Divide the statement into separate cases. For example,
,
and
.
All proofs are constructed from these basic building blocks. In my first year course a key early aim is to make sure students know this. To achieve this I mark up some proofs during lectures noting the methods used (and where the assumptions are used, etc). They are then set the exercise of finding which methods of proof are used in a different example.
The exercise has a number of benefits. One, it tests the students on the methods. Two, it exposes the students to the structure of proofs. (An added benefit is that they are more likely to remember the proof when they know the structure.) Three, having explicitly seen the breaking down of proofs into pieces they are more likely to use that in the creation of their own proofs. (For the latter I have found that, generally, a prompt is needed, for example “how could we break it down?”)
As an example consider the following. To prove a statement of the form “ if and only if
” students often try
. That’s a great proof and it would be wonderful if it worked all the time but, unfortunately, generally it doesn’t and that causes many students to give up. However, if they have observed* repeatedly that
can been divided into the cases
and
and those cases can be proved in different ways, e.g., one by direct method and the other by contradiction, then they are much more likely to use that method for attacking the problem. It’s always great when a student says “I can do the implication one way but not the other” — it shows that they’ve moved to a deeper level of understanding.
How do you show students the structure of proofs? Please comment below.
* By observed I mean they have seen it during something like the above exercise rather than merely told it is a possibility.
Get the newsletter! Fancy a newsletter keeping you up-to-date with maths news, articles, videos and events you might otherwise miss? Then sign up below. (No spam and I will never share your details with anyone else.)