Worked solution
Understand what must be shown
The word "every" means the claim is a universal statement. To disprove it we only need ONE positive integer for which the statement is false.
Test the smallest positive integer
Always try the smallest allowed values first. Here the smallest positive integer is 1, so we work out 1 squared.
Compare the two sides
We need n^2 to be bigger than n, but 1 is not bigger than 1, it is equal. So the statement fails.
State the counterexample
Because we found one value that breaks the rule, the whole claim is false. n = 1 is our counterexample.