A mathematical proof is a logically complete argument establishing the truth of a statement from accepted assumptions, definitions, and previously proved results.
B.1 The Nature of Mathematical Proof
A mathematical proof is a logically complete argument establishing the truth of a statement from accepted assumptions, definitions, and previously proved results.
In number theory, proofs often combine algebraic manipulation, divisibility arguments, congruences, induction, and structural reasoning. A proof must justify every essential step. Numerical examples may suggest a statement, but they do not establish it universally.
The distinction between observation and proof is fundamental. For instance,
suggests that is divisible by for primes . A proof must explain why this always occurs.
B.2 Direct Proof
A direct proof begins from the assumptions and proceeds logically to the conclusion.
Example: prove that the sum of two even integers is even.
Let
for integers . Then
Since , the number is even.
Direct proofs are common when definitions naturally expand into algebraic expressions.
B.3 Proof by Contrapositive
To prove
it is often easier to prove the logically equivalent statement
Example: prove that if is odd, then is odd.
Instead of proving this directly, prove the contrapositive:
If is even, then is even.
Let
Then
so is even.
Therefore the original statement holds.
Contrapositive arguments are especially effective when negating the conclusion simplifies the algebraic structure.
B.4 Proof by Contradiction
In contradiction arguments, one assumes the statement is false and derives an impossibility.
The contradiction may take several forms:
- violation of a known theorem,
- impossibility in arithmetic,
- incompatible parity,
- infinite descent,
- logical inconsistency.
Example: irrationality of
Assume is rational. Then
with integers having no common factor and .
Squaring gives
Hence is even, so is even. Write
Substituting,
so
Thus is even.
Both and are even, contradicting the assumption that they share no common factor.
Therefore is irrational.
Contradiction proofs are central in classical number theory.
B.5 Proof by Cases
Sometimes a statement naturally separates into distinct situations.
Example: prove that
is even for every integer .
Every integer is either even or odd.
Case 1: is even. Then is even.
Case 2: is odd. Then is even, so is even.
Hence the product is always even.
The cases must collectively exhaust all possibilities.
B.6 Mathematical Induction
Induction proves statements indexed by the natural numbers.
To establish for all :
- Prove the base case.
- Assume is true.
- Prove .
Example
Prove that
Base case:
Inductive step: assume
Then
Factor:
Thus the formula holds for .
Therefore it holds for all .
B.7 Strong Induction
Strong induction assumes all previous cases.
Example: every integer factors into primes.
Base case: is prime.
Assume every integer between and factors into primes.
Consider .
If is prime, the claim holds.
Otherwise,
with
By the inductive hypothesis, both and factor into primes. Therefore also factors into primes.
Strong induction is essential when smaller substructures arise naturally.
B.8 Existence Proofs
An existence proof establishes that an object exists.
Constructive existence
A constructive proof explicitly produces the object.
Example: there exists an even prime.
Indeed,
is even and prime.
Nonconstructive existence
A nonconstructive proof shows existence without explicit construction.
Example: there exist irrational numbers such that is rational.
Consider
If is rational, we are done.
If is irrational, let
Then
which is rational.
Thus such irrational numbers exist.
B.9 Uniqueness Proofs
To prove uniqueness, one shows:
- existence of an object,
- no second distinct object can satisfy the same conditions.
Example: the quotient and remainder in the division algorithm are unique.
Suppose
with
Subtract:
Since both remainders lie between and ,
But the left side is divisible by . The only multiple of with absolute value less than is . Hence
and therefore
B.10 Counterexamples
A universal statement is disproved by a single counterexample.
Example:
“All primes are odd.”
Counterexample:
Counterexamples are valuable because they reveal hidden assumptions or incorrect intuition.
In advanced mathematics, discovering a counterexample often leads to sharper definitions and deeper theory.
B.11 Infinite Descent
Infinite descent is a special contradiction method introduced by Fermat.
One assumes a solution exists and constructs a strictly smaller solution of the same type. Repeating this process generates an infinite decreasing sequence of positive integers, which is impossible.
Example idea
Suppose a minimal positive solution exists. Construct a smaller one. Contradiction.
Infinite descent was historically important in Diophantine equations and remains influential in arithmetic geometry.
B.12 Equivalence Proofs
To prove
one proves:
and
Example:
An integer is even if and only if is even.
One direction:
Other direction:
Together these establish equivalence.
B.13 Common Errors in Proofs
Assuming the conclusion
A proof must not secretly use the statement being proved.
Checking only examples
Finite verification does not prove an infinite statement.
Ignoring quantifiers
Statements involving “for all” and “there exists” must be handled carefully.
Division by zero
Algebraic manipulations must preserve validity.
For example,
does not imply
unless additional assumptions are given.
Undefined operations
Expressions must be meaningful within the domain under consideration.
B.14 Structure of Good Mathematical Writing
A proof should satisfy several principles:
| Principle | Description |
|---|---|
| Precision | Every claim is logically justified |
| Clarity | The main argument is visible |
| Brevity | Unnecessary steps are omitted |
| Completeness | Essential details are included |
| Flow | The argument progresses naturally |
Good proofs balance rigor with readability.
In number theory, elegant proofs are especially valued because arithmetic phenomena often conceal deep structure beneath elementary statements.
B.15 Strategy in Number Theory Proofs
Certain methods recur frequently in number theory.
| Technique | Typical Use |
|---|---|
| Modular arithmetic | divisibility and residues |
| Induction | recursive structure |
| Contradiction | irrationality and infinitude |
| Factorization | prime decomposition |
| Infinite descent | Diophantine equations |
| Counting arguments | combinatorial number theory |
| Bounding arguments | analytic estimates |
| Symmetry | algebraic identities |
Experienced mathematicians often recognize the correct method from structural features of the problem.
B.16 Reading and Constructing Proofs
Learning proofs requires active engagement.
When reading a proof:
- Identify the assumptions.
- Determine the target conclusion.
- Locate the main idea.
- Verify each inference.
- Reconstruct the argument independently.
When constructing a proof:
- Rewrite definitions explicitly.
- Test small examples.
- Search for structural patterns.
- Choose an appropriate method.
- Organize the argument before writing.
Proof writing improves through repeated practice. Number theory is especially well suited for this development because many deep ideas arise from elementary objects.