Create your own
Lesson illustration

Direct Proof from Definitions and Hypotheses

Hello. In the previous lesson, you learned how to refute a universal implication by finding a permitted case in which its hypothesis is true but its conclusion is false. We now take the complementary task: establishing that an implication is true in every permitted case.

This lesson develops the basic architecture of a direct proof. You will learn to begin with the stated hypotheses, unpack definitions precisely, use algebra or known facts to build the required form, and finish by invoking the definition of the conclusion. These habits will be used throughout the later number theory, geometry, graph theory, and topology modules.


The logical shape of a direct proof

A typical theorem has the form

A direct proof begins by taking an arbitrary object in the domain for which the hypothesis holds. Your job is then to derive using only:

  • the stated hypotheses;
  • relevant definitions;
  • previously established results;
  • valid algebraic or logical reasoning.

The basic skeleton is:

Proof. Let be arbitrary in the stated domain, and suppose holds.
[Derive consequences of the hypothesis and definitions.]
Therefore holds.

Two words in that opening deserve care.

  • Arbitrary means you have not selected a convenient special case. The proof must work for whichever permitted was handed to you.
  • Suppose means that you may use the hypothesis. You are not trying to prove it; it is the condition under which the implication makes its promise.

For example, the statement

does not ask you to prove that every integer is odd. It asks: given an arbitrary integer that is odd, can you establish that its square is odd?

That distinction is exactly why the counterexample method from the previous lesson required the hypothesis to be true. In a direct proof, the hypothesis is your legitimate starting material.


Definitions are the working tools

Many elementary direct proofs become manageable only after translating words into definitions. Recall:

and, for integers and ,

Definitions tell you what a property means, rather than merely suggesting examples of it.

Suppose the hypothesis says that is odd. By definition, this gives a witness such that

Suppose instead that the conclusion says is odd. The definition tells you exactly what must be established:

for some integer .

This produces a useful two-sided planning method. On scratch paper, translate both the hypothesis and conclusion:

Part of the theoremTranslation from the definition
Assume is odd for some
Show is oddShow for some

The first row tells you what you know. The second tells you the shape of the target. Algebra can then connect them.

This exploration may proceed in a rough, back-and-forth fashion. The final proof, however, should be written as a forward logical narrative: hypothesis, definition, calculation, verification, conclusion.

Discrete Math - 1.7.1 Direct Proof

Watch “Discrete Math - 1.7.1 Direct Proof” from SawFin Mathematics for a compact demonstration of the direct-proof pattern and two parity proofs.

Begin with the strategy, which identifies the hypothesis as the starting point and the conclusion as the target. Then watch the odd square proof, paying attention to how the definition supplies a new integer and how the final expression is put into odd form. Finish with the even sum proof; notice why two potentially different even integers require two different witness variables.


A complete proof: the square of an odd integer

Let us now write the argument carefully.

Claim. If is an odd integer, then is an odd integer.

Proof. Let be an arbitrary odd integer. By the definition of odd, there exists an integer such that

Therefore,

Let

Because and the integers are closed under addition and multiplication, . Thus for some integer . By the definition of odd, is odd.

The proof has a dependable internal structure:

  1. Start with an arbitrary object satisfying the hypothesis.
  2. Use the hypothesis definition to introduce a witness, here .
  3. Manipulate the expression relevant to the conclusion.
  4. Identify the required witness, here .
  5. Verify that the witness belongs to the required set.
  6. Invoke the definition of the conclusion.

The integrality check in step 5 is not cosmetic. The expression shows oddness only when is an integer. In simple cases this fact follows immediately from closure, but a proof should still state it.

Also notice the different roles of , , and :

  • is the arbitrary integer from the theorem.
  • is supplied by the fact that is odd.
  • is constructed to certify that is odd.

Using one symbol for all three roles would obscure the argument and can accidentally make a general claim falsely restrictive.

1.2: Constructing Direct Proofs

Read “Constructing Direct Proofs” from LibreTexts for a detailed account of how hypotheses, definitions, exploratory work, and polished proof-writing fit together.

In the subsection “Constructing a Proof of a Conditional Statement,” read the planning discussion, focusing on the distinction between discovering a route and presenting a proof. Then read the subsection beginning with the question of proving an integer odd: the odd-product construction. Continue through the following “Theorem” section, especially the finished narrative proof. Compare its final prose form with the earlier exploratory table.


A second pattern: direct proofs with divisibility

Direct proofs in number theory often use the definition of divisibility. The important point is that

is not fundamentally a statement about carrying out division. It asserts the existence of an integer multiplier:

for some .

Consider the following theorem.

Claim. If , then , for integers , , and .

Proof. Let , , and be integers, and suppose that . By the definition of divisibility, there exists such that

Multiplying by gives

Since , closure of the integers under multiplication gives

Hence is times an integer. Therefore,

Again, the destination was determined by the definition. To prove , it was necessary to express in the form times an integer. Once the hypothesis gave , multiplying by made that form visible.

This is a central number-theoretic pattern: a divisibility hypothesis gives you a factorization, and the proof proceeds by preserving or combining that factorization.


Proof discovery versus proof communication

A polished proof can look inevitable, but finding it usually is not. It is sensible to use a private scratch structure such as this:

What is available?What would finish the proof?
means for some integer means for some integer
is an integerNeed to identify an integer

Substituting into reveals

That suggests the choice

The scratch work may contain guesses, crossed-out approaches, and target expressions. The submitted proof should not. It should include only statements needed to establish the result and enough justification for a reader to verify each significant move.

A direct proof is therefore not “just algebra.” Algebra is useful only because each transformation serves a logical purpose: turning the information delivered by a hypothesis into the particular form demanded by a conclusion.


Frequent errors to audit

Before treating a direct proof as complete, check the following points.

ErrorWhy it failsRepair
Checking several numerical examplesExamples provide evidence, not a proof for every permitted case.Begin with an arbitrary object satisfying the hypothesis.
Assuming the conclusionThis makes the argument circular.Translate the conclusion into a definition-driven target and derive it.
Forgetting the domainA witness may need to be an integer, real number, graph vertex, or another specified kind of object.State why each introduced witness belongs to the required domain.
Reusing one witness variableIt may accidentally assert that two independently chosen objects are equal.Use distinct variables such as , , and .
Ending with an unexplained expressionAn expression alone is not a mathematical statement or conclusion.Explain how its form satisfies the relevant definition.
Starting with “if” after assuming a factIt suggests uncertainty about an assumption already granted.Write “Since is odd...” or “By the hypothesis...”

There is also a strategic limit to direct proof: not every true implication is easiest to prove directly. If the hypothesis does not seem to yield a workable route to the conclusion, that does not show the statement is false. It may indicate that a different method is more natural. The next lesson develops one such method: proof by contraposition.


Key takeaways

A direct proof of

starts by assuming , then derives through definitions, stated hypotheses, and justified reasoning.

For definition-based claims, use a deliberate workflow:

  1. Take an arbitrary permitted object satisfying the hypothesis.
  2. Unpack the hypothesis using its definition.
  3. Translate the conclusion into the form its definition requires.
  4. Use algebra or prior facts to reach that form.
  5. Verify any required witness has the correct type or belongs to the correct set.
  6. State explicitly that the definition now yields the conclusion.

For parity, “odd” means for an integer . For divisibility, means for an integer . These are not merely definitions to memorize; they are the mechanisms that make direct proofs run.

Next, you will prove implications by contraposition, replacing a difficult conclusion with the logically equivalent task of showing that failure of the conclusion forces failure of the hypothesis.

Can't find a good explanation? Sign up and we'll make it for you

Sign up