PRAXIS CORE MATH (5733) • NUMBER AND QUANTITY

Identify Arithmetic Counterexamples — Identify counterexamples using arithmetic reasoning.

Master the art of disproving universal claims by finding a single arithmetic example that breaks the rule.

Historical Context & Motivation

The concept of the counterexample is one of the most powerful tools in mathematical reasoning, and its roots stretch back to the earliest formalized systems of logic. In ancient Greece, philosophers and mathematicians recognized that a single contradictory instance could topple an otherwise compelling universal claim. The method of disproof by counterexample became a cornerstone of deductive reasoning, influencing mathematical proof techniques for millennia. For aspiring educators preparing for the PRAXIS Core Mathematics exam, understanding counterexamples is not merely an abstract exercise—it is an essential skill for evaluating mathematical statements and teaching students to think critically about arithmetic properties.

~350 BCE
Aristotle's Syllogistic Logic
Aristotle formalized rules of deduction, establishing that universal claims ("All X are Y") can be refuted by a single contrary instance, laying the groundwork for counterexample reasoning.
~300 BCE
Euclid's Elements
Euclid's axiomatic system implicitly relied on the principle that conjectures must hold for all cases. Any single geometric or arithmetic failure would invalidate a proposed theorem.
1769
Euler's Conjecture Disproved
Euler conjectured a generalization of Fermat's Last Theorem. Nearly two centuries later, counterexamples were found, demonstrating that even the greatest mathematicians' conjectures can fall to a single arithmetic instance.
1960s–Present
Counterexamples in Modern Education
Standardized assessments—including the PRAXIS Core—began incorporating counterexample identification as a measurable competency, recognizing its centrality to mathematical literacy and logical reasoning.

The fundamental question this lesson addresses is deceptively simple: How can you determine whether an arithmetic statement that appears to be universally true is, in fact, false? On the PRAXIS Core, you will encounter claims about number properties—divisibility, parity, sign behavior under operations—and you must decide whether these claims always hold. The ability to identify a single arithmetic counterexample efficiently and confidently is the skill that separates successful test-takers from those who rely on intuition alone.

Core Principles & Definitions

Before diving into strategy, it is essential to establish precise definitions. A universal statement asserts that a property holds for every element in a given domain—for example, "For all integers n, n² > n." A counterexample is a specific value drawn from the domain that makes the statement false. If even one counterexample exists, the universal statement is disproved. Note that the counterexample must satisfy the conditions of the domain; if the claim is about positive integers, a counterexample using a negative number or a fraction is invalid.

1

Universal Claim

A statement asserting that something is true for every element in its domain. Uses language like "for all," "every," "always," or "any." Only one failure is needed to disprove it.
2

Counterexample

A single specific instance from the domain that makes the universal statement false. It must satisfy all preconditions of the claim. One valid counterexample is sufficient for disproof.
3

Domain Awareness

The set of values the statement applies to—integers, positive reals, whole numbers, etc. A counterexample must come from the specified domain to be valid.
4

Boundary & Special Cases

Counterexamples often lurk at boundaries: 0, 1, −1, fractions between 0 and 1, and negative numbers. Systematic checking of these values is a high-yield strategy.
5

Logical Asymmetry

One counterexample disproves a universal claim, but no finite number of confirming examples can prove one. This asymmetry is fundamental to mathematical reasoning.
KEY TAKEAWAY
Think of a universal claim like a chain: it is only as strong as its weakest link. A chain with a thousand strong links and one broken link is still a broken chain. Similarly, a mathematical statement that works for a million values but fails for one is a false statement. Your job on the PRAXIS is to find that one broken link—the counterexample—efficiently and with confidence.

Visual Explanation — The Counterexample Search Strategy

The following diagram illustrates the logical flow of counterexample identification. When presented with a universal arithmetic claim, you follow a systematic decision tree: identify the domain, test boundary and special-case values, evaluate the statement, and arrive at a conclusion. This visual framework should guide your approach on every PRAXIS question involving universal claims.

The decision tree above outlines the systematic process: read the claim, identify its domain, test boundary and special-case values (0, 1, −1, fractions, negatives), and determine whether the statement holds or fails. A single failure constitutes a valid counterexample and disproves the claim.

Mathematical Framework — Logic of Counterexamples

The logical structure underlying counterexample reasoning can be expressed formally. Understanding this structure helps you recognize exactly what a PRAXIS question is asking and what constitutes a valid response. The universal claim and its negation sit at the heart of this framework.

UNIVERSAL CLAIM
∀x ∈ D, P(x) is true
Where means "for all," D is the domain (e.g., all integers), and P(x) is the property being claimed (e.g., x² > x).
NEGATION (COUNTEREXAMPLE EXISTS)
∃x₀ ∈ D such that P(x₀) is false
Where means "there exists" and x₀ is the specific counterexample. Finding this single x₀ is sufficient to disprove the universal claim.

Consider the claim: "For all real numbers x, x² > x." This asserts P(x): x² > x for every real number. To disprove it, we need a single x₀ in the reals where x₀² ≤ x₀. Testing x₀ = ½ gives (½)² = ¼, and ¼ < ½, so x₀² is not greater than x₀. Therefore x₀ = ½ is a valid counterexample, and the universal claim is false.

COMMON PRAXIS PATTERN
Claim: "For every integer n, n² ≥ n" Test: n = 0 → 0² = 0 ≥ 0 ✓; n = 1 → 1 ≥ 1 ✓; n = −2 → 4 ≥ −2 ✓
This claim actually holds for all integers—no counterexample exists. Recognizing when a statement is true is equally important. On the PRAXIS, if you exhaust boundary cases without finding a failure, the claim may indeed be true.
⚠️ Domain Matters
The same statement can be true over one domain and false over another. "x² ≥ x" is true for all integers but false for real numbers (try x = 0.5). Always read the domain carefully on PRAXIS items—it changes the answer.

Common Counterexample Categories & Testing Values

Across PRAXIS Core items, counterexamples tend to arise from a predictable set of "trouble values" that exploit common arithmetic misconceptions. The diagram and table below categorize these values and the types of claims they typically disprove. By memorizing this short list of test values, you can systematically check any universal arithmetic claim in under a minute.

The eight critical test values shown above represent the most common sources of counterexamples on the PRAXIS Core. Zero breaks division and "always positive" claims; 1 breaks "squaring makes larger" claims; fractions between 0 and 1 break "multiplication makes bigger" claims; and negative numbers break sign and ordering assumptions.
Common claim types and the values that typically disprove them
Claim TypeExample ClaimLikely Counterexample
"Squaring always increases"For all x, x² > xx = ½ → (½)² = ¼ < ½
"Sum of two squares is odd"For all integers a, b: a² + b² is odda = 2, b = 4 → 4 + 16 = 20 (even)
"Product exceeds sum"For all x, y > 0: xy > x + yx = 1, y = 1 → 1 > 2 is false
"Division makes smaller"For all x > 0: x ÷ 2 < x ÷ 3x = 6 → 3 < 2 is false
"Adding makes positive"For all a, b: a + b > 0a = −5, b = 2 → −3 > 0 is false

Worked Example — Finding a Counterexample Step by Step

Let us work through a PRAXIS-style problem in detail. The question reads: "Which of the following is a counterexample to the claim: For all real numbers a and b, (a + b)² = a² + b²?" The answer choices are: (A) a = 0, b = 0; (B) a = 1, b = 0; (C) a = 2, b = 3; (D) a = −1, b = 1.

Counterexample for (a + b)² = a² + b²
1
Step 1 — Understand the ClaimThe claim states that the square of a sum equals the sum of the squares for all real numbers a and b. We know from algebra that (a + b)² = a² + 2ab + b², so the claim is only true when 2ab = 0, meaning at least one of a or b must be zero.
2
Step 2 — Test Choice (A): a = 0, b = 0Left side: (0 + 0)² = 0² = 0. Right side: 0² + 0² = 0 + 0 = 0. Since 0 = 0, the equation holds. This is NOT a counterexample.
0 = 0 ✓ — Not a counterexample
3
Step 3 — Test Choice (B): a = 1, b = 0Left side: (1 + 0)² = 1² = 1. Right side: 1² + 0² = 1 + 0 = 1. Since 1 = 1, the equation holds. This is NOT a counterexample.
1 = 1 ✓ — Not a counterexample
4
Step 4 — Test Choice (C): a = 2, b = 3Left side: (2 + 3)² = 5² = 25. Right side: 2² + 3² = 4 + 9 = 13. Since 25 ≠ 13, the equation fails. This IS a counterexample.
25 ≠ 13 ✗ — Valid counterexample!
5
Step 5 — Verify Choice (D): a = −1, b = 1Left side: (−1 + 1)² = 0² = 0. Right side: (−1)² + 1² = 1 + 1 = 2. Since 0 ≠ 2, this also fails—it is another valid counterexample. However, on the PRAXIS you select the first correct answer you find.
0 ≠ 2 ✗ — Also a valid counterexample
6
Step 6 — Select the AnswerBoth (C) and (D) are valid counterexamples. The correct answer is (C) a = 2, b = 3 (and (D) would also be correct if it were the only option). The key insight is that any pair where both a ≠ 0 and b ≠ 0 produces a counterexample, because the cross-term 2ab is nonzero.
Answer: (C)

Strengths, Limitations & Common Pitfalls

The counterexample method is elegant and efficient, but it carries certain limitations and common traps that PRAXIS test-takers must understand. The table below contrasts the strengths of this reasoning method with its inherent limitations and the most frequent errors students make.

Strengths, limitations, and pitfalls of counterexample reasoning
StrengthsLimitationsCommon Student Errors
Only one example needed to disprove a universal claimCannot prove a universal claim—only disprove oneConcluding a claim is true after testing a few values that work
Quick and computationally simpleMay be hard to find if counterexamples are rare or largeUsing values outside the specified domain
Requires no formal proof machineryDoes not explain why the claim fails in generalArithmetic errors when evaluating the claim at the test value
Builds number sense and critical reasoningExistential claims require a confirming example, not a counterexampleConfusing existential and universal quantifiers
KEY TAKEAWAY
In scientific research, a single reproducible experiment that contradicts a hypothesis can overturn decades of theory—think of how the discovery of a black swan disproved "all swans are white." Counterexample reasoning in arithmetic operates identically: you are not looking for patterns or tendencies; you are looking for the one definitive failure that settles the question. As a future educator, instilling this precise logical habit in your students is one of the most transferable skills you can teach.

Connection to Advanced Reasoning — Proof & Disproof

Counterexample identification on the PRAXIS is an entry point into the broader landscape of mathematical proof and disproof. While the exam focuses on arithmetic-level reasoning, the logical structure you are mastering—identifying quantifiers, testing boundary cases, and evaluating truth values—is the same structure used in formal proofs, proof by contradiction, and proof by contrapositive at higher levels of mathematics. The table below connects the PRAXIS-level skill to its advanced counterparts.

PRAXIS skills and their connections to advanced mathematical reasoning
PRAXIS-Level SkillAdvanced Extension
Find one value that makes a claim falseConstruct existence proofs: ∃x₀ such that P(x₀)
Recognize universal quantifiers ("for all")Negate quantified statements: ¬(∀x P(x)) ≡ ∃x ¬P(x)
Test boundary values: 0, 1, −1, fractionsBoundary analysis in real analysis (limits, continuity at endpoints)
Verify arithmetic at a specific valueProof by contradiction: assume P, derive a false consequence
Distinguish "true for some" from "true for all"Measure theory: sets of measure zero vs. almost-everywhere truth

As a future teacher, you will encounter students who believe that checking three or four examples constitutes a proof. The counterexample framework provides an ideal teaching moment: it shows students that mathematics requires certainty, not probability, and that the search for exceptions is just as intellectually rigorous as the construction of proofs. The PRAXIS tests this understanding because it is central to effective mathematics instruction at every level.

Practice Problems

PROBLEM 1CONCEPTUAL
A student claims: "Testing n = 2, 3, 4, and 5 shows that n² − n is always even, so the statement is proved." Explain the flaw in the student's reasoning, even though the statement happens to be true for all integers.
PROBLEM 2BASIC CALCULATION
Find a counterexample to the claim: "For all positive real numbers x, x³ > x²." Verify your counterexample by substitution.
PROBLEM 3INTERMEDIATE
Consider the claim: "For all integers a and b, if a² = b², then a = b." Determine whether this claim is true or false. If false, provide a counterexample and explain why it works.
PROBLEM 4APPLIED
A textbook asserts: "For all real numbers x and y, |x + y| = |x| + |y|." A student teacher plans to use this as a rule in class. Provide a counterexample, explain why the rule fails, and state the correct relationship (the triangle inequality).
PROBLEM 5CRITICAL THINKING
Consider two claims: (1) "For all integers n > 1, 2ⁿ > n²" and (2) "For all integers n ≥ 1, n! > 2ⁿ." For each claim, either prove it is true or find a counterexample. Discuss what this exercise reveals about the relationship between exponential and polynomial/factorial growth.

Lesson Summary

A counterexample is a single specific value from the stated domain that makes a universal claim false. The logical asymmetry of this method is fundamental: one failure disproves, but no finite number of successes can prove. On the PRAXIS Core, you will encounter claims about arithmetic properties—divisibility, parity, magnitude under operations, sign behavior—and you must efficiently determine whether they hold universally or fail at a specific value.

Your primary strategy is to test boundary and special-case values: 0, 1, −1, and fractions between 0 and 1 catch the vast majority of false claims. Always verify that your test value lies within the specified domain of the claim, and perform your arithmetic carefully to avoid calculation errors. Remember: as a future educator, mastering counterexample reasoning equips you not only to pass the PRAXIS but also to teach your students the critical distinction between conjecture and proof—one of the most important habits of mind in mathematics.

Varsity Tutors • PRAXIS Core Math (5733) • Identify Arithmetic Counterexamples