A direct proof starts from the hypotheses and derives the conclusion through definitions, algebra, and previously established results. Its basic pattern is:
- State the hypotheses precisely.
- Apply definitions and valid inference rules.
- Reach the desired conclusion.
Assume that is odd. Then for some integer . Therefore
Because is an integer, this has the form . Hence is odd.
The proof works because it uses the definition of oddness rather than relying on a numerical pattern.
Prove that the sum of two even integers is even.
Let and , where . Then
and is an integer. Thus is even.
Prove that is divisible by for every positive integer .
Rewrite the expression as
Among three consecutive integers, one is divisible by . Hence both terms on the right are divisible by , so the original expression is divisible by .
The main difficulty in a direct proof is usually choosing a representation that exposes the relevant definition or divisibility property.
Comments