Standard proof methods
This chapter introduces fundamental proof techniques essential for constructing rigorous mathematical arguments. Mastery of direct proof, contrapositive proof, proof by contradiction, and proof by cases is critical for success in advanced logic and discrete mathematics examinations. These methods form the bedrock of mathematical reasoning and problem-solving.
---
Chapter Contents
|
| Topic |
|---|-------| | 1 | Direct proof | | 2 | Contrapositive proof | | 3 | Proof by contradiction | | 4 | Proof by cases |---
We begin with Direct proof.
Part 1: Direct proof
Direct Proof
Overview
Direct proof is the most basic and most important proof method. To prove a statement of the form βif , then β, we assume and logically derive . Even in advanced mathematics, a large number of proofs are still direct proofs in disguise. ---Learning Objectives
After studying this topic, you will be able to:
- Set up a direct proof correctly.
- Use definitions precisely inside proofs.
- Prove divisibility, parity, set, and inequality statements directly.
- Avoid circular reasoning and unsupported jumps.
- Recognize when direct proof is the natural method.
Core Idea
To prove
by direct proof:
- assume is true,
- use definitions, known results, and valid algebra,
- derive .
That is all β but it must be done clearly and correctly.
Standard Direct-Proof Templates
To prove βif is divisible by , then is divisible by β:
Start with
for some integer , then compute using that form.
To prove βif is even, then is evenβ:
Write
for some integer , then square it.
To prove
take an arbitrary element
and show
Minimal Worked Examples
Example 1 Prove directly: if is even, then is even. Assume is even. Then for some integer . So Since is an integer, is even. --- Example 2 Prove directly: if and are divisible by , then is divisible by . Assume for integers . Then Since is an integer, is divisible by . ---How Definitions Drive the Proof
Most direct proofs are short because the right definition immediately gives the right algebra.
Examples:
- even means
- odd means
- divisible by means
- subset means every element of one set belongs to the other
Common Mistakes
- β Starting from the conclusion and working backward without justification
- β Using the statement you are trying to prove
- β Forgetting to introduce an arbitrary element in set proofs
- β Writing βlet β without first saying why such exists
When Direct Proof Is Best
A direct proof is usually the natural choice when:
- the statement has a clear algebraic definition,
- the hypothesis is constructive,
- the conclusion follows by straightforward manipulation,
- no contradiction or contrapositive is needed.
CMI Strategy
- Write the hypothesis explicitly.
- Expand the meaning of the hypothesis using definitions.
- Carry out clean algebraic steps.
- End by stating exactly why the conclusion follows.
- Keep the proof short but complete.
Practice Questions
:::question type="MCQ" question="To prove directly that an integer is even, the most standard form to write is" options=[" for some integer "," for some integer "," for some integer "," for some integer "] answer="A" hint="Use the definition of evenness." solution="An integer is even exactly when it can be written as for some integer . Therefore the correct option is ." ::: :::question type="NAT" question="If is odd, then is divisible by what positive integer?" answer="2" hint="Use the form of an odd integer." solution="If , then . Hence is divisible by ." ::: :::question type="MSQ" question="Which of the following are standard direct-proof moves?" options=["Assume the hypothesis","Use the relevant definition","Derive the conclusion logically","Assume the conclusion first and declare the proof finished"] answer="A,B,C" hint="Think of the normal structure of a direct proof." solution="In a direct proof, we assume the hypothesis, use definitions, and derive the conclusion. Assuming the conclusion without justification is invalid. Hence the correct answer is ." ::: :::question type="SUB" question="Prove directly that if an integer is divisible by , then is divisible by ." answer="If , then ." hint="Start from the definition of divisibility by ." solution="Assume is divisible by . Then there exists an integer such that . Squaring, . Since is an integer, is divisible by . Hence the statement is proved." ::: ---Summary
- Direct proof means: assume the hypothesis and derive the conclusion.
- Definitions such as even, odd, divisible, and subset must be used precisely.
- Direct proofs are strongest when the hypothesis has a clear algebraic form.
- Clean structure matters more than long writing.
- Never assume what you want to prove.
---
Proceeding to Contrapositive proof.
---
Part 2: Contrapositive proof
Contrapositive Proof
Overview
Contrapositive proof is one of the cleanest methods for proving implications. Instead of proving directly, we prove the logically equivalent statement This method is especially powerful in problems involving divisibility, parity, inequalities, and set inclusion, where the negation of the conclusion has a more workable algebraic form. ---Learning Objectives
After studying this topic, you will be able to:
- Write the contrapositive of a given implication correctly.
- Recognize when contrapositive proof is easier than direct proof.
- Prove divisibility and parity statements using contraposition.
- Distinguish contrapositive from converse and inverse.
- Structure a rigorous proof using the contrapositive method.
Core Idea
For an implication
its contrapositive is
These two statements are logically equivalent.
For the statement
- converse:
- inverse:
- contrapositive:
Only the contrapositive is always logically equivalent to the original statement.
Why This Method Works
The statements
and
always have the same truth value.
So proving the contrapositive is exactly as valid as proving the original implication.
When to Use Contrapositive
Contrapositive proof is especially useful when:
- the conclusion is easy to negate
- the negation of the conclusion gives a strong algebraic structure
- direct proof feels unnatural
- the statement is about parity or divisibility
Typical examples:
- if is even, then is even
- if a number is divisible by , then it is divisible by
- if is odd, then both and are odd
Standard Structure
To prove
by contrapositive:
- State that you will prove the contrapositive.
- Assume .
- Deduce .
- Conclude that .
- Therefore .
Minimal Worked Examples
Example 1 Prove: If an integer is divisible by , then is even. A direct proof is easy, but the contrapositive is also simple: Contrapositive: If is not even, then is not divisible by . If is not even, then is odd. An odd number cannot be divisible by . Hence the contrapositive is true, so the original statement is true. --- Example 2 Prove: If is odd, then is odd. Contrapositive: If is not odd, then is even. Let . Then so is even. Thus the contrapositive is true, and therefore the original statement is true. ---High-Value Patterns
- If is even, then is even.
Contrapositive:
If is odd, then is odd.
- If is odd, then and are odd.
Contrapositive:
If at least one of is even, then is even.
- If a real number satisfies , then .
Contrapositive:
If , then is not equivalent here without care on sign, so you must negate correctly and check the domain.
Negation Practice
To use contrapositive properly, you must negate the conclusion correctly.
Examples:
- negation of β is evenβ is β is oddβ
- negation of ββ is ββ
- negation of β and are both oddβ is βat least one of is evenβ
- negation of ββ is ββ
Common Mistakes
- β Replacing the statement by its converse instead of its contrapositive
- β Negating the conclusion incorrectly
- β Forgetting to say explicitly that you are proving the contrapositive
- β Proving instead of
- β Using contrapositive when the direct proof is actually clearer
CMI Strategy
When you see an implication, ask:
- Is direct proof natural?
- Is easy to describe?
- Does force a strong algebraic property?
If yes, contrapositive is often the right choice.
Practice Questions
:::question type="MCQ" question="The contrapositive of the statement 'If is divisible by , then is even' is" options=["If is even, then is divisible by ","If is not divisible by , then is not even","If is not even, then is not divisible by ","If is odd, then is divisible by "] answer="C" hint="For , contrapositive is ." solution="Here ' is divisible by ' and ' is even'. So the contrapositive is , that is, If is not even, then is not divisible by . Hence the correct option is ." ::: :::question type="NAT" question="If is odd, then is odd. What is the correct proof method name if we instead prove 'if is even, then is even' and use that equivalence?" answer="contrapositive" hint="Think of the logically equivalent implication." solution="The method is called proof by contrapositive, because one proves the logically equivalent implication instead of proving directly. Hence the answer is ." ::: :::question type="MSQ" question="Which of the following statements are logically equivalent to ?" options=["","","",""] answer="A" hint="Only one standard implication is always equivalent." solution="The only implication that is always logically equivalent to is its contrapositive . The converse and inverse are not generally equivalent. Hence the correct answer is ." ::: :::question type="SUB" question="Prove that if is odd for an integer , then is odd." answer="True by contrapositive" hint="Prove instead that if is even, then is even." solution="We prove the contrapositive. Assume is even. Then for some integer , . Hence , which is even. So we have shown: if is even, then is even. This is the contrapositive of the statement: if is odd, then is odd. Therefore the original statement is true. Hence the answer is ." ::: ---Summary
- To prove , you may prove .
- The contrapositive is logically equivalent to the original implication.
- Contrapositive is especially strong for parity and divisibility statements.
- The hardest part is usually negating the conclusion correctly.
- Do not confuse contrapositive with converse.
---
Proceeding to Proof by contradiction.
---
Part 3: Proof by contradiction
Proof by Contradiction
Overview
Proof by contradiction is a method in which one assumes the statement to be false and then derives an impossibility. The contradiction may be with the assumptions, with a known theorem, or with a basic fact such as parity or order. In CMI-style questions, contradiction is often used when no direct construction is visible, especially in number theory, irrationality, set theory, and existence statements. ---Learning Objectives
After studying this topic, you will be able to:
- Understand the logical structure of contradiction proofs.
- Use contradiction to prove impossibility and uniqueness statements.
- Distinguish contradiction from contrapositive proof.
- Identify valid contradictions and avoid fake ones.
- Write clear contradiction arguments in standard mathematical style.
Core Idea
To prove a statement , assume that is false, that is, assume . Then deduce a contradiction.
Since leads to an impossibility, cannot be true. Therefore must be true.
Logical Structure
To prove by contradiction:
- Assume .
- Use this assumption together with known facts.
- Derive a contradiction.
- Conclude that is false.
- Therefore is true.
Contradiction vs Contrapositive
- Contrapositive proof proves instead of .
- Contradiction proof assumes the negation of the statement you want and derives an impossibility.
When Contradiction Is Natural
Proof by contradiction is especially useful for:
- irrationality proofs
- impossibility statements
- uniqueness statements
- extremal arguments
- statements where direct construction is not obvious
Typical examples:
- is irrational
- there is no greatest prime number
- there is no smallest positive rational number
Minimal Worked Example
Example 1 Prove that is irrational. Assume for contradiction that is rational. Then for integers with no common factor and . Squaring gives so Hence is even, so is even. Write . Then so Hence is even, so is even. Thus both and are even, contradicting the assumption that was in lowest terms. Therefore is irrational. ---Valid Forms of Contradiction
A contradiction may look like:
- is both even and odd
- and
- a number is both rational and irrational
- two integers are assumed coprime but both divisible by
- existence of an object implies its own impossibility
How to Recognize a Good Contradiction
A valid contradiction must directly oppose:
- an earlier assumption
- a known theorem
- a fundamental logical or arithmetic fact
It is not enough to reach something βsurprisingβ or βunlikelyβ.
Common Mistakes
- β Assuming the original statement instead of its negation
- β Reaching a difficult expression and calling it a contradiction
- β Forgetting to state what exactly contradicts what
- β Using contradiction when a short direct proof would be clearer
- β Confusing contradiction with converse or contrapositive
CMI Strategy
- Write the negation of the statement carefully.
- Keep track of the assumption that must eventually fail.
- Look for parity, divisibility, order, or minimality conflicts.
- At the end, state the contradiction explicitly.
- Then conclude the original statement.
Practice Questions
:::question type="MCQ" question="To prove a statement by contradiction, the first step is to assume" options=["","","both and ","a weaker version of "] answer="B" hint="Contradiction starts by negating what you want to prove." solution="In proof by contradiction, one assumes the negation of the desired statement and then derives an impossibility. Therefore the correct first step is to assume . Hence the correct option is ." ::: :::question type="NAT" question="In the classical proof that is irrational, if , what can you conclude about ?" answer="even" hint="If is even, then is even." solution="Since , the number is even. Therefore must be even. Hence the answer is ." ::: :::question type="MSQ" question="Which of the following are standard uses of proof by contradiction?" options=["Proving irrationality","Proving impossibility","Proving uniqueness","Showing a statement by checking only one example"] answer="A,B,C" hint="Contradiction is often used when direct construction is hard." solution="1. True. Irrationality proofs often use contradiction.Summary
- Contradiction begins by assuming the negation of the target statement.
- A contradiction must clash with a precise known fact or assumption.
- This method is especially strong for irrationality, impossibility, and uniqueness.
- Good contradiction proofs end by stating exactly where the impossibility occurs.
- Contradiction and contrapositive are not the same proof method.
---
Proceeding to Proof by cases.
---
Part 4: Proof by cases
Proof by Cases
Overview
Proof by cases is a method in which the problem is split into several possibilities, and the statement is proved separately in each one. This method is useful when the object naturally falls into disjoint categories, such as even or odd integers, positive or negative real numbers, or geometric configurations with distinct structures. ---Learning Objectives
After studying this topic, you will be able to:
- Recognize when a statement should be split into cases.
- Choose a case division that is exhaustive and non-overlapping.
- Write clean and logically complete case-based proofs.
- Use parity, sign, and order conditions as case splits.
- Avoid redundant or incomplete case analysis.
Core Idea
A proof by cases divides the problem into finitely many possible situations and proves the required statement in each situation.
If the cases cover all possibilities, then the statement is proved in general.
When to Use Cases
Proof by cases is natural when the objects can be classified by:
- parity: even or odd
- sign: positive, negative, or zero
- order: , , or
- geometry: inside, on, or outside a circle
- algebraic form: factor zero or nonzero
Standard Structure
To prove a statement by cases:
- Identify a complete set of cases.
- State the cases clearly.
- Prove the statement in Case 1.
- Prove the statement in Case 2.
- Continue until all cases are covered.
- Conclude that the statement holds in all possible cases.
What Makes a Good Case Split
A case split should be:
- Exhaustive β every possibility must fall into some case.
- Disjoint or clearly handled β cases should not create ambiguity.
Example:
For an integer , the cases β is evenβ and β is oddβ are complete and disjoint.
Minimal Worked Examples
Example 1 Prove that for every integer , the product is even. Case 1: is even. Then is even. Case 2: is odd. Then is even, so is even. Hence in both cases is even. --- Example 2 Prove that for every real number , Case 1: . Then , so . Case 2: . Then , and since , we again have . Thus the statement is true in all cases. ---High-Value Case Splits
- Integer parity:
- even
- odd
- Real sign:
-
-
-
- Relative order:
-
-
- Divisibility:
- divisible by
- not divisible by
Choosing the Right Cases
Good case splits are:
- natural
- few in number
- directly tied to the statement
A poor case split creates extra work without helping the proof.
Common Mistakes
- β Forgetting one of the cases
- β Using overlapping cases without care
- β Proving only one case and assuming the rest are similar
- β Splitting into cases that do not help the proof
- β Not concluding that all cases together cover the theorem
CMI Strategy
Ask:
- Does the object naturally separate into a few types?
- Does each type make the statement simpler?
- Are the cases complete?
If yes, proof by cases is probably the right method.
Practice Questions
:::question type="MCQ" question="To prove that is even for every integer , the most natural case split is" options=[" and "," even and odd"," prime and composite"," and "] answer="B" hint="The statement is about a product of consecutive integers." solution="The key structural fact is parity: every integer is either even or odd. One of and must therefore be even. So the most natural split is into the cases ' even' and ' odd'. Hence the correct option is ." ::: :::question type="NAT" question="How many cases are needed in the most natural proof by cases of the statement 'For every integer , is even'?" answer="2" hint="Use parity." solution="The natural split is by parity: even or odd. So the proof requires cases." ::: :::question type="MSQ" question="Which of the following are good principles for proof by cases?" options=["The cases should cover all possibilities","The cases should help simplify the statement","It is acceptable to ignore a difficult case if the others work","The final conclusion should mention that all cases have been handled"] answer="A,B,D" hint="A case proof must be complete." solution="1. True. The cases must be exhaustive.Summary
- Proof by cases works when the universe splits into a few natural possibilities.
- Cases must be exhaustive and logically clear.
- Good case splits simplify the problem immediately.
- Parity and sign are the most common case structures.
- A case proof is incomplete unless every case is handled.
Chapter Summary
Direct Proof: The most fundamental method, directly demonstrating by assuming and logically deriving . It is effective when a straightforward path exists from hypothesis to conclusion.
Contrapositive Proof: An equivalent alternative to direct proof, asserting by proving . This method is particularly effective when assuming the negation of the conclusion simplifies the derivation of the negation of the hypothesis.
Proof by Contradiction: A powerful, versatile technique where assuming the negation of the entire statement () leads to a logical inconsistency or a contradiction with a known fact, thereby establishing the original statement.
Proof by Cases: Essential for statements involving disjunctions or conditions that naturally partition the domain into a finite number of exhaustive, mutually exclusive scenarios. The statement is proven independently for each case.
Strategic Selection: Mastering these methods requires understanding their underlying logic and strategically selecting the most appropriate technique based on the statement's structure, the nature of the variables, and the properties of the entities involved.
Rigour and Clarity: Regardless of the chosen method, a valid proof demands precise definitions, logically sound deductions, and clear articulation of each step to ensure correctness, comprehensibility, and irrefutability.
Chapter Review Questions
:::question type="MCQ" question="Consider the statement: 'For any integers and , if is an odd integer, then both and must be odd integers.' Which of the following proof strategies is generally considered the most straightforward and elegant for this statement?" options=["Direct proof, by assuming and deducing and .", "Proof by contrapositive, by assuming is even or is even, then showing is even.", "Proof by contradiction, by assuming is odd and ( is even or is even), then deriving a contradiction.", "Proof by cases, by considering all four parity combinations for and (even/even, even/odd, odd/even, odd/odd)."] answer="Proof by contrapositive, by assuming is even or is even, then showing is even." hint="Consider which assumption (P or not Q) provides a simpler starting point for algebraic manipulation related to parity." solution="The contrapositive of the statement 'If is odd, then is odd and is odd' is 'If is even or is even, then is even'. This is easier to prove directly: If is even, , so , which is even. If is even, , so , which is even. Thus, if either or is even, is even. This makes the contrapositive proof very direct and elegant. While contradiction also works, contrapositive is more direct."
:::
:::question type="NAT" question="To prove that for any integer , the expression is divisible by 6, one common approach is to use proof by cases based on the value of modulo . What is the smallest positive integer such that considering modulo naturally covers all necessary cases without redundancy for divisibility by 6?" answer="6" hint="Consider the prime factors of 6 and how they relate to consecutive integers." solution="The expression can be factored as . This is a product of three consecutive integers. Among any three consecutive integers, at least one is even (divisible by 2) and exactly one is divisible by 3. Therefore, their product must be divisible by . While this specific problem has a more elegant algebraic solution, if one were to use proof by cases, considering modulo 6 (i.e., ) would naturally cover all cases for divisibility by 6. Thus, is the smallest such integer."
:::
:::question type="MCQ" question="Consider the statement: 'The sum of a rational number and an irrational number is always irrational.' If you are to prove this statement using proof by contradiction, which of the following represents the correct initial assumption?" options=["Assume the sum of a rational and an irrational number is rational.", "Assume the sum of two irrational numbers is rational.", "Assume the sum of two rational numbers is irrational.", "Assume the sum of a rational and an irrational number is irrational, then seek a contradiction."] answer="Assume the sum of a rational and an irrational number is rational." hint="Proof by contradiction assumes the negation of the conclusion. What is the negation of 'is always irrational'?" solution="Let be rational and be irrational. The statement to prove is is irrational. For a proof by contradiction, we assume the negation of this conclusion while retaining the hypotheses. So, the initial assumption is that is rational, is irrational, AND is rational. This assumption will then lead to a contradiction (specifically, that would be rational, contradicting that is irrational)."
:::
What's Next?
Having gained proficiency in the fundamental proof methods, your understanding of mathematical rigor is significantly strengthened. These techniques are foundational and will be extensively applied in subsequent chapters and advanced mathematical domains. Specifically, the principles of direct proof are crucial for Mathematical Induction, a powerful technique for proving statements about natural numbers, and for constructing arguments in Set Theory and Number Theory. The logical precision honed in this chapter is also vital for understanding more complex topics in Discrete Mathematics, Logic, and Abstract Algebra, equipping you with the essential analytical tools for constructing sound arguments and solving intricate problems throughout your CMI preparation.