Logo
Published on

Ultimate Guide to Methods of Proof: Contradiction and Counterexamples

Authors
  • avatar
    Name
    Vu Hung
    Twitter

Introduction

With the language of formal logic mastered, we can finally begin proving theorems. While direct proof (starting with known facts and algebraically arriving at the conclusion) is common, it often falls short for complex problems. In this guide, Methods of Proof, we explore alternative strategies: destroying false claims with a single counterexample, and proving true claims by assuming the impossible (Proof by Contradiction). We will also apply these techniques to integer arithmetic.

Executive Summary

This guide covers three crucial proof techniques:

  • Disproof by Counterexample: Proving a universal statement (\forall) is false by providing a single specific example where it fails.
  • Proof by Contradiction: Proving a statement PP is true by assuming its negation P\sim P is true, and showing this leads to a logical absurdity.
  • Integer Proofs: Using definitions of even (2k2k) and odd (2k+12k+1) integers to prove properties of numbers.

What is this about?

If someone claims, "All prime numbers are odd," how do you disprove them? You don't need a massive algebraic argument. You simply say, "The number 2 is prime, and it is even." Boom. The claim is shattered. This is a counterexample.

But what if someone asks you to prove that 2\sqrt{2} is irrational? You cannot test every single fraction in the universe. Instead, you use Proof by Contradiction: you assume 2\sqrt{2} is a fraction, and then use algebra to prove that this assumption breaks the laws of mathematics. Since the assumption leads to a contradiction, the original statement must be true!

Main Content

1. Disproof by Counterexample

To disprove a statement that claims something is true "for all" cases (\forall), you only need to find one case where it is false.

Steps for Disproof:

  1. State the original claim clearly.
  2. Provide specific numbers (the counterexample).
  3. Show that these numbers satisfy the premise but fail the conclusion.
  4. Conclude that the universal statement is false.

Example: Disprove the statement "For all real numbers xx, x2xx^2 \ge x". Counterexample: Let x=0.5x = 0.5. Then x2=0.25x^2 = 0.25. Since 0.250.25 is NOT greater than or equal to 0.50.5, the statement is false.

2. Proof by Contradiction

Proof by contradiction (also known as reductio ad absurdum) is arguably the most elegant tool in mathematics.

Steps for Proof by Contradiction:

  1. The Assumption: Assume that the statement you are trying to prove is FALSE (i.e., assume its negation).
  2. The Logic: Use valid mathematical steps and algebra based on that false assumption.
  3. The Contradiction: Arrive at a conclusion that is obviously impossible or contradicts a known mathematical fact (e.g., 1=01 = 0, or an integer being both even and odd).
  4. The Conclusion: State that because the assumption led to a contradiction, the assumption must be false. Therefore, the original statement must be true.

3. Integer Proofs

Many proofs in the HSC involve the set of integers (Z\mathbb{Z}). You must memorize the formal algebraic definitions of integer types:

  • Even Integer: Can be written as n=2kn = 2k, where kk is an integer.
  • Odd Integer: Can be written as n=2k+1n = 2k + 1, where kk is an integer.
  • Multiple of 3: Can be written as n=3kn = 3k, where kk is an integer.
  • Rational Number: Can be written as ab\frac{a}{b}, where aa and bb are integers with no common factors (coprime), and b0b \neq 0.

When proving properties about integers, you substitute these definitions into the algebraic expressions and factorize to show the result fits the required definition.

Simple Worked Example

Question: Use proof by contradiction to prove that there are no positive integers xx and yy such that x2y2=1x^2 - y^2 = 1.

Solution: Step 1: The Assumption Assume to the contrary that there do exist positive integers xx and yy such that x2y2=1x^2 - y^2 = 1.

Step 2: The Logic Factorize the difference of two squares: (xy)(x+y)=1(x - y)(x + y) = 1 Since xx and yy are positive integers, both (xy)(x - y) and (x+y)(x + y) must be integers. The only way two integers can multiply to give 11 is if they are both 11 or both 1-1. Since xx and yy are positive, (x+y)(x + y) must be positive. Thus, they must both equal 11:

  1. x+y=1x + y = 1
  2. xy=1x - y = 1

Add the two equations together: 2x=2    x=12x = 2 \implies x = 1 Substitute x=1x=1 into equation (1): 1+y=1    y=01 + y = 1 \implies y = 0

Step 3: The Contradiction We have found that y=0y = 0. However, our initial premise stated that yy must be a positive integer. Since 00 is not positive, this is a contradiction.

Step 4: The Conclusion Because our assumption led to a contradiction, the assumption is false. Therefore, there are no positive integers xx and yy such that x2y2=1x^2 - y^2 = 1.

mini-FAQ page

Q: When should I use proof by contradiction instead of a direct proof? A: Contradiction is highly effective when proving negative statements (e.g., "prove xx is NOT rational", "prove there are NO solutions", "prove a set is infinite"). It is also useful when the direct path seems algebraically impossible.

Q: What is a "coprime" integer? A: Two integers are coprime if their greatest common divisor is 1 (they share no common factors). This is crucial when proving irrationality (like 2\sqrt{2}). We assume it equals ab\frac{a}{b} where a,ba,b are coprime, and then contradict that by proving they are both even.

Common mistakes to avoid

  • Failing to state the assumption clearly: The marker needs to know exactly what you are assuming. Start your proof with the exact phrase: "Assume to the contrary that..."
  • Assuming the wrong negation: If you are trying to prove "If PP then QQ" by contradiction, your assumption must be the exact negation: "PP AND not QQ".

Practice on Vu's Maths Hub

Proof by contradiction is a guaranteed exam topic. You must be fluent in the classic proofs.

Further Readings

Connect with me

Want to master Mathematical Proof and guarantee top marks in HSC Mathematics Extension 2? Visit Vu's Maths Hub for in-depth booklets, rigorous worked solutions, and expert advice to help you ace your exams!