What is the correct way of disproving a mathematical statement?

This question is motivated by my midterm exam. In this exam there was a question as follow:

Question: If the following statement is true, prove it, otherwise disprove it.

If $\mathbf{u}$ and $\mathbf{v}$ are vectors in three dimensions, then $\mathbf{u}\times\mathbf{v}=\mathbf{v}\times\mathbf{u}$. The $\times$ operation here means cross product.

For this question I actually proved that $\mathbf{u}\times\mathbf{v}=-\mathbf{v}\times\mathbf{u}$ and so the statement is false but my lecturer deducted some marks and said that my solution is not correct. She said for disproving question, you need one counter example. But still I think that I disproved it because I clearly showed that the given statement does not hold.

So my question after this long story is, what is the correct way of disproving a mathematical statement?


A correct solution is any solution that works. That is like saying "it's correct if it's correct" but the point is that you don't have to use a counterexample. In most cases, if you can get away by showing a short and sweet counterexample to a claim then you should certainly do that. Always opt for the short and simple demonstration.

As for your professor's comment. If he said that you proof is incorrect because you did not provide a counterexample, then that is not a correct criticism, as it seems to imply that the only way to give an answer to this question is by counterexample, which is not the case. If, however, he claimed that you did not entirely prove the claim, then that is correct, since you proved an other equality holds, not the the original one does not.


I agree with your professor. You should still argue that it cannot be true that both equations hold simultaneously. This might not be a $100$% clear. From $u\times v=v\times u$ and $u\times v=-v\times u$ it follows that $u\times v=v\times u=0$. So then it is sufficient to give $u,v$ such that $u\times v\not=0$.

But normally a counterexample (as explicit and simple as possible) is the correct way to disprove a mathematical statement.


In my experience, there are three common types of proofs of falsity. These are:

  1. Finding an explicit counterexample.
  2. Showing the existence of a counterexample without exhibiting it (and in some cases with not the slightest chance of exhibiting one!)
  3. Assuming the thing you want to disprove and inferring something you know to be false. This is called reductio ad absurdum, or proof by contradiction. It may seem bizarre to assume a (possibly) false proposition, but what you are really doing is considering the truth value of propositions conditional on the proposition you want to disprove. To be more explicit, if you know "A implies B" is a true statement and you know that B is false, you also know A is false.