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

Proving by Direct Method

College Depth 64 in the knowledge graph I know this Set as goal
3,976topics build on this
291prerequisites beneath it
See this on the map →
Conditional Statements and ImplicationModus Ponens and Modus Tollens+1 moreProving by Cases and ExhaustionProving by Contradiction+1 more
proof direct proof deduction

Core Idea

Direct proof establishes a conclusion P by assuming the hypothesis H and using logical deduction (modus ponens, substitution, algebra) to reach P. The structure is: assume H is true, then apply valid inferences to derive P. Direct proof is the most straightforward proof method.

How It's Best Learned

Study well-written proofs and identify the hypothesis, conclusion, and steps of deduction. Write simple proofs and get feedback on clarity and rigor.

Common Misconceptions

Explainer

Most mathematical theorems have the form "if H, then P" — a conditional statement. You've seen this in your study of conditional implication: the claim is not that H or P is unconditionally true, but that P follows from H. Direct proof is the method of taking that conditional seriously: assume H is true, then reason forward step by step until you reach P. Every step must be a valid logical inference — substitution, algebraic manipulation, applying a known theorem, or an application of modus ponens.

Here is a simple example. Theorem: if n is an odd integer, then n² is odd. Direct proof: assume n is odd. By definition of odd, n = 2k + 1 for some integer k. Then n² = (2k + 1)² = 4k² + 4k + 1 = 2(2k² + 2k) + 1. Since 2k² + 2k is an integer, n² has the form 2m + 1 and is therefore odd. The structure is: unpack the hypothesis (n is odd means n = 2k + 1), compute (square it), recognize the pattern (it's 2m + 1), invoke the definition (therefore odd). That's a direct proof.

A key confusion for beginners is whether assuming H is circular. It is not. Circular reasoning would be using P in order to prove P — sneaking the conclusion into the argument. Assuming H to prove P is exactly what the conditional "if H then P" licenses you to do. You are not asserting H is always true; you are saying "under the assumption that H holds, here is why P must also hold." This is precisely the force of modus ponens, which you've studied: from H and H → P, conclude P.

The other common failure mode is begging the question — using the conclusion at some step in the argument. For example, to prove that if n² is even then n is even, you might be tempted to say "since n² is even, n must be even." That is just restating the conclusion, not proving it. A correct direct proof would need more structure (in fact, this theorem is easier by contrapositive). Direct proof works best when the hypothesis, when unpacked, contains exactly the algebraic or logical machinery needed to produce the conclusion. When the hypothesis and conclusion feel far apart — when you'd need to "go backward" from the conclusion to find the argument — an indirect method (contrapositive or contradiction) is usually cleaner.

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 Method

Longest path: 65 steps · 291 total prerequisite topics

Prerequisites (3)

Leads To (3)