3.3 Contradiction, Existence, and Uniqueness
Section 3.2 proved implications by moving directly, splitting cases, or proving a contrapositive. Another route begins by asking what would happen if the desired conclusion were false. If that assumption forces an impossible situation, the assumption must be wrong.
This section also distinguishes two phrases that are often merged too quickly:
- “there is at least one” is an existence claim;
- “there is exactly one” requires both existence and uniqueness.
A contradiction is an impossible pair of requirements
A contradiction is a statement that cannot be true under any assignment. Chapter 2 gave the logical form
In ordinary mathematics, contradictions may appear as:
Each pair demands incompatible conditions.
A proof by contradiction of a proposition follows this pattern:
1. Assume the negation .
2. Combine the assumption with definitions and known facts.
3. Derive a contradiction.
4. Conclude that cannot hold, so is true.
The contradiction must result from the temporary assumption together with valid facts. Simply writing “this is a contradiction” without displaying the incompatible results does not complete the proof.
Worked proof: no integer is both even and odd
Theorem. No integer is both even and odd.
Assume for contradiction that some integer is both even and odd.
Because is even, there is an integer such that
Because is odd, there is an integer such that
Both expressions equal , so
Rearranging gives
The left side is even because is an integer. The right side is odd. One integer cannot be both even and odd, so this equality is impossible. Our assumption produced a contradiction. Therefore no integer is both even and odd.
This proof may look circular because the contradiction mentions even and odd. It is not: the definitions show that the assumed object would force the concrete impossible equation “an even number equals .”
Isolate the conflict rather than collecting assumptions
A contradiction proof should use only relevant assumptions. Adding unnecessary conditions can hide the true reason for impossibility.
Suppose we assume:
- is even;
- is odd;
- ;
- .
The first two assumptions already conflict. Positivity and divisibility by do no work. Removing irrelevant assumptions creates a shorter, clearer proof and reveals the conflict core.
Load assumptions into the pressure chamber until no integer candidates remain. Then remove assumptions one at a time. The most informative result is the smallest active set that still creates impossibility, not the largest dramatic collection of conditions.
Existence asks for at least one witness
An existence statement has the form
To prove it constructively, provide a particular witness and verify .
Example. There exists an integer such that
Choose . It belongs to the integer domain, and
Therefore a solution exists.
Notice the two checks:
1. the witness belongs to the declared domain;
2. the witness satisfies the predicate.
If the domain were positive even integers, would not be a valid witness even though it satisfies the equation.
Some existence proofs are nonconstructive: they prove that an object must exist without identifying it explicitly. Proof by contradiction can sometimes do this. At this stage, constructive witnesses are easier to verify, so we prefer them when available.
Uniqueness forbids a second different witness
An existence proof does not automatically prove uniqueness. The equation
has witness , but it also has . Showing one solution proves existence only.
The statement “there exists exactly one such that ” is written
The symbol means “there exists a unique.” A complete proof has two parts:
- existence: produce or establish at least one solution;
- uniqueness: assume and are both solutions, then prove .
Worked existence-and-uniqueness proof
Theorem. There exists a unique real number satisfying .
Existence. The witness works because .
Uniqueness. Suppose real numbers and both satisfy the equation. Then
Therefore
Subtracting from both sides and dividing by gives
Any two solutions must be equal, so there cannot be two distinct solutions. Combined with existence, the solution is unique.
The uniqueness argument does not need to rediscover the value . It shows that all possible solutions collapse to one value.
The locksmith separates three states: no witness, exactly one witness, and many witnesses. Try in . If , no works; if , every integer works. This boundary shows why existence and uniqueness require separate scanners.
Choose the claim before choosing the proof
The wording of the theorem determines the proof obligation:
| Claim wording | Required evidence |
|---|---|
| “there exists” | one verified witness, or a valid nonconstructive existence argument |
| “there exists at most one” | a uniqueness argument; existence is not required |
| “there exists exactly one” | existence plus uniqueness |
| “there does not exist” | show every candidate fails, often through contradiction |
A common error is proving “at most one” and then announcing “exactly one.” An empty solution set also has at most one element, so uniqueness without existence is insufficient.
Bridge to the next section
The methods so far prove one general statement by reasoning about an arbitrary object. Statements indexed by positive integers often have a repeating dependency: if one case holds, it supports the next. Section 3.4 turns this dependency into mathematical induction and then allows each new case to use all earlier cases through strong induction.