Proof Strategies in Discrete Mathematics

College Depth 54 in the knowledge graph I know this Set as goal
Unlocks 523 downstream topics
proofs induction contradiction strategy

Core Idea

Discrete proofs rely on five main strategies: direct proof, proof by contrapositive, proof by contradiction, proof by cases, and mathematical induction. Each is suited to different claim types—knowing which to apply is an essential skill.

How It's Best Learned

Study worked examples of each proof type. Write multiple proofs of the same statement using different methods to see strengths and weaknesses. Induction requires both base case and inductive step clarity.

Common Misconceptions

Proof by contradiction assumes the negation of the goal, not intermediate steps. Induction is not intuitive reasoning—the inductive step must be rigorous and valid for all values.

Explainer

From your prerequisite in formal logic, you know that a mathematical statement is a proposition that is either true or false, and that logical connectives govern how propositions combine. Proof is the mechanism for establishing truth beyond doubt. The five main strategies differ not in rigor but in *direction*: each approaches the same destination via a different path. Choosing the right strategy is itself a skill, and it develops through exposure to many examples.

Direct proof is the default: assume the hypothesis, apply definitions and theorems, derive the conclusion. To prove "if n is even then n² is even," write n = 2k, compute n² = 4k² = 2(2k²), and observe the result is even. Proof by contrapositive rewrites "if P then Q" as "if not Q then not P," which is logically equivalent. This is valuable when the negation of Q is easier to work with than P. For example, "if n² is odd then n is odd" is easier proved as its contrapositive: "if n is even then n² is even" — which we just did directly. Same proof, different framing.

Proof by contradiction is more dramatic: assume both the hypothesis *and* the negation of the conclusion, then derive a logical impossibility. The classic example is proving √2 is irrational: assume it equals p/q in lowest terms, derive that p and q are both even, contradiction. The key discipline is that you assume the *negation of the entire goal statement*, not some intermediate claim — a common source of error. Proof by cases partitions the domain into exhaustive, mutually exclusive scenarios and proves the conclusion in each. "Every integer is either even or odd" licenses proving two cases; sometimes more are needed (e.g., n mod 3 gives three cases).

Mathematical induction is the most powerful strategy for statements indexed by natural numbers, and you've studied its mechanics as a prerequisite. The intuition is a chain of dominoes: prove the base case (the first domino falls), then prove the inductive step (if the k-th falls, so does the (k+1)-th), and the whole chain falls. The inductive step is not "the statement is true for k, therefore true for k+1" — that would be circular. Instead, you *assume* it holds for an arbitrary k (the inductive hypothesis) and *derive* that it holds for k+1 using that assumption as a tool. Strong induction allows the hypothesis to cover all values up to k, which is useful when n+1 depends on more than just n (e.g., the Fibonacci sequence). Recognizing which strategy to deploy first requires practice: when the goal is an equation or inequality, try direct or induction; when the conclusion seems hard to reach forward, try contrapositive or contradiction; when the domain naturally splits, try cases.

Practice Questions 5 questions

Prerequisite Chain

Counting to 10Counting to 20Understanding ZeroThe Number ZeroCounting to FiveOne-to-One CorrespondenceCombining Small Groups Within 5Addition Within 10Addition Within 20Two-Digit Addition Without RegroupingTwo-Digit Addition with RegroupingAddition Within 100Repeated Addition as MultiplicationMultiplication Facts Within 100Division as Equal SharingDivision as Grouping (Measurement Division)Division: Grouping (Repeated Subtraction) ModelDivision: Fair Sharing ModelDivision as Equal SharingDivision as GroupingBasic Division FactsDivision Facts Within 100Two-Digit by One-Digit DivisionDivision with RemaindersRemainders and Quotients in DivisionDivision Word ProblemsIntroduction to Long DivisionFactors and MultiplesPrime and Composite NumbersEquivalent FractionsRelating Fractions and DecimalsDecimal Place ValueReading and Writing DecimalsComparing and Ordering DecimalsAdding and Subtracting DecimalsMultiplying DecimalsDividing DecimalsDividing FractionsMixed Number ArithmeticOrder of OperationsInteger Order of OperationsVariable ExpressionsThe Distributive PropertyVariables and Expressions ReviewIntroduction to PolynomialsAdding and Subtracting PolynomialsMultiplying PolynomialsFactorialPermutationsCombinationsCounting Principles: Addition and Multiplication RulesIntroduction to Graph TheoryPropositional Logic FoundationsLogical Inference and Proof RulesProof Strategies in Discrete Mathematics

Longest path: 55 steps · 240 total prerequisite topics

Prerequisites (3)

Leads To (2)