Canadian flagMath101 · Independent Ontario learning libraryCreated and edited by Kamran
Discrete MathematicsUniversity3 min read

Direct Proof

A rigorous guide to direct proofs built from definitions, hypotheses, and valid forward implications.

Cheat sheet

Precise definition

A direct proof of an implication $P\Rightarrow Q$ assumes an arbitrary object satisfying $P$ and derives $Q$ through definitions, established results, and valid algebra or logic. Because the object is arbitrary within the stated domain, the argument covers every permitted case rather than selected examples.

Notation and mathematical language

Write $P(x)$ for the hypothesis and $Q(x)$ for the conclusion. Definitions translate words into usable form: an integer $n$ is even iff $n=2k$ for some $k\in\mathbb Z$, and $a\mid b$ iff $b=ak$ for some integer $k$. Existential witnesses must belong to the required domain.

Conceptual picture

A direct proof is a forward chain: unpack the hypothesis, preserve true statements, and reshape them until the conclusion's definition is visible. Planning often works backward from the conclusion—asking what witness would suffice—but the written proof should make the forward justification clear.

Conditions and key results

The theorem's domain and quantifiers control the proof. Algebraic division requires a nonzero divisor; square roots and inequalities carry domain or sign restrictions. A proof of $P\Rightarrow Q$ need not establish the converse $Q\Rightarrow P$, and using the desired conclusion as a premise is circular.

A reliable strategy

  1. State an arbitrary object and all hypotheses, including its number system.
  2. Expand the key definitions in the hypotheses to obtain concrete equations or inequalities.
  3. Manipulate those statements using justified implications, constructing any witness the conclusion requires.
  4. Close by matching the exact conclusion and explaining why arbitrariness gives the universal result.

Fully worked example

Interpretation and application

Direct proof is the default language of theorem verification in algebra, number theory, and discrete structures. It also improves program specifications: if input conditions imply an invariant and the invariant plus termination implies the postcondition, the same forward logic establishes correctness.

Common mistakes

Verification and reasonableness

  • Annotate each line with the definition or fact that licenses it.
  • Test the theorem's boundary cases to detect a missing hypothesis, while remembering tests do not prove it.
  • Read the final line against the formal conclusion: the required witness, sign, or set membership should be explicit.

Practice

  1. Prove the sum of two multiples of $5$ is a multiple of $5$.
  2. If $n$ is even, why is $n^2$ divisible by $4$?
  3. Does proving $n$ divisible by $6$ implies $n$ divisible by $3$ prove the converse?
Answers and brief solutions
  1. Write $a=5r$, $b=5s$; then $a+b=5(r+s)$ and $r+s\in\mathbb Z$.
  2. $n=2k$ gives $n^2=4k^2$.
  3. No; for example, $9$ is divisible by $3$ but not by $6$.

Further deduction

Direct inequality proofs require special attention to sign. If $0<a<b$, multiplying by the positive number $ab$ preserves an inequality and yields $a^2<ab<b^2$ in appropriate comparisons; multiplying by a negative quantity would reverse it. Similarly, from $x^2=y^2$ over the reals one may conclude $|x|=|y|$ or $x=\pm y$, not automatically $x=y$. Definitions and domain restrictions determine which algebraic transformations are implications and which are equivalences.

Check your understanding

Try it yourself

Hints are part of learning. Open one whenever it makes the next step feel possible.

1 practice question
Question 1Construct a divisibility witness · Standard

If $a=7r$ and $b=7s$, what factor proves $a+b$ is divisible by 7?

End of lesson

Nice work making it this far.

Understanding grows through return visits. Save this lesson, try the practice, or continue when you are ready.

Lesson complete

That one is yours now.

Direct Proof is saved to My Learning. Take the win—you earned it.

1Your Math101 collectionlesson completed
Search 464 published lessons, 123 answer guides, courses, and learning tools.
Your experience

Settings

Ontario math tutoringWork with KamranBook ↗