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

Proving by Contrapositive

College Depth 66 in the knowledge graph I know this Set as goal
2topics build on this
304prerequisites beneath it
See this on the map →
Converse, Inverse, and ContrapositiveProving by Direct Method+1 moreProof by Contrapositive
proof contrapositive indirect proof

Core Idea

To prove P → Q, prove the contrapositive ¬Q → ¬P instead. Since P → Q is logically equivalent to ¬Q → ¬P, proving one proves the other. This method is useful when the contrapositive is easier to establish than the original statement.

How It's Best Learned

Identify when the contrapositive is simpler to work with. Practice finding and proving contrapositives of various statements.

Common Misconceptions

Explainer

You already know the logical relationships between a conditional and its transformations: the contrapositive of "P → Q" is "¬Q → ¬P", and crucially, these two are logically equivalent — they have exactly the same truth table. That equivalence is the entire engine behind contrapositive proof. If you can prove ¬Q → ¬P by any method (direct proof works well here), then P → Q is automatically proven as well. You are not using a trick or an approximation; you are proving the exact same statement in a different but equivalent form.

The strategic value of contrapositive proof is that the contrapositive is often easier to work with directly. Consider: "If n² is even, then n is even." Proving this directly requires reasoning about what makes a perfect square even, which is awkward. The contrapositive is: "If n is odd, then n² is odd." This is straightforward: if n is odd then n = 2k + 1 for some integer k, so n² = 4k² + 4k + 1 = 2(2k² + 2k) + 1, which is odd. Done. The contrapositive version required almost no creativity beyond substitution — the hypothesis gave us exactly what we needed in a usable form.

The process is always the same three steps: (1) identify the contrapositive ¬Q → ¬P, (2) assume ¬Q (the negation of the conclusion), and (3) prove ¬P (the negation of the hypothesis) by direct reasoning. Notice that in step 2 you *assume* the negation of what you want to conclude in the original statement, and in step 3 you *prove* the negation of what was originally assumed. The logical flow is inverted and negated relative to a direct proof.

The critical mistake to avoid — which your prerequisites have already flagged — is proving the converse Q → P instead of the contrapositive ¬Q → ¬P. The converse is not logically equivalent to P → Q, so proving it establishes nothing about the original. The contrapositive and the converse look superficially similar (both swap P and Q), but the contrapositive negates both, and that negation is everything. When choosing between direct proof and contrapositive proof, ask: which hypothesis is more useful to assume? If assuming ¬Q gives you more to work with than assuming P, choose the contrapositive.

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 10Making 10 as an Addition StrategyAddition 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 Through 10Multiplication 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 LineOpposites and Additive InversesAbsolute ValueAdding IntegersSubtracting IntegersMultiplying IntegersIntroduction to ExponentsOrder of OperationsInteger Order of OperationsVariable ExpressionsVariables in LogicConditional Statements (If-Then Formal)Converse, Inverse, and ContrapositiveBiconditional StatementsLogical EquivalenceLogical EquivalenceConverse, Inverse, and ContrapositiveModus Ponens and Modus TollensProving by Direct MethodProving by ContradictionProving by Contrapositive

Longest path: 67 steps · 304 total prerequisite topics

Prerequisites (3)

Leads To (1)