← back to proofs

Direct Proof

Jim Hefferon · GFDL + CC BY-SA 2.5 · Introduction to Proofs

A direct proof of "if P then Q" starts by assuming P is true, then deduces Q through a chain of logical steps. Each step follows from definitions, axioms, or previously proven results. No detours, no contradictions: just a straight line from hypothesis to conclusion.

P step 1 step 2 Q

Structure of a direct proof

Every direct proof has three parts: (1) state what you are proving, (2) assume the hypothesis, (3) derive the conclusion using definitions and known results. The chain must be gap-free: each step must follow logically from what came before.

Scheme

Example: product of rationals is rational

Claim: if a and b are rational, then a * b is rational. Proof: a rational number is p/q where p, q are integers and q is not zero. If a = p/q and b = r/s, then a * b = (p * r)/(q * s). Since p*r and q*s are integers and q*s is not zero, the product is rational.

Scheme

Writing direct proofs

The skill is turning definitions into equations you can manipulate. "Even" means 2k. "Rational" means p/q. "Divides" means a = b*k. Every direct proof starts the same way: unpack the definitions, do the algebra, repack into the conclusion's definition.

Scheme
Neighbors