Direct Proof

Prove P → Q by assuming P and logically deriving Q step by step

Direct Proof

Direct proof is the most fundamental proof technique in mathematics. To prove an implication P → Q, you assume P is true and use logical reasoning to show that Q must follow. The standard pattern is: assume P, apply definitions, manipulate algebraically, and arrive at Q.

Direct proof is the foundation upon which all other techniques are built. Contrapositive proves an equivalent statement directly, and contradiction is really a direct proof that ¬P leads to impossibility.

Logic Chain Builder

Build a chain of logical implications from hypothesis to conclusion. Each link must follow from the previous one -- no gaps allowed.

Building a Proof Chain

Direct proof builds a logical chain from P to Q. Each step follows from the previous one, creating an unbroken path of reasoning.

Statement to prove:
If n is even, then n² is even
P
Step 1
n = 2k
n² = (2k)²
n² = 4k²
n² = 2(2k²)
Q
P

P

Assume n is even

P (Hypothesis)
Intermediate Steps
Q (Conclusion)

Key Insight

In a direct proof, every step must follow logically from the previous one. We start by assuming P is true, then use definitions, algebra, and logic to transform our statements until we reach Q. The chain P → ... → Q forms an unbroken path of valid reasoning.

Key insight: A direct proof is a chain P → A → B → ... → Q. Each step applies a definition, known theorem, or algebraic rule. The chain is only as strong as its weakest link.

Step-Through Proof

Walk through a complete direct proof step by step. At each stage, see exactly which definition or rule justifies the next line.

Step-Through Direct Proofs

Walk through complete direct proofs step by step. See how we assume P and logically derive Q.

Statement (P → Q):
If m and n are even integers, then m + n is even
Step 1 of 7State the Goal
Setup

State the Goal

We want to prove: If m and n are even, then m + n is even.

P → Q where P = "m and n are even", Q = "m + n is even"
Setup
Assumption
Definition
Derivation
Conclusion

Key insight: The critical move in most direct proofs is "apply the definition." Translating "n is even" into "n = 2k for some integer k" gives you algebraic objects to manipulate.

Direct Proof vs Other Methods

Compare how the same theorem can be proved by different techniques. Direct proof works best when the path from P to Q is straightforward.

When is Direct Proof Best?

Direct proof is the most fundamental technique, but it's not always the easiest path. Learn to recognize when to use each method.

AspectDirectContrapositiveContradiction
StrategyAssume P, derive QAssume ¬Q, derive ¬PAssume ¬P, derive impossibility
What you start withThe hypothesis PNegation of conclusion (¬Q)Negation of statement (¬P)
What you deriveThe conclusion QNegation of hypothesis (¬P)A logical impossibility
Best used whenWorking forward from P is natural¬Q gives concrete informationExistence/uniqueness, or all else fails
Typical signal"Q is positive" (something exists, is even, etc.)"Prove if A then B" where ¬B is simpler"There is no...", "...is unique", "...is irrational"

Practice: Which Method is Best?

Question 1 of 5

Prove: "If n is even, then n² is even"

What's the best proof technique?

Key insight: Direct proof is the natural first choice when Q is a "positive" statement (something exists, is even, divides, etc.). When the direct path is blocked, that is your signal to try contrapositive or contradiction.

Key Takeaways

  • Assume P, derive Q -- the simplest and most direct route to proving an implication
  • Apply definitions -- translate English into algebra so you have objects to manipulate
  • No gaps -- every step must be justified by a definition, theorem, or algebraic rule
  • Foundation for everything -- contrapositive and contradiction are variations of direct proof in disguise