A topic in the Open Knowledge Graph — a free, open map of 15,290 topics and the order to learn them in.

Proof Strategies in Discrete Mathematics

College Depth 74 in the knowledge graph I know this Set as goal
636topics build on this
357prerequisites beneath it
See this on the map →
Formal Logic and Propositional CalculusMathematical Induction+2 moreDeductive Reasoning and Formal Proof SystemsDivisibility, Primes, and Fundamental Theorem of Arithmetic+1 more
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

Understanding ZeroThe Number ZeroCounting to FiveCounting to 10Counting to 20Counting a Set of Objects Up to 20Cardinality: The Last Number CountedMatching Numerals to QuantitiesSubitizing Small QuantitiesAddition Within 10Number Bonds to 10Addition Within 20Doubles and Near DoublesDoubles Facts Within 10Near Doubles Facts Within 20Mental Math Strategies for AdditionMental Math: Adding and Subtracting TensAddition Within 100Repeated Addition as MultiplicationMultiplication as Equal GroupsMultiplication: ArraysBasic Multiplication Facts (0s, 1s, 2s, 5s, 10s)Multiplication 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 100Multiplication and Division Fact FamiliesRelationship Between Multiplication and DivisionDivision Facts as Inverse of MultiplicationRemainders and Quotients in DivisionDivision Word ProblemsMulti-Step Word ProblemsSolving Multi-Step Word ProblemsMultiplication Word ProblemsDivision Word ProblemsIntroduction to Long DivisionFactors and MultiplesPrime and Composite NumbersEquivalent FractionsRelating Fractions and DecimalsDecimal Place ValueIntegers and the Number LineComparing and Ordering IntegersAbsolute ValueAdding IntegersSubtracting IntegersMultiplying IntegersIntroduction to ExponentsOrder 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 EquivalencesSet Operations: Union, Intersection, and ComplementProof by CasesProving by Cases and ExhaustionVacuous Truth and Trivial CasesProof by Cases (Proof by Exhaustion)Mathematical InductionProof Strategies in Discrete Mathematics

Longest path: 75 steps · 357 total prerequisite topics

Prerequisites (4)

Leads To (3)