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

Converse, Inverse, and Contrapositive

College Depth 62 in the knowledge graph I know this Set as goal
3,978topics build on this
285prerequisites beneath it
See this on the map →
Conditional Statements and ImplicationConverse, Inverse, and Contrapositive+1 moreModus Ponens and Modus TollensProving by Contrapositive
logic conditional converse contrapositive

Core Idea

Given a conditional P → Q: the converse is Q → P (not logically equivalent), the inverse is ¬P → ¬Q (not equivalent), and the contrapositive is ¬Q → ¬P (logically equivalent to the original). Understanding these relationships is crucial for proof techniques.

How It's Best Learned

Use truth tables to verify that contrapositive is equivalent while converse and inverse are not. Practice converting conditionals to their contrapositives.

Common Misconceptions

Explainer

You've learned that a conditional statement P → Q ("if P, then Q") is the backbone of mathematical reasoning. Now you need to handle three related but distinct statements built from the same P and Q — and critically, understand which ones are logically equivalent to the original. Confusing these is one of the most common sources of invalid proofs, so getting this right is foundational to everything that follows.

Given P → Q, the three variants are: the converse Q → P (reverse the arrow), the inverse ¬P → ¬Q (negate both sides), and the contrapositive ¬Q → ¬P (reverse *and* negate). A truth table confirms the pivotal fact: the contrapositive is logically equivalent to the original — they share the same truth value under every assignment of truth values to P and Q. The converse and inverse are equivalent to *each other*, but neither is equivalent to the original.

A concrete example makes this vivid. Let P = "it is raining" and Q = "the ground is wet." Then P → Q = "if it rains, the ground is wet." The contrapositive is "if the ground is not wet, then it is not raining" — equally valid, because dry ground conclusively rules out rain. But the converse "if the ground is wet, then it rained" is a different claim: sprinklers could have run. The inverse "if it didn't rain, the ground isn't wet" is equally suspect. Converse and inverse make an independent claim about the world; the contrapositive is simply a restatement of the original.

The practical payoff is proof technique. To prove P → Q, you may equally prove its contrapositive ¬Q → ¬P — because they are logically identical. This substitution is valid. Substituting the converse is not. The contrapositive is especially useful when the negation of Q is a cleaner starting hypothesis than P itself. For example, "if n² is even, then n is even" is easier to prove via its contrapositive: "if n is odd, then n² is odd," which reduces to a direct calculation (n = 2k+1 gives n² = 4k²+4k+1, which is odd). Always check: is the contrapositive easier to work with than the original direction?

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 Contrapositive

Longest path: 63 steps · 285 total prerequisite topics

Prerequisites (3)

Leads To (2)