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

Modus Ponens and Modus Tollens

College Depth 63 in the knowledge graph I know this Set as goal
3,977topics build on this
288prerequisites beneath it
See this on the map →
Rules of Logical InferenceConverse, Inverse, and ContrapositiveProving by Direct Method
logic modus ponens modus tollens inference

Core Idea

Modus ponens: if P → Q and P are true, then Q is true. Modus tollens: if P → Q and ¬Q are true, then ¬P is true. These two fundamental inference rules form the backbone of logical deduction in proofs and are among the most important valid argument forms.

How It's Best Learned

Practice applying these rules in mathematical contexts. Verify their validity with truth tables. Compare with invalid forms (affirming the consequent, denying the antecedent).

Common Misconceptions

Explainer

You know what an implication P → Q means, and you know its contrapositive ¬Q → ¬P expresses the same logical content. The question these inference rules answer is: given that an implication holds, and given that you also know something additional about P or Q, what can you conclude? Modus ponens and modus tollens are the two canonical answers, and together they underlie nearly every deductive step in a mathematical proof.

Modus ponens (Latin: "the way that affirms") has the structure: (1) P → Q is true, (2) P is true, therefore (3) Q must be true. If you know "all differentiable functions are continuous" and you know "f is differentiable," you can conclude "f is continuous." The logic is airtight: the implication promises Q whenever P holds, P does hold, so Q must follow. In proofs, modus ponens is the basic forward step — you apply a theorem or rule whose hypothesis you have established, and you collect the conclusion.

Modus tollens (Latin: "the way that denies") runs the implication in reverse: (1) P → Q is true, (2) ¬Q is true, therefore (3) ¬P must be true. If you know "all differentiable functions are continuous" and you know "f is not continuous," you can conclude "f is not differentiable." Notice that modus tollens is simply modus ponens applied to the contrapositive: since P → Q is logically equivalent to ¬Q → ¬P, knowing ¬Q lets you apply modus ponens to reach ¬P. Modus tollens is the engine behind proof by contrapositive — instead of proving P → Q directly, you prove ¬Q → ¬P by modus tollens applied forwards.

The invalid forms to contrast are affirming the consequent (P → Q is true, Q is true, concluding P) and denying the antecedent (P → Q is true, ¬P is true, concluding ¬Q). Both are tempting but logically unsound. The implication P → Q only promises that Q follows from P; it says nothing about what happens when Q is true or when P is false independently. A function can be continuous without being differentiable, so continuity tells you nothing about differentiability. Keeping the valid rules distinct from the invalid forms is one of the central disciplines of rigorous logical reasoning.

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 Tollens

Longest path: 64 steps · 288 total prerequisite topics

Prerequisites (2)

Leads To (1)