If a conjecture doesn't hold we usually provide a counterexample. While re-proving theorems is valuable and mathematicians do it usually, I think proving that some statement is wrong without giving counterexample rather providing general argument to prove that it is wrong, should also be valuable. However, I have not seen such approaches. Why is that so?
Thank you.
Let us examine a rather simple statement (which happens to be untrue):
If $n$ is an odd integer, then $n+n$ is likewise odd.
One can "disprove" this, by finding a particular $n$ as a counter-example: in this case $n = 1$ works nicely: $1 = 2\cdot 0 + 1$ is odd, but $1 + 1 = 2$ is even.
However, mathematicians often like to go "even further": and prove a stronger statement (which implies the weaker statement provided by our single counter-example):
If $n$ is an odd integer, $n+n$ is never odd.
A somewhat facile, but direct proof: $n+n = 2n$, which is even, and thus not odd.
A more typical approach:
Assume (by way of aiming to show a contradiction), that $n + n = 2k + 1$, for some integer $k$. Then $2(n-k) = 1$, for some integer $n-k$ (since the difference of two integers is an integer).
But clearly, $n - k = \dfrac{1}{2}$, which is not an integer, so we have a contradiction (Note this appeals to the rational numbers, which might be considered "unfair". If one wished to reason entirely within the integers, one would have to show that there is no integer $t$ with $2t = 1$. An outline of how one would do this: 1) show $t > 0$, 2) show $t < 1$, 3) conclude there is no such integer $t$).
A caveat: it may be that there is actually only one counter-example (something might be true for all natural numbers $n > 1$, but not for $1$ itself), that is, something is "almost true" (and can be turned into a true statement, with a minor modification). For example, there are a whole slew of mathematical statements involving "odd primes" (because $2$ is the only counter-example when considering a statement about all primes that is untrue for even primes).