Direct Proof

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

Welcome to Direct Proof!

Direct proof is the most fundamental proof technique in mathematics. To prove an implication P → Q, you simply assume P is true and then use logical reasoning to show that Q must also be true. It's straightforward, powerful, and the foundation upon which all other proof techniques are built.

What You'll Learn

1

The Logic of Implication

Understand what it means to prove "if P, then Q" and why assuming P is valid

2

Building a Proof Chain

Connect statements logically: P → A → B → ... → Q

3

Algebraic Direct Proofs

Master proofs about integers, divisibility, even/odd, and more

4

When Direct Proof is Best

Recognize natural candidates for direct proof vs other techniques

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.

The Direct Proof Method

To prove an implication P → Q using direct proof:

  1. Assume P: Start by assuming the hypothesis P is true.
  2. Apply definitions: Translate P into its mathematical form (e.g., "n is even" becomes "n = 2k for some integer k").
  3. Derive logically: Use algebra, definitions, and logical rules to derive new statements from what you know.
  4. Reach Q: Continue until you establish that the conclusion Q must be true.

Why Does This Work?

The implication P → Q is only false when P is true but Q is false. By showing that P being true forces Q to be true, we prove the implication holds in all cases.

The Key Pattern

Most direct proofs follow the pattern: Assume P → Apply definition → Algebraic manipulation → Recognize the form of Q → State conclusion. This pattern becomes second nature with practice!

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

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?

Common Mistakes to Avoid

Assuming What You're Trying to Prove

Circular reasoning invalidates the proof. You can only assume P (the hypothesis), never Q (the conclusion). If your proof starts by assuming Q is true, you've made a fatal error.

Skipping the Definition Step

"n is even" is not useful by itself—you must write n = 2k for some integer k. Definitions give you algebraic objects to work with. Without them, you can't compute anything.

Forgetting to State the Final Conclusion

Don't just end with algebra—explicitly state why your result proves Q. For example: "Since n² = 2(2k²), and 2k² is an integer, n² is even by definition. ∎"

Forcing Direct Proof When Another Method is Cleaner

If working forward from P seems impossible, consider contrapositive or contradiction. For example, proving "if n² is even, then n is even" is awkward directly but elegant via contrapositive.

Key Takeaways

  • 1.Direct proof is the fundamental building block of mathematical reasoning—master it before moving to other techniques.
  • 2.The standard pattern is: Assume P → Apply definitions → Manipulate algebraically → Recognize the form of Q → Conclude.
  • 3.Each step must follow logically from the previous one with no gaps. If you can't justify a step, it's not valid.
  • 4.Direct proof works best when working forward from P is straightforward and Q is a "positive" statement (something exists, is even, divides, etc.).
  • 5.Other techniques (contrapositive, contradiction) are actually direct proofs in disguise—contrapositive proves an equivalent statement directly, and contradiction proves ¬(¬P) = P.