Claims, Conditions, and Counterexamples
Find the conditions that limit a mathematical claim, follow an if–then statement in the correct direction, and use counterexamples and numerical checks without extending them beyond the cases they cover.
Mathematical claims often apply only under stated conditions. Learn to find those conditions, follow an if–then claim in the correct direction, and use a counterexample to expose a claim that is too broad.
Consider the equation
Dividing both sides by gives
but only when . That condition matters. If and , the original equation has no solution. If and , every value of is a solution. A correct conclusion must remain within the cases covered by its conditions.
Exercise: Identify a necessary condition
The equation is rearranged as . What condition makes this conclusion correct when and are real numbers?
Select one choice, then check.
HintTry a negative value
If , then , but .
SolutionAccount for both square roots
From , the general real conclusion is
with . The narrower conclusion also requires .
Follow an If–Then Claim in One Direction
The statement
means that whenever condition holds, conclusion must also hold. For example:
If an integer is divisible by , then it is even.
The claim works from divisibility by to evenness. It does not say that every even integer is divisible by ; the even integer shows that the reverse claim is false.
Exercise: Keep the stated direction
Suppose:
If an integer is divisible by , then it is divisible by .
Which reverse claim is not justified?
Select one choice, then check.
HintTest a small multiple of 3
The integer is divisible by . Check whether it is divisible by .
SolutionTest the reverse
The integer is divisible by , but it is not divisible by . Therefore the original implication is true, but its reverse is not.
When both directions are true, writers may say “if and only if” and use the symbol . Later chapters will introduce this notation when a result genuinely requires both directions.
Test a Broad Claim with a Counterexample
Words such as “every,” “all,” and “for any” make a claim about every allowed case. Several successful examples can make such a claim plausible, but they do not cover all possible values.
For example, the values , , and satisfy . They do not prove that the inequality holds for every positive real number. At ,
This one counterexample disproves the broad claim. It also reveals the missing interval: the inequality fails when .
Exercise: Repair a claim using its counterexample
The claim “if , then ” is false over the real numbers. Which revision is complete?
Select one choice, then check.
HintUse the counterexample
The value also has square .
SolutionInclude every valid case
Factoring gives
A product is zero when at least one of its factors is zero. Therefore or , which gives or .
State What a Calculation Establishes
A calculation can verify a particular case. An experiment can report what happened for particular data and settings. Both are useful, but neither alone establishes a claim about every possible case.
If a program tests an identity on 100 inputs and every result agrees, then the identity passed those 100 checks. The test may reveal implementation errors and increase confidence, but a general mathematical conclusion still needs reasoning that covers the full stated domain.
Exercise: Limit a conclusion to the checked case
Computing provides what kind of support for the claim for all real numbers and ?
Select one choice, then check.
HintCount the covered cases
A claim about all pairs of real numbers covers more than the selected pair and .
SolutionDescribe only what was checked
The computation checks the claim for the pair and . It does not cover every pair of real numbers. A general argument or an accepted property of real-number addition is needed to justify the claim for all allowed values.
The practical questions are short: What is being claimed? Under which conditions? Does the reasoning run in the stated direction? Can one allowed case disprove the claim? What cases did the calculation or experiment actually check? These questions will recur whenever later chapters introduce a formula or result.