A student claims: 'n² > n for all integers n.' Find a counterexample and explain why it works.
Think about your answer, then reveal below.
Model answer: n = 0 is a counterexample: 0² = 0, which is not greater than 0. Also n = 1: 1² = 1, which is not greater than 1. The claim requires n² to be strictly greater than n, but for n = 0 and n = 1, n² equals n.
The claim says 'for all integers,' so any single integer where n² is not strictly greater than n disproves it. Both 0 and 1 work. Negative integers do not work as counterexamples here because for negative n, n² is positive and thus greater than n. The correct statement would need to restrict the domain, for example: 'n² > n for all integers n > 1.'