•
Simple deductive proof, numerical and algebraic; how to lay out a left-hand side to right-hand side (LHS to RHS) proof. (1.6)
•
The symbols and notation for equality and identity.
•
Proof by mathematical induction (AHL 1.15)
•
Proof by contradiction
•
Use of a counterexample to show that a statement is not always true.
Notation | Definition |
The set of natural numbers | |
The set of integers | |
The set of rational numbers (quotients) | |
The set of real numbers |
Terminology | Definition |
Proposition | A True of False statement |
Not | Simply, a negation.
For instance, will be false if is true. |
And | Both propositions and must be true for “ and ” statement to be true. |
Or | Either one of or can be true for “ or ” statement to be true. |
Implication | denotes “If , then ”. |
Antecedent | The sufficient condition in the implication, i.e. in |
Consequent | The necessary condition in the implication, i.e. |
Logical Equivalence | . This is also written as “if and only if”, or “iff”. |
Converse | A converse of logical statement; the converse of is
The converse is not necessarily true even if is true; i.e.
|
Contrapositive | A negated converse of logical statements.
The contrapositive of is .
This has the same truth value as the statement . |
Methods | Steps |
Direct proof | Given , start from to arrive at .
When you are proving , never assume when beginning your proof. You cannot start from the consequent and derive the antecedent. If it seems easy to prove the converse , use backward reasoning if possible. Note that you have to prove both implications and when proving .
Direct proof questions typically involve demonstrating that a statement holds true for all integers, consecutive integers, or specific subsets such as even or odd numbers.
You can start from letting an integer equal to or either (even integer) or (odd integer) for conventions. |
Proof by contradiction | 1. Given , assume is true.
• is rational ⇒ Assume is irrational.
• If is odd then is odd ⇒ Assume is odd and is even.
2. Find a contradiction in this logical statement.
3. Therefore, conclude that p is indeed true.
Common questions include:
• Irrational numbers
• Prime numbers
• Odds and evens
• Maximum and minimum values |
Proof of the contrapositive | Given , prove instead, and use the property of the contrapositive. |
Proof by induction | Give the proposition , defined for for :
1. Prove the base case; i.e.
2. Suppose/ assume that is true, and prove
•Suppose is true for for a ℤ
•Let
3.As is true and is true whenever is true, must be true for all .
Common questions include:
•Sums of sequences
, then use for induction
•Divisibility of an expression
where and are integers, then use for induction
•Complex numbers
de Moivre’s theorem
•Derivatives
, then use for induction |