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

ax=b.ax=b.

Dividing both sides by aa gives

x=ba,x=\frac{b}{a},

but only when a0a\ne0. That condition matters. If a=0a=0 and b0b\ne0, the original equation has no solution. If a=0a=0 and b=0b=0, every value of xx is a solution. A correct conclusion must remain within the cases covered by its conditions.

Exercise: Identify a necessary condition

The equation x2=yx^2=y is rearranged as x=yx=\sqrt{y}. What condition makes this conclusion correct when xx and yy are real numbers?

Choose the missing condition

Select one choice, then check.

Review

Not marked done.

Your checked work will be saved automatically.

Correct records the checked result. Done is your learning status, and you can undo it.

Clearing an answer or resetting code starts the response again. It does not remove Done or Review.

Your checked work will be saved automatically.

HintTry a negative value

If x=2x=-2, then x2=4x^2=4, but 4=2\sqrt{4}=2.

SolutionAccount for both square roots

From x2=yx^2=y, the general real conclusion is

x=±y,x=\pm\sqrt{y},

with y0y\ge0. The narrower conclusion x=yx=\sqrt{y} also requires x0x\ge0.

Follow an If–Then Claim in One Direction

The statement

PQP\Rightarrow Q

means that whenever condition PP holds, conclusion QQ must also hold. For example:

If an integer is divisible by 44, then it is even.

The claim works from divisibility by 44 to evenness. It does not say that every even integer is divisible by 44; the even integer 66 shows that the reverse claim is false.

Exercise: Keep the stated direction

Suppose:

If an integer is divisible by 66, then it is divisible by 33.

Which reverse claim is not justified?

Choose the unjustified claim

Select one choice, then check.

Review

Not marked done.

Your checked work will be saved automatically.

Correct records the checked result. Done is your learning status, and you can undo it.

Clearing an answer or resetting code starts the response again. It does not remove Done or Review.

Your checked work will be saved automatically.

HintTest a small multiple of 3

The integer 99 is divisible by 33. Check whether it is divisible by 66.

SolutionTest the reverse

The integer 99 is divisible by 33, but it is not divisible by 66. 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 \Leftrightarrow. 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 11, 22, and 33 satisfy x2xx^2\ge x. They do not prove that the inequality holds for every positive real number. At x=1/2x=1/2,

(12)2=14<12.\left(\frac12\right)^2=\frac14<\frac12.

This one counterexample disproves the broad claim. It also reveals the missing interval: the inequality fails when 0<x<10<x<1.

Exercise: Repair a claim using its counterexample

The claim “if x2=9x^2=9, then x=3x=3” is false over the real numbers. Which revision is complete?

Choose the repaired claim

Select one choice, then check.

Review

Not marked done.

Your checked work will be saved automatically.

Correct records the checked result. Done is your learning status, and you can undo it.

Clearing an answer or resetting code starts the response again. It does not remove Done or Review.

Your checked work will be saved automatically.

HintUse the counterexample

The value 3-3 also has square 99.

SolutionInclude every valid case

Factoring gives

x29=(x3)(x+3)=0.x^2-9=(x-3)(x+3)=0.

A product is zero when at least one of its factors is zero. Therefore x3=0x-3=0 or x+3=0x+3=0, which gives x=3x=3 or x=3x=-3.

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 2+5=5+22+5=5+2 provides what kind of support for the claim a+b=b+aa+b=b+a for all real numbers aa and bb?

Choose the supported conclusion

Select one choice, then check.

Review

Not marked done.

Your checked work will be saved automatically.

Correct records the checked result. Done is your learning status, and you can undo it.

Clearing an answer or resetting code starts the response again. It does not remove Done or Review.

Your checked work will be saved automatically.

HintCount the covered cases

A claim about all pairs of real numbers covers more than the selected pair 22 and 55.

SolutionDescribe only what was checked

The computation checks the claim for the pair a=2a=2 and b=5b=5. 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.

Review

Not marked done.